summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/strchr (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-24Simplify PKCS7_get_issuer_and_serial()tb1-9/+6
2026-04-21wycheproof: skip BLS test vectors to prepare for updatetb1-1/+3
2026-04-21pkcs7test: factor main into a helper so we can add some unit tests easilytb1-3/+13
2026-04-20mlkem: use <openssl/mlkem.h> instead of "mlkem.h"tb1-2/+3
2026-04-20tls_keypair: add missing <limits.h>tb1-1/+3
2026-04-20ec_pmeth: fix 20yo comment: *outlen -> *keylentb1-2/+2
2026-04-16libtls: consistently handle allocation failurestb2-6/+6
2026-04-16libtls: use TLS_ERROR_OUT_OF_MEMORY after malloc failuretb1-2/+2
2026-04-16libtls: use tls_error_setx() after BIO_new_mem_buf()tb1-2/+2
2026-04-16libtls: prefer x version of error settingtb5-17/+17
2026-04-16libtls: add missing length checks before BIO_new_mem_buf()tb2-2/+17
2026-04-15keypairtest: zero out tls_error before running teststb1-2/+2
2026-04-13Prior to this we substring matched and allowed a leading .beck3-7/+75
2026-04-08Bump LibreSSL version for the releasetb1-3/+3
2026-04-07Rename labellen to label_lentb2-24/+24
2026-04-07Fix NULL deref for malformed OAEP parameters in CMS decryptiontb2-11/+22
2026-04-07Refactor and fix ocsp_find_signer_sk()tb1-12/+17
2026-04-07Add a few to-do items to the crl_cb()tb1-1/+6
2026-04-07Stop Delta CRL processing if a CRL number is misssingtb1-4/+8
2026-04-06x509v3.h: remove pointless #ifdef HEADER_CONF_Htb1-3/+1
2026-04-06cms_local.h: remove #ifdef X509V3_HEADER_Htb1-4/+3
2026-04-03Remove lib/libssl/test.jsing53-4409/+0
2026-04-03Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.jsing5-80/+8
2026-04-03Ensure that we cannot negotiate TLSv1.1 or lower.jsing3-13/+21
2026-04-03Fix min vs max in failure output.jsing1-3/+3
2026-04-03Use DTLS_client_method() instead of DTLSv1_client_method().jsing1-3/+3
2026-04-03Remove ssl_server_legacy_first_packet()jsing3-97/+2
2026-04-03Mop up mac_packet.jsing4-15/+8
2026-04-01Adjust depth check to match change in verifier.jsing1-2/+2
2026-04-01Restore the previous behaviour with maximum verification depth.jsing1-7/+7
2026-03-31Fix an off-by-one error in the X.509 verifier depth checking.jsing1-6/+11
2026-03-31Add additional X.509 verifier test cases.jsing2-2/+28
2026-03-31Run new test certificate bundles through Go's verifier.jsing1-0/+2
2026-03-31Add additional certificate test bundles.jsing4-0/+1450
2026-03-31Generate two additional certificate test scenarios which have deep chains.jsing1-0/+16
2026-03-30libssl regress: adjust golden numbers for RSASSA-PSStb2-39/+44
2026-03-30libssl: announce support for RSASSA-PSS signature schemestb1-1/+7
2026-03-30ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSStb1-5/+6
2026-03-30ssl_sigalgs: whitespace tweaktb1-1/+2
2026-03-29ML-KEM: ensure that key_768 is only dereferenced with 768-bit keystb1-3/+7
2026-03-29Add missing include path required to reach newly added crypto_assembly.hanton1-2/+3
2026-03-28Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.jsing6-36/+12