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