summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch aarch64 CPU feature detection to elf_aux_info()naddy2026-08-041-63/+19
* callbackfailures: allow specifying the root certificate filekenjiro2026-07-311-10/+11
* Make file-local functions statickenjiro2026-07-319-27/+27
* Remove unused BUF_reverse()kenjiro2026-07-311-22/+1
* Add missing internal header includeskenjiro2026-07-3125-25/+60
* ocspcheck: make validate_response() static, it's only used in this filetb2026-07-291-3/+2
* timingsafe test: make check() statictb2026-07-291-2/+2
* verify test: print size_t with %zutb2026-07-291-2/+2
* tlsfuzzer: use an f-string instead of explicit format specifierstb2026-07-281-4/+2
* tlsfuzzer: avoid mutable default argumentstb2026-07-281-6/+18
* tlsfuzzer: simplify check for directorytb2026-07-281-2/+2
* tlsfuzzer: use sys.exit() instead of naked exit()tb2026-07-261-8/+8
* 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