| Commit message (Expand) | Author | Files | Lines |
2024-02-29 | Prepare freenull test for GOST removal | tb | 1 | -1/+3 |
2024-02-28 | Expand only ever user of PBEPARAM_free() outside of libcrypto | tb | 1 | -2/+3 |
2024-02-28 | Small tweak for X509_check_purpose() | tb | 1 | -4/+6 |
2024-02-28 | Use an accessor instead of reaching into X509_PURPOSE | tb | 1 | -2/+2 |
2024-02-27 | align read-only sections on masm/windows to 64 bytes | bcook | 1 | -1/+9 |
2024-02-26 | Neuter OBJ_bsearch{_,ex_}() | tb | 2 | -31/+40 |
2024-02-24 | Add a few missing endbr64 to libcrypto | tb | 2 | -0/+6 |
2024-02-24 | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 30 | -110/+132 |
2024-02-24 | Remove custom key length handling | tb | 1 | -5/+1 |
2024-02-24 | Remove last calls to CRYPTO_{push,pop}_info() | tb | 1 | -9/+3 |
2024-02-24 | err.c: fix incorrect line wrapping | tb | 1 | -5/+5 |
2024-02-23 | Prepare to provide X509_STORE_get1_objects() | tb | 4 | -3/+73 |
2024-02-23 | Remove ASN1_time_clamp_notafter() prototype | tb | 1 | -3/+1 |
2024-02-20 | x509_asid: NULL out min/max on extract_min_max() failure | tb | 1 | -1/+3 |
2024-02-19 | x509_asid: fix some KNF botches | tb | 1 | -37/+19 |
2024-02-19 | pk7_attr.c: tidy includes | tb | 1 | -6/+4 |
2024-02-18 | asn1time: remove some debugging code | tb | 1 | -3/+1 |
2024-02-18 | Tweak previous | tb | 1 | -7/+6 |
2024-02-18 | Adjust regress test for memset() requested by jsing on review | tb | 1 | -4/+18 |
2024-02-18 | Add regress coverage for the new API | tb | 2 | -2/+197 |
2024-02-18 | Update ASN1_TIME_set(3) | tb | 1 | -5/+44 |
2024-02-18 | Add posix_time.h from BoringSSL | tb | 8 | -60/+160 |
2024-02-18 | Align EVP_CIPHER_CTX_init() and _legacy_clear() | tb | 1 | -2/+2 |
2024-02-18 | Hide EVP_{CIPHER,MD}_CTX_init() from internals | tb | 1 | -1/+5 |
2024-02-18 | Use EVP_MD_CTX_legacy_clear() internally | tb | 12 | -33/+33 |
2024-02-18 | Use EVP_CIPHER_CTX_legacy_clear() internally | tb | 5 | -13/+13 |
2024-02-18 | Add EVP_MD_CTX_legacy_clear() | tb | 2 | -2/+9 |
2024-02-18 | Add EVP_CIPHER_CTX_legacy_clear() | tb | 2 | -2/+10 |
2024-02-17 | Use calloc() instead of malloc() in BIO_new(). | jsing | 1 | -16/+5 |
2024-02-16 | Inline and disable BIO_set(). | jsing | 1 | -21/+19 |
2024-02-16 | Use 'bio' more consistently for function arguments. | jsing | 1 | -58/+61 |
2024-02-16 | Make it explicit that the EC_KEY setters don't check things | tb | 1 | -2/+6 |
2024-02-15 | BIO_dump*() avoid signed integer overflow | tb | 1 | -1/+10 |
2024-02-13 | Document a portability caveat about GeneralizedTime and UTCTime | job | 1 | -2/+9 |
2024-02-09 | bio_dump: add a test that prints all values of a single byte | tb | 1 | -1/+59 |
2024-02-09 | Remove a useless EVP_MD_CTX_init() call | tb | 1 | -2/+1 |
2024-02-05 | Cope with recent ctype.h prefix changes. | anton | 1 | -5/+5 |
2024-02-04 | More missing void | tb | 1 | -3/+3 |
2024-02-04 | Of course libssl also has a few missing void | tb | 2 | -4/+4 |
2024-02-04 | Zap a useless comment followed by a stray semicolon | tb | 1 | -2/+1 |
2024-02-04 | Fix asn1_integer_null_data_test() | tb | 1 | -2/+2 |
2024-02-03 | Rework the exit path of tls13_handshake_recv_action() | tb | 1 | -12/+14 |
2024-02-03 | Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY | tb | 1 | -7/+1 |
2024-02-03 | Zap a trailing blank that snuck into ssl3_get_client_hello() | tb | 1 | -2/+2 |
2024-02-03 | Remove GOST and STREEBOG support from libssl. | beck | 21 | -871/+148 |
2024-02-02 | Ignore EVP_MD_CTX_reset() return value | tb | 1 | -6/+4 |
2024-02-02 | Ignore EVP_CIPHER_CTX_reset() return value, it can't fail | tb | 1 | -2/+2 |
2024-02-02 | Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf() | tb | 1 | -64/+115 |
2024-02-02 | bio_dump: fix indent | tb | 1 | -32/+32 |
2024-02-02 | bio_dump: add one more testcase | tb | 1 | -2/+36 |