| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject setting invalid versions for certs, CRLs and CSRs | tb | 2024-03-26 | 3 | -3/+18 |
* | Add TLS_ERROR_INVALID_CONTEXT error code to libtls | joshua | 2024-03-26 | 4 | -11/+16 |
* | 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 |
* | Fix previous commit. | jsing | 2024-03-26 | 1 | -2/+2 |
* | Add error code support to libtls | joshua | 2024-03-26 | 12 | -225/+363 |
* | 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 |
* | 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 |