Age | Commit message (Expand) | Author |
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 |
2019-11-01 | Wire up PKEY methods for RSA-PSS. | Joel Sing |
2019-10-29 | Provide EVP_PKEY_CTX_md(). | Joel Sing |
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-05-14 | Correct missing test to determine if length is in bytes or in bits. | Bob Beck |
2019-05-12 | Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is | Theo Buehler |
2019-05-10 | Revert part of r1.36: in the case of GCM, gcm.key is assigned from | Theo Buehler |
2019-04-19 | Allocate md_data with calloc to avoid use of uninitialised memory. | Joel Sing |
2019-04-14 | Some more malloc() to calloc() conversions. | Joel Sing |