Age | Commit message (Expand) | Author |
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 |
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 |
2021-02-18 | Pull in fix for EVP_CipherUpdate() overflow from OpenSSL. | Theo Buehler |
2020-06-05 | Add a custom copy handler for AES key wrap | Theo Buehler |
2020-06-05 | Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5. | Joel Sing |
2020-04-30 | Disallow setting the AES-GCM IV length to 0 | Theo Buehler |
2020-04-27 | Disallow the use of zero length IVs in AES-GCM via | Theo Buehler |
2020-03-04 | Check high bit for base64 decode | Kinichiro Inoguchi |
2020-03-03 | Fix base64 processing of long lines | Kinichiro Inoguchi |
2020-01-26 | typo | Theo Buehler |
2020-01-26 | Improve the comment explaining why the previous change matches OpenSSL's | Theo Buehler |
2020-01-26 | Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics: | Theo Buehler |
2020-01-12 | Avoid leak in error path of PKCS5_PBE_keyivgen | Kinichiro Inoguchi |