| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add an indicator that an extension has been processed. | beck | 2024-03-26 | 3 | -3/+21 |
* | Garbage collect the unused verifyctx() and verifyctx_init() | tb | 2024-03-26 | 2 | -23/+5 |
* | Process supported groups before key share. | beck | 2024-03-26 | 1 | -15/+15 |
* | Use errno_value instead of num for readability | joshua | 2024-03-26 | 1 | -7/+7 |
* | Use errno_value instead of num for readability | joshua | 2024-03-26 | 2 | -12/+12 |
* | 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 |
* | Simplify TLS extension parsing and processing. | jsing | 2024-03-25 | 1 | -155/+98 |
* | 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 |
* | Fix typo msg_types -> msg_type | tb | 2024-03-25 | 1 | -2/+2 |
* | 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 |
* | Split TLS extension parsing from processing. | jsing | 2024-03-25 | 1 | -55/+190 |
* | 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 |
* | Decouple TLS extension table order from tlsext_randomize_build_order() | jsing | 2024-03-25 | 1 | -6/+7 |
* | 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 | 4 | -52/+58 |
* | 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 |
* | Fix namespace build | tb | 2024-03-24 | 7 | -29/+7 |
* | 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 | 5 | -751/+5 |
* | Rename arg1 to nid because that's what it is | tb | 2024-03-24 | 1 | -11/+11 |
* | Drop the unused 'name' member from X509_TRUST | tb | 2024-03-24 | 1 | -10/+1 |
* | Remove unused flags and arg2 members from X509_TRUST | tb | 2024-03-23 | 1 | -3/+1 |
* | Remove unused flags argument from the trust handlers | tb | 2024-03-23 | 1 | -13/+13 |
* | Simplify X509_STORE_free() | tb | 2024-03-22 | 1 | -11/+3 |
* | Rename the remaining pmod to mod | tb | 2024-03-20 | 1 | -13/+13 |