summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tlsfuzzer: whitespace tweakstb2026-07-261-4/+5
* tlsfuzzer: remove unnecessary semicolontb2026-07-261-2/+2
* Unlock CRYPTO_LOCK_UI on ui_open_session() failuretb2026-07-251-3/+5
* Improve SHA-3 performance.jsing2026-07-221-37/+281
* bn_mul_div: use (unsigned long long) instead of (uint64_t) to print with %llutb2026-07-211-2/+2
* Alberta moved to permanent -06 on 2026-06-18, update test datamillert2026-07-171-17/+17
* Remove redundant BIO_write() length assertions in b64_write()kenjiro2026-07-171-3/+1
* Remove stale SECURE RENEGOTIATION referencekenjiro2026-07-171-5/+3
* Make dtls1_do_write_ccs() self contained.jsing2026-07-161-4/+5
* Clean up sequence number and message header handling.jsing2026-07-162-26/+13
* Check that the server selected ciphersuite is valid for use with TLSv1.2.jsing2026-07-151-1/+10
* Remove check for use of TLSv1.2 ciphersuites with TLSv1.1 and earlier.jsing2026-07-151-9/+1
* Improve name constraints URI host regress.jsing2026-07-141-12/+57
* Fix X.509 constraints URI host parsing.jsing2026-07-141-29/+72
* correspondigly -> correspondinglytb2026-07-131-1/+1
* Recent msgrcv(2) changes made more tests pass.anton2026-07-091-2/+1
* LLVM now emits calls to strlen(3) and wcslen(3). Redirect those calls tokettenis2026-06-303-5/+9
* Trivial check for freeaddrinfo(NULL)jca2026-06-273-2/+29
* Ansify usage()jca2026-06-271-3/+2
* K&R -> ANSIjca2026-06-271-9/+3
* With x509_vfy.c 1.153, the x509_crl regress passestb2026-06-261-3/+1
* x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSLtb2026-06-261-6/+18
* x509_crl regress: enable the failing test and mark as XFAILtb2026-06-262-4/+4
* Add OIDs for CCR, ErikIndex, ErikPartition, CommunityDefinitionjob2026-06-252-0/+10
* Test runs out of file descriptors. Increase ulimit number to 256.bluhm2026-06-241-1/+3
* Fix misleading comment in strstr(3)tim2026-06-231-2/+2
* Avoid shift overflow in memmem(3) and strstr(3)tim2026-06-232-10/+10
* With x_crl.c r1.52 the x509_crl regress passestb2026-06-231-3/+1
* crl_cb(): fix EXFLAG_CRITICAL mishandlingtb2026-06-231-2/+2
* libcrypto/x509 regress: x509_crl regress from Boring via OpenSSL #1775tb2026-06-232-2/+368
* x509_vfy: make a NULL check explicittb2026-06-221-2/+2
* x509_vfy: remove unnecessary NULL checks before freetb2026-06-221-7/+4
* SSL_alert_desc_string: update manpage after change to return "!!" alwaystb2026-06-221-39/+36
* x509_vfy: another function pointer argument causing shadowing issuestb2026-06-221-3/+3
* bio_meth: rename function pointer arguments to avoid stdio.h shadowingtb2026-06-221-9/+9
* conf_api: remove a bunch of redundant parenthesestb2026-06-221-13/+14
* openssl-ruby-tests: prefer 40 over 34tb2026-06-181-4/+4
* openssl-ruby-tests: work with ruby34 and ruby40tb2026-06-181-4/+4
* Correct secondary key share handling for HelloRetryRequests.jsing2026-06-141-2/+12
* Improve TLSv1.3 server handling of no shared groups.jsing2026-06-141-6/+17
* Send illegal parameter alerts for various HelloRetryRequest violations.jsing2026-06-141-6/+10
* Improve renegotation regress.jsing2026-06-142-20/+109
* Mop up SSL_CTX_set_options(3).jsing2026-06-141-89/+5
* Remove SSL_OP_LEGACY_SERVER_CONNECT from default options.jsing2026-06-142-9/+4
* c2sp: also run this with openssl/4.0 if availabletb2026-06-121-2/+2
* x509_verify: fix incorrect purpose check in the non-legacy pathtb2026-06-101-2/+3
* Avoid freeing a caller-owned buffer in PKCS7_verify()tb2026-06-091-7/+7
* Add some missing bounds checks to ASN1_mbstring_copy()tb2026-06-091-3/+20
* Avoid out-of-bounds read in CMS password-based decryptiontb2026-06-091-1/+5
* Avoid NULL dereference in password-based CMS decryptiontb2026-06-091-1/+5