summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-29Prepare freenull test for GOST removaltb1-1/+3
2024-02-28Expand only ever user of PBEPARAM_free() outside of libcryptotb1-2/+3
2024-02-28Small tweak for X509_check_purpose()tb1-4/+6
2024-02-28Use an accessor instead of reaching into X509_PURPOSEtb1-2/+2
2024-02-27align read-only sections on masm/windows to 64 bytesbcook1-1/+9
2024-02-26Neuter OBJ_bsearch{_,ex_}()tb2-31/+40
2024-02-24Add a few missing endbr64 to libcryptotb2-0/+6
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.htb30-110/+132
2024-02-24Remove custom key length handlingtb1-5/+1
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()tb1-9/+3
2024-02-24err.c: fix incorrect line wrappingtb1-5/+5
2024-02-23Prepare to provide X509_STORE_get1_objects()tb4-3/+73
2024-02-23Remove ASN1_time_clamp_notafter() prototypetb1-3/+1
2024-02-20x509_asid: NULL out min/max on extract_min_max() failuretb1-1/+3
2024-02-19x509_asid: fix some KNF botchestb1-37/+19
2024-02-19pk7_attr.c: tidy includestb1-6/+4
2024-02-18asn1time: remove some debugging codetb1-3/+1
2024-02-18Tweak previoustb1-7/+6
2024-02-18Adjust regress test for memset() requested by jsing on reviewtb1-4/+18
2024-02-18Add regress coverage for the new APItb2-2/+197
2024-02-18Update ASN1_TIME_set(3)tb1-5/+44
2024-02-18Add posix_time.h from BoringSSLtb8-60/+160
2024-02-18Align EVP_CIPHER_CTX_init() and _legacy_clear()tb1-2/+2
2024-02-18Hide EVP_{CIPHER,MD}_CTX_init() from internalstb1-1/+5
2024-02-18Use EVP_MD_CTX_legacy_clear() internallytb12-33/+33
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallytb5-13/+13
2024-02-18Add EVP_MD_CTX_legacy_clear()tb2-2/+9
2024-02-18Add EVP_CIPHER_CTX_legacy_clear()tb2-2/+10
2024-02-17Use calloc() instead of malloc() in BIO_new().jsing1-16/+5
2024-02-16Inline and disable BIO_set().jsing1-21/+19
2024-02-16Use 'bio' more consistently for function arguments.jsing1-58/+61
2024-02-16Make it explicit that the EC_KEY setters don't check thingstb1-2/+6
2024-02-15BIO_dump*() avoid signed integer overflowtb1-1/+10
2024-02-13Document a portability caveat about GeneralizedTime and UTCTimejob1-2/+9
2024-02-09bio_dump: add a test that prints all values of a single bytetb1-1/+59
2024-02-09Remove a useless EVP_MD_CTX_init() calltb1-2/+1
2024-02-05Cope with recent ctype.h prefix changes.anton1-5/+5
2024-02-04More missing voidtb1-3/+3
2024-02-04Of course libssl also has a few missing voidtb2-4/+4
2024-02-04Zap a useless comment followed by a stray semicolontb1-2/+1
2024-02-04Fix asn1_integer_null_data_test()tb1-2/+2
2024-02-03Rework the exit path of tls13_handshake_recv_action()tb1-12/+14
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYtb1-7/+1
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()tb1-2/+2
2024-02-03Remove GOST and STREEBOG support from libssl.beck21-871/+148
2024-02-02Ignore EVP_MD_CTX_reset() return valuetb1-6/+4
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failtb1-2/+2
2024-02-02Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()tb1-64/+115
2024-02-02bio_dump: fix indenttb1-32/+32
2024-02-02bio_dump: add one more testcasetb1-2/+36