| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide EVP_PKEY_new_CMAC_key(3) |  tb | 2021-03-31 | 1 | -5/+1 |
* | Prepare to provide EVP_PKEY_new_CMAC_key() |  tb | 2021-03-29 | 1 | -1/+8 |
* | Disallow the use of zero length IVs in AES-GCM via |  tb | 2020-04-27 | 1 | -1/+2 |
* | Add EVP_PKEY_RSA_PSS. |  jsing | 2019-10-24 | 1 | -1/+2 |
* | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the |  jsing | 2019-09-09 | 1 | -4/+10 |
* | Provide ASN1_PKEY_CTRL_CMS_RI_TYPE. |  jsing | 2019-08-11 | 1 | -1/+2 |
* | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still |  tb | 2019-03-17 | 1 | -1/+3 |
* | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible |  tb | 2019-03-17 | 1 | -1/+12 |
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. |  tb | 2019-03-17 | 1 | -1/+10 |
* | add support for xchacha20 and xchacha20-poly1305 |  dlg | 2019-01-22 | 1 | -1/+3 |
* | provide EVP_ENCODE_CTX_{new,free}(). |  tb | 2019-01-19 | 1 | -1/+3 |
* | Add Ribose Inc's implementation of the SM3 hashing function with |  tb | 2018-11-11 | 1 | -1/+4 |
* | Add some accessor functions: |  djm | 2018-09-12 | 1 | -1/+5 |
* | Add consts to EVP_PKEY_asn1_set_private() |  tb | 2018-08-24 | 1 | -2/+2 |
* | Convert EVP_EncodeUpdate() to return an int to allow for error |  tb | 2018-08-24 | 1 | -2/+2 |
* | Provide EVP_CIPHER_CTX_encrypting(). |  tb | 2018-08-24 | 1 | -1/+2 |
* | Return an int in BIO_set_cipher() to be able to report errors. |  tb | 2018-08-24 | 1 | -2/+2 |
* | Add a const qualifier to the argument of EVP_PKEY_size(). |  tb | 2018-05-30 | 1 | -2/+2 |
* | Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3). |  tb | 2018-05-13 | 1 | -2/+2 |
* | Add a const qualifier to the argument of EVP_PKEY_get0(3). |  tb | 2018-05-13 | 1 | -2/+2 |
* | Add a const qualifier to the argument of EVP_PKEY_bits(3). |  tb | 2018-05-13 | 1 | -2/+2 |
* | Add a const qualifier to the second argument of EVP_DigestVerifyFinal(3). |  tb | 2018-05-13 | 1 | -2/+3 |
* | Add const qualifiers to return value of BIO_f_{base64,cipher,md}(). |  tb | 2018-05-02 | 1 | -4/+4 |
* | Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics. |  tb | 2018-02-20 | 1 | -2/+3 |
* | Provide EVP_CIPHER_CTX_reset(). |  jsing | 2018-02-17 | 1 | -1/+2 |
* | Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset(). |  jsing | 2018-02-17 | 1 | -2/+6 |
* | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), |  tb | 2018-02-17 | 1 | -4/+7 |
* | Provide EVP_PKEY_up_ref(). |  jsing | 2018-02-14 | 1 | -1/+2 |
* | Remove EVP_aead_chacha20_poly1305_old() now that the original/old |  jsing | 2017-08-28 | 1 | -2/+1 |
* | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are |  jsing | 2017-02-28 | 1 | -1/+2 |
* | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. |  beck | 2016-05-30 | 1 | -4/+10 |
* | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() |  jsing | 2016-04-28 | 1 | -2/+2 |
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, |  reyk | 2015-11-02 | 1 | -1/+2 |
* | Temporarily revive MD4 for MS CHAP support. |  doug | 2015-09-14 | 1 | -1/+4 |
* | Remove MD4 support from LibreSSL. |  doug | 2015-09-13 | 1 | -4/+1 |
* | Remove SHA-0 support. |  doug | 2015-09-13 | 1 | -2/+1 |
* | Remove obsolete MDC-2DES from libcrypto. |  doug | 2015-06-20 | 1 | -4/+1 |
* | unifdef OPENSSL_NO_RC5 |  jsing | 2015-02-10 | 1 | -8/+1 |
* | Replace assert() and OPENSSL_assert() calls with proper error return paths. |  miod | 2015-02-10 | 1 | -1/+8 |
* | Move a few typedef up in this file in order to be able to use them in env_md_st |  miod | 2015-02-08 | 1 | -14/+10 |
* | Delete a lot of #if 0 code in libressl. |  doug | 2015-02-07 | 1 | -5/+1 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST |  miod | 2014-11-09 | 1 | -1/+34 |
* | OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it now |  tedu | 2014-07-11 | 1 | -8/+2 |
* | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it |  miod | 2014-06-24 | 1 | -2/+1 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | remove CONST_STRICT. ok beck deraadt |  tedu | 2014-05-30 | 1 | -5/+1 |
* | Implement an improved version of the EVP AEAD API. The |  jsing | 2014-05-26 | 1 | -16/+18 |
* | no no md2 |  tedu | 2014-05-17 | 1 | -3/+0 |
* | no no seed |  tedu | 2014-05-17 | 1 | -8/+0 |
* | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, |  jsing | 2014-05-16 | 1 | -4/+3 |