| Commit message (Expand) | Author | Age | Files | Lines |
* | Reenable AES-NI in libcrypto | tb | 2024-09-06 | 1 | -3/+5 |
* | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 3 | -64/+2 |
* | Remove EVP_PKEY.*attr* API | tb | 2024-08-31 | 1 | -81/+1 |
* | Remove EVP_PKEY_*check again | tb | 2024-08-31 | 2 | -33/+2 |
* | Remove the pkey_{,public_,param_}check() handlers | tb | 2024-08-29 | 2 | -58/+12 |
* | Implement X509_get_signature_info() | tb | 2024-08-28 | 1 | -1/+4 |
* | Garbage collect unused attributes member from EVP_PKEY | tb | 2024-08-22 | 2 | -4/+2 |
* | Neuter EVP_PKEY_add1_attr_by_NID() | tb | 2024-08-22 | 1 | -36/+5 |
* | typo: regresss -> regress | tb | 2024-07-29 | 1 | -2/+2 |
* | Rewrite EVP_PKEY_add1_attr_by_NID() | tb | 2024-07-14 | 1 | -11/+41 |
* | Disable most EVP_PKEY_*attr* API | tb | 2024-07-14 | 1 | -14/+17 |
* | Add tls1_prf_pkey_meth to pkey_methods | tb | 2024-07-09 | 1 | -1/+3 |
* | Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf | tb | 2024-07-09 | 1 | -1/+2 |
* | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -5/+7 |
* | Fix in-place decryption for EVP_chacha20_poly1305() | tb | 2024-05-22 | 1 | -3/+3 |
* | Avoid NULL dereference in EVP_PKEY_paramgen() | tb | 2024-04-17 | 1 | -6/+8 |
* | Delete a few more GOST remnants | tb | 2024-04-14 | 1 | -21/+1 |
* | bio_enc: various basic cleanup | tb | 2024-04-12 | 1 | -64/+67 |
* | Garbage collect various *_init() pmeths | tb | 2024-04-12 | 3 | -53/+24 |
* | Fix a potential NULL-deref in EVP_PKEY_keygen() | tb | 2024-04-12 | 1 | -6/+8 |
* | Hide deprecated functions in evp.h | beck | 2024-04-10 | 3 | -13/+8 |
* | Hide public symbols in x509.h | beck | 2024-04-09 | 1 | -1/+12 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 42 | -42/+382 |
* | Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128. | beck | 2024-04-09 | 1 | -4/+4 |
* | Check the return value of EVP_CIPHER_CTX_reset() | tb | 2024-03-28 | 1 | -3/+5 |
* | Explain the weird copy dance in EVP_DigestSignFinal() | tb | 2024-03-27 | 1 | -2/+3 |
* | Fix whitespace | tb | 2024-03-27 | 1 | -2/+2 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in | joshua | 2024-03-27 | 1 | -18/+24 |
* | Recommit r1.20 | joshua | 2024-03-27 | 1 | -27/+31 |
* | Revert to r1.19 while we track down a bug in the last two commits. | jsing | 2024-03-27 | 1 | -38/+29 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in | joshua | 2024-03-27 | 1 | -17/+22 |
* | Clean up EVP_DigestSignFinal | joshua | 2024-03-26 | 1 | -27/+31 |
* | Unifdef PBE_PRF_TEST | tb | 2024-03-26 | 1 | -7/+1 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinal | joshua | 2024-03-26 | 1 | -6/+8 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinal | joshua | 2024-03-26 | 1 | -6/+7 |
* | Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit | joshua | 2024-03-26 | 1 | -3/+3 |
* | Garbage collect the unused verifyctx() and verifyctx_init() | tb | 2024-03-26 | 2 | -23/+5 |
* | Inline sctx in EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -11/+8 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgen | joshua | 2024-03-25 | 1 | -11/+12 |
* | Remove unneeded brackets from if statement in EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -3/+2 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_BytesToKey | joshua | 2024-03-25 | 1 | -12/+14 |
* | Move custom sigctx handling out of EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -13/+28 |
* | Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.c | joshua | 2024-03-25 | 1 | -39/+49 |
* | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling | jca | 2024-03-24 | 1 | -1/+7 |
* | Fix namespace build | tb | 2024-03-24 | 1 | -2/+1 |
* | Remove OPENSSL_NO_* #ifdefs from evp_names.c | tb | 2024-03-24 | 1 | -145/+1 |
* | Bye bye gost, bye, bye turdiness | tb | 2024-03-24 | 3 | -79/+3 |
* | Remove some GOST relics | tb | 2024-03-02 | 1 | -133/+0 |
* | Unhook and remove GOST and STREEBOG | tb | 2024-03-02 | 5 | -539/+2 |
* | Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTH | tb | 2024-03-02 | 1 | -4/+1 |