| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify HMAC_CTX_new() | joshua | 2024-03-26 | 1 | -9/+2 |
* | Clean up EVP_DigestSignFinal | joshua | 2024-03-26 | 1 | -27/+31 |
* | Reject setting invalid versions for certs, CRLs and CSRs | tb | 2024-03-26 | 3 | -3/+18 |
* | Remove now unnecessary do {} while (0); | jsing | 2024-03-26 | 1 | -3/+1 |
* | Inline HASH_MAKE_STRING. | jsing | 2024-03-26 | 1 | -13/+12 |
* | Remove PKCS5_pbe2_set_iv() | tb | 2024-03-26 | 1 | -28/+9 |
* | Reorder functions expanded from md32_common.h. | jsing | 2024-03-26 | 1 | -103/+102 |
* | Unifdef PBE_PRF_TEST | tb | 2024-03-26 | 1 | -7/+1 |
* | Expand HASH_* defines. | jsing | 2024-03-26 | 1 | -26/+28 |
* | Inline hash functions from md32_common.h. | jsing | 2024-03-26 | 1 | -1/+102 |
* | Reorder functions. | jsing | 2024-03-26 | 1 | -13/+13 |
* | Provide an optimised bn_subw() for amd64. | jsing | 2024-03-26 | 1 | -3/+22 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinal | joshua | 2024-03-26 | 1 | -6/+8 |
* | Stop including md32_common.h in md5.c and remove unused defines. | jsing | 2024-03-26 | 1 | -17/+1 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinal | joshua | 2024-03-26 | 1 | -6/+7 |
* | Include stdint.h for uintptr_t. | jsing | 2024-03-26 | 1 | -1/+2 |
* | Add back x509_local.h for PBKDF2PARAM | tb | 2024-03-26 | 1 | -1/+2 |
* | PKCS5_pbe2_set_iv() can be local to p5_pbev2 | tb | 2024-03-26 | 2 | -6/+3 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS1_MGF1 | joshua | 2024-03-26 | 1 | -9/+14 |
* | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in | joshua | 2024-03-26 | 1 | -19/+22 |
* | Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit | joshua | 2024-03-26 | 1 | -3/+3 |
* | Demacro MD5 and improve data loading. | jsing | 2024-03-26 | 1 | -116/+154 |
* | Mark internal functions as static. | jsing | 2024-03-26 | 1 | -5/+5 |
* | Move bn_montgomery_reduce() and drop prototype. | jsing | 2024-03-26 | 1 | -73/+71 |
* | Fix function guards. | jsing | 2024-03-26 | 1 | -3/+3 |
* | Garbage collect the unused verifyctx() and verifyctx_init() | tb | 2024-03-26 | 2 | -23/+5 |
* | Change ts to only support one second precision. | beck | 2024-03-26 | 3 | -84/+9 |
* | Clean up conf's module_init() | tb | 2024-03-26 | 1 | -39/+27 |
* | Rewrite HKDF_expand(). | jsing | 2024-03-25 | 1 | -38/+50 |
* | Revert r1.13 since it currently breaks openssl-ruby regress tests. | jsing | 2024-03-25 | 1 | -2/+2 |
* | 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 |
* | Error on setting an invalid CSR version | job | 2024-03-25 | 1 | -2/+2 |
* | 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 |
* | Fix time conversion that broke regress. | beck | 2024-03-25 | 1 | -5/+5 |
* | 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 |
* | Final tweaks in x509_trs.c for now | tb | 2024-03-25 | 1 | -10/+11 |
* | Kill X509_TRUST | tb | 2024-03-25 | 1 | -79/+31 |
* | Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.c | joshua | 2024-03-25 | 1 | -21/+25 |
* | Add back trust member of X509_TRUST that I accidentally deleted | tb | 2024-03-25 | 1 | -1/+2 |
* | Const correct the trust handlers | tb | 2024-03-25 | 1 | -8/+7 |
* | Pass the nid instead of the entire trust structure | tb | 2024-03-25 | 1 | -10/+10 |
* | Pull extension caching into X509_check_trust() | tb | 2024-03-25 | 1 | -2/+7 |
* | Remove unnecessary stat() calls from by_dir | beck | 2024-03-25 | 1 | -14/+15 |
* | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling | jca | 2024-03-24 | 1 | -1/+7 |
* | Convert libressl to use the BoringSSL style time conversions | beck | 2024-03-24 | 2 | -43/+36 |
* | Rename ax into aux | tb | 2024-03-24 | 1 | -8/+7 |
* | Drop redundant NULL checks around two for loops | tb | 2024-03-24 | 1 | -15/+14 |