Age | Commit message (Expand) | Author |
2022-08-30 | chacha20_poly1305_cleanup() should return 1 | Theo Buehler |
2022-08-27 | Provide additional defines for EVP AEAD. | Joel Sing |
2022-08-21 | fix indent and zap trailing whitespace | Theo Buehler |
2022-08-20 | Provide EVP_chacha20_poly1305() | Joel Sing |
2022-08-20 | Remove bogus length checks from EVP_aead_chacha20_poly1305() | Joel Sing |
2022-08-04 | Mop up key_len assignments. | Joel Sing |
2022-08-04 | Mop up EVP_CIPH_FLAG_FIPS usage. | Joel Sing |
2022-08-04 | Remove various aesni_* defines to aes_* functions. | Joel Sing |
2022-08-02 | Expand BLOCK_CIPHER_* macros. | Joel Sing |
2022-07-30 | Reorder functions and remove unnecessary function prototypes. | Joel Sing |
2022-07-26 | Do not pass input length <= 0 to the cipher handlers | Theo Buehler |
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 | Add hkdf_pkey_meth to the standard_methods[] | Theo Buehler |
2022-05-05 | Provide EVP_PKEY_HKDF alias for NID_hkdf | Theo Buehler |
2022-05-05 | Provide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for internal use. | Theo Buehler |
2022-01-20 | Add check for EVP_CIPHER_CTX_ctrl | Kinichiro Inoguchi |
2022-01-20 | Add check for EVP_CIPHER_CTX_set_key_length return value | Kinichiro Inoguchi |
2022-01-20 | Add check for BIO_indent return value | Kinichiro Inoguchi |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | 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-10 | Prevent a double free in EVP_MD_CTX_copy_ex() | 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 |
2022-01-07 | include asn1_locl.h where it will be needed for the bump. | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | 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-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-12-12 | Add a mostly empty hmac_local.h. HMAC_CTX and a few other things | Theo Buehler |
2021-12-12 | Add header guards to evp_locl.h. | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-12-03 | Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting | Theo Buehler |
2021-12-03 | Fix EVP_PKEY_{asn1,meth}_copy once and for all | Theo Buehler |
2021-12-01 | Remove dead code. | Joel Sing |
2021-11-30 | Fix some annoying whitespace inconsistencies. | Theo Buehler |
2021-11-30 | Provide EVP_CTRL_AEAD_* defines. | Theo Buehler |
2021-11-18 | Add semicolon that will become non-optional once BN_GENCB_set() will | 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 |