| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check for EVP_CIPHER_CTX_ctrl | inoguchi | 2022-01-20 | 1 | -4/+6 |
* | Add check for EVP_CIPHER_CTX_set_key_length return value | inoguchi | 2022-01-20 | 1 | -2/+3 |
* | Add check for BIO_indent return value | inoguchi | 2022-01-20 | 1 | -2/+3 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 3 | -9/+9 |
* | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 18 | -644/+53 |
* | Make structs in evp.h and hmac.h opaque | tb | 2022-01-14 | 2 | -134/+131 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -15/+1 |
* | Fix typo in header guard | tb | 2022-01-12 | 1 | -3/+3 |
* | Prepare to provide the EVP_MD_meth_* API | tb | 2022-01-10 | 2 | -2/+130 |
* | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 4 | -4/+72 |
* | Prepare to provide EVP_PKEY_check() | tb | 2022-01-10 | 4 | -4/+47 |
* | Prevent a double free in EVP_MD_CTX_copy_ex() | tb | 2022-01-10 | 1 | -1/+3 |
* | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | tb | 2022-01-09 | 4 | -5/+55 |
* | Prepare to provide EVP_AEAD_CTX_{new,free}() | tb | 2022-01-07 | 2 | -3/+29 |
* | include asn1_locl.h where it will be needed for the bump. | tb | 2022-01-07 | 1 | -1/+2 |
* | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 3 | -3/+6 |
* | Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data | tb | 2021-12-24 | 2 | -3/+22 |
* | Prepare to provide EVP_CIPHER_CTX_buf_noconst() | tb | 2021-12-24 | 2 | -2/+11 |
* | Annotate the structs that will be moved to hmac_local.h and evp_locl.h | tb | 2021-12-12 | 1 | -3/+10 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 35 | -36/+104 |
* | Add a mostly empty hmac_local.h. HMAC_CTX and a few other things | tb | 2021-12-12 | 1 | -1/+2 |
* | Add header guards to evp_locl.h. | tb | 2021-12-12 | 1 | -1/+6 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 1 | -1/+2 |
* | Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting | tb | 2021-12-03 | 1 | -29/+2 |
* | Fix EVP_PKEY_{asn1,meth}_copy once and for all | tb | 2021-12-03 | 1 | -34/+7 |
* | Remove dead code. | jsing | 2021-12-01 | 1 | -21/+1 |
* | Fix some annoying whitespace inconsistencies. | tb | 2021-11-30 | 1 | -20/+20 |
* | Provide EVP_CTRL_AEAD_* defines. | tb | 2021-11-30 | 1 | -7/+10 |
* | Add semicolon that will become non-optional once BN_GENCB_set() will | tb | 2021-11-18 | 1 | -2/+2 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -3/+1 |
* | Prepare to provide EVP_MD_CTX_get_md_data() | tb | 2021-10-24 | 2 | -2/+11 |
* | Expose EVP_Digest{Sign,Verify}(3) | tb | 2021-05-10 | 1 | -5/+1 |
* | Prepare to provide EVP_Digest{Sign,Verify} | tb | 2021-05-09 | 2 | -3/+35 |
* | 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 | 4 | -20/+84 |
* | Pull in fix for EVP_CipherUpdate() overflow from OpenSSL. | tb | 2021-02-18 | 1 | -1/+23 |
* | Add a custom copy handler for AES key wrap | tb | 2020-06-05 | 1 | -5/+31 |
* | Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5. | jsing | 2020-06-05 | 1 | -1/+3 |
* | Disallow setting the AES-GCM IV length to 0 | tb | 2020-04-30 | 1 | -1/+5 |
* | Disallow the use of zero length IVs in AES-GCM via | tb | 2020-04-27 | 3 | -3/+15 |
* | Check high bit for base64 decode | inoguchi | 2020-03-04 | 1 | -2/+10 |
* | Fix base64 processing of long lines | inoguchi | 2020-03-03 | 1 | -99/+66 |
* | typo | tb | 2020-01-26 | 1 | -2/+2 |
* | Improve the comment explaining why the previous change matches OpenSSL's | tb | 2020-01-26 | 1 | -8/+15 |
* | Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics: | tb | 2020-01-26 | 1 | -7/+14 |
* | Avoid leak in error path of PKCS5_PBE_keyivgen | inoguchi | 2020-01-12 | 1 | -1/+2 |
* | Wire up PKEY methods for RSA-PSS. | jsing | 2019-11-01 | 1 | -2/+6 |
* | Provide EVP_PKEY_CTX_md(). | jsing | 2019-10-29 | 2 | -8/+18 |
* | 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 |