Search results

From OpenSSLWiki
Jump to navigationJump to search

Page title matches

  • 97 bytes (11 words) - 23:03, 28 April 2017

Page text matches

  • ...ues, a program is encouraged to call FIPS_mode_set() with a ONOFF value of 1 (rather than an arbitrary non-zero value). ...FIPS Object Module successfully exits FIPS mode, the function will return 1.
    3 KB (512 words) - 08:27, 15 January 2015
  • if(1 != EVP_SealInit(ctx, EVP_aes_256_cbc(), encrypted_key, encrypted_key_len, iv, pub_key, 1))
    4 KB (641 words) - 22:58, 28 April 2017
  • if(1 != EVP_EncryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, NULL, NULL)) if(1 != EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, iv_len, NULL))
    13 KB (1,791 words) - 04:48, 5 June 2019
  • if(1 != EVP_DigestInit_ex(mdctx, EVP_sha256(), NULL)) if(1 != EVP_DigestUpdate(mdctx, message, message_len))
    3 KB (434 words) - 01:51, 12 January 2022
  • <pre>$ grep -IR EVP_aes * | sed 's/.*\(EVP_aes[^( ;,]*\).*/\1()/; /#/ d' | sort | uniq
    1 KB (200 words) - 16:24, 5 January 2017
  • DER is a binary format for data structures described by ASN.1. ...chosen for security since there is only one possible encoding given a ASN.1. encoding (which is not the case for BER used in ldap, for example).
    6 KB (693 words) - 23:23, 14 January 2022
  • ...Effectively, any non-zero value indicates FIPS mode. Values other than <tt>1</tt> may have additional significance, such as designating an additional re ...n from an application linked to OpenSSL versions <tt>1.1.0</tt> or <tt>1.1.1</tt> will always return <tt>0</tt>, indicating non-FIPS mode, with an error
    2 KB (374 words) - 19:03, 9 August 2019
  • '''''Note''''': CMAC is only supported since the version 1.1.0 of OpenSSL. ...gle.com/forum/#!topic/mailing.openssl.users/1_TFpK6XzQ4 DSA with OpenSSL-1.1] on the mailing list.
    11 KB (1,688 words) - 10:08, 28 April 2020
  • ...1.1.0 and above. This page focuses on the second generation, or OpenSSL 1.1.0 and above. == OpenSSL 1.1.0 ==
    8 KB (1,289 words) - 16:17, 9 February 2020
  • {| class="wikitable sortable" border="1" {| class="wikitable sortable" border="1"
    7 KB (964 words) - 18:13, 6 July 2015
  • The [http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf OpenSSL FIPS 140-2 Security Policy] details the way to 2 Intel(R) Itanium 2 processors (1.5 GHz, 6 MB)
    6 KB (930 words) - 08:45, 21 April 2014
  • 1. Any "light" or other versions of the FIPS module (i.e fewer algorithm impl
    775 bytes (113 words) - 02:12, 1 October 2018
  • ...n integer to indicate success or failure. Typically a function will return 1 on success or 0 on error. All return codes should be checked and handled as if(1 != EVP_xxx()) goto err;
    6 KB (896 words) - 03:30, 10 December 2014
  • return 1 elif test ! -d $1; then
    6 KB (873 words) - 23:49, 19 July 2014
  • int single; /* 0 for a set, 1 for a single item (which is wrong) */ /* 1 */ ASN1_TYPE *single;
    3 KB (516 words) - 00:07, 14 January 2014
  • == z/OS [OpenSSL 1.1.1] == OpenSSL 1.1.1 isn't supported on z/OS.
    3 KB (433 words) - 08:47, 31 July 2020
  • if (EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN, if (EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
    3 KB (522 words) - 11:58, 12 February 2021
  • if(1 != EVP_PKEY_paramgen_init(pctx)) handleErrors(); if(1 != EVP_PKEY_CTX_set_ec_paramgen_curve_nid(pctx, NID_X9_62_prime256v1)) hand
    10 KB (1,677 words) - 12:25, 10 March 2014
  • This page discusses the API changes for OpenSSL version 1.1. The overall goal of the API changes is to make many data structures opaque ...r provides OpenSSL 1.1.0 functions, like <tt>RSA_get0_key</tt>, to OpenSSL 1.0.2 clients. The source code is available for download below
    16 KB (2,507 words) - 22:23, 3 April 2017
  • ...use defects in the down level protocols to carry out other attacks. Table 1 below lists some of the losses that could occur when traversing down protoc {| class="wikitable" border="1"
    7 KB (1,114 words) - 22:59, 17 October 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)