Age | Commit message (Expand) | Author |
2022-11-13 | Expose various EVP hooks for Ed25519 and X25519 | Theo Buehler |
2022-11-10 | Implement EVP interfaces for Ed25519 and X25519. | Joel Sing |
2022-11-10 | Provide digestsign/digestverify hooks for EVP_PKEY_METHOD. | Joel Sing |
2022-11-10 | Port EVP raw key API from OpenSSL. | Joel Sing |
2022-11-09 | Fix up indentation for EVP_PKEY_* defines. | Joel Sing |
2022-09-11 | Expose EVP_chacha20_poly1305() | Theo Buehler |
2022-09-11 | Expose various EVP AEAD constants for EVP ChaCha and QUIC | Theo Buehler |
2022-08-27 | Provide additional defines for EVP AEAD. | Joel Sing |
2022-08-20 | Provide EVP_chacha20_poly1305() | Joel Sing |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-07-07 | Expose new API in headers. | Theo Buehler |
2022-06-27 | Prepare to provide EVP_PKEY_security_bits() | Theo Buehler |
2022-05-05 | Provide EVP_PKEY_HKDF alias for NID_hkdf | Theo Buehler |
2022-01-14 | Remove legacy sign/verify from EVP_MD. | Theo Buehler |
2022-01-14 | Make structs in evp.h and hmac.h opaque | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-12 | Fix typo in header guard | Theo Buehler |
2022-01-10 | Prepare to provide the EVP_MD_meth_* API | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_check() | Theo Buehler |
2022-01-09 | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | Theo Buehler |
2022-01-07 | Prepare to provide EVP_AEAD_CTX_{new,free}() | Theo Buehler |
2021-12-24 | Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data | Theo Buehler |
2021-12-24 | Prepare to provide EVP_CIPHER_CTX_buf_noconst() | Theo Buehler |
2021-12-12 | Annotate the structs that will be moved to hmac_local.h and evp_locl.h | Theo Buehler |
2021-11-30 | Fix some annoying whitespace inconsistencies. | Theo Buehler |
2021-11-30 | Provide EVP_CTRL_AEAD_* defines. | Theo Buehler |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-24 | Prepare to provide EVP_MD_CTX_get_md_data() | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-09 | Prepare to provide EVP_Digest{Sign,Verify} | Theo Buehler |
2021-03-31 | Provide EVP_PKEY_new_CMAC_key(3) | Theo Buehler |
2021-03-29 | Prepare to provide EVP_PKEY_new_CMAC_key() | Theo Buehler |
2020-04-27 | Disallow the use of zero length IVs in AES-GCM via | Theo Buehler |
2019-10-24 | Add EVP_PKEY_RSA_PSS. | Joel Sing |
2019-09-09 | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | Joel Sing |
2019-08-11 | Provide ASN1_PKEY_CTRL_CMS_RI_TYPE. | Joel Sing |
2019-03-17 | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still | Theo Buehler |
2019-03-17 | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible | Theo Buehler |
2019-03-17 | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | Theo Buehler |
2019-01-22 | add support for xchacha20 and xchacha20-poly1305 | David Gwynne |
2019-01-19 | provide EVP_ENCODE_CTX_{new,free}(). | Theo Buehler |
2018-11-11 | Add Ribose Inc's implementation of the SM3 hashing function with | Theo Buehler |
2018-09-12 | Add some accessor functions: | Damien Miller |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-24 | Convert EVP_EncodeUpdate() to return an int to allow for error | Theo Buehler |
2018-08-24 | Provide EVP_CIPHER_CTX_encrypting(). | Theo Buehler |
2018-08-24 | Return an int in BIO_set_cipher() to be able to report errors. | Theo Buehler |
2018-05-30 | Add a const qualifier to the argument of EVP_PKEY_size(). | Theo Buehler |
2018-05-13 | Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3). | Theo Buehler |