| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 1 | -4/+1 |
* | Remove EVP_PKEY_*check again | tb | 2024-08-31 | 1 | -4/+1 |
* | Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf | tb | 2024-07-09 | 1 | -1/+2 |
* | Delete a few more GOST remnants | tb | 2024-04-14 | 1 | -21/+1 |
* | Hide deprecated functions in evp.h | beck | 2024-04-10 | 1 | -11/+1 |
* | Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTH | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove more PBE stuff from the public API | tb | 2024-03-02 | 1 | -6/+1 |
* | Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 | tb | 2024-03-02 | 1 | -8/+1 |
* | Make legacy cipher methods internal | tb | 2024-03-02 | 1 | -9/+1 |
* | Remove EVP_PBE_* API from public visibility | tb | 2024-03-02 | 1 | -21/+1 |
* | Remove EVP_PKEY_meth_*() API | tb | 2024-03-02 | 1 | -76/+1 |
* | Remove the ameth lib | tb | 2024-03-02 | 1 | -43/+1 |
* | Remove EVP_MD_meth* again | tb | 2024-03-02 | 1 | -19/+1 |
* | Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init() | tb | 2024-03-02 | 1 | -3/+3 |
* | Remove EVP_{add,delete}_{cipher,digest}_alias() | tb | 2024-03-02 | 1 | -10/+1 |
* | Remove EVP_add_{cipher,digest}() from public API | tb | 2024-03-02 | 1 | -4/+1 |
* | Hide EVP_{CIPHER,MD}_CTX_init() from internals | tb | 2024-02-18 | 1 | -1/+5 |
* | Remove EVP_add_alg_module() prototype | tb | 2023-10-18 | 1 | -3/+1 |
* | KNF, no assembly change | schwarze | 2023-08-25 | 1 | -6/+6 |
* | Move truncated sha-2 and sha3 out of #ifdef wrappers | tb | 2023-04-25 | 1 | -5/+1 |
* | Remove X9.31 support | tb | 2023-04-25 | 1 | -2/+1 |
* | Provide EVP methods for SHA3 224/256/384/512. | jsing | 2023-04-16 | 1 | -1/+9 |
* | Provide EVP methods for SHA512/224 and SHA512/256. | jsing | 2023-04-16 | 1 | -1/+5 |
* | Expose the EVP_CIPHER_meth_* API (setter only) in evp.h | tb | 2023-03-10 | 1 | -3/+1 |
* | Add EVP_CIPHER_meth_* prototypes to evp.h | tb | 2023-03-01 | 1 | -1/+25 |
* | Expose various EVP hooks for Ed25519 and X25519 | tb | 2022-11-13 | 1 | -6/+3 |
* | Implement EVP interfaces for Ed25519 and X25519. | jsing | 2022-11-10 | 1 | -1/+10 |
* | Provide digestsign/digestverify hooks for EVP_PKEY_METHOD. | jsing | 2022-11-10 | 1 | -1/+2 |
* | Port EVP raw key API from OpenSSL. | jsing | 2022-11-10 | 1 | -1/+13 |
* | Fix up indentation for EVP_PKEY_* defines. | jsing | 2022-11-09 | 1 | -19/+19 |
* | Expose EVP_chacha20_poly1305() | tb | 2022-09-11 | 1 | -3/+1 |
* | Expose various EVP AEAD constants for EVP ChaCha and QUIC | tb | 2022-09-11 | 1 | -3/+1 |
* | Provide additional defines for EVP AEAD. | jsing | 2022-08-27 | 1 | -1/+18 |
* | Provide EVP_chacha20_poly1305() | jsing | 2022-08-20 | 1 | -2/+8 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
* | Expose new API in headers. | tb | 2022-07-07 | 1 | -5/+1 |
* | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+8 |
* | Provide EVP_PKEY_HKDF alias for NID_hkdf | tb | 2022-05-05 | 1 | -1/+2 |
* | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 1 | -45/+1 |
* | Make structs in evp.h and hmac.h opaque | tb | 2022-01-14 | 1 | -133/+2 |
* | 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 | 1 | -1/+21 |
* | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 1 | -1/+11 |
* | Prepare to provide EVP_PKEY_check() | tb | 2022-01-10 | 1 | -1/+14 |
* | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | tb | 2022-01-09 | 1 | -1/+5 |
* | Prepare to provide EVP_AEAD_CTX_{new,free}() | tb | 2022-01-07 | 1 | -2/+12 |
* | Prepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data | tb | 2021-12-24 | 1 | -2/+4 |
* | Prepare to provide EVP_CIPHER_CTX_buf_noconst() | tb | 2021-12-24 | 1 | -1/+4 |
* | Annotate the structs that will be moved to hmac_local.h and evp_locl.h | tb | 2021-12-12 | 1 | -3/+10 |