summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl speed: whitespace tweaktb2026-03-191-3/+3
* openssl speed: add benchmarking support for ML-KEMkenjiro2026-03-181-2/+179
* sync with Mozilla root CA store, ok tb@sthen2026-03-181-174/+42
* libcrypto: prefix EC_KEY methods with ec_key_tb2026-03-185-100/+31
* Move ECDSA_SIG_st definition to its only consumer, ecdsa.ctb2026-03-162-7/+7
* openssl.1: remove mention of OPENSSL_EC_BIN_PT_COMPtb2026-03-141-16/+2
* rfc3779 regress: explain where the range comes fromtb2026-03-131-1/+5
* rfc3779 regress: add an actual rangetb2026-03-131-1/+52
* Fix BIO_get_mem_data(3) return value documentationtb2026-03-101-3/+18
* use the "e" flag with fopen() for O_CLOEXEC; ok tbderaadt2026-03-101-3/+3
* use O_CLOEXEC; ok tbderaadt2026-03-103-6/+6
* Use __pledge_open(2) for files that libc urgently needs even in lowerderaadt2026-03-102-10/+29
* mlkem: use timingsafe_memcmp() in decapsulationkenjiro2026-03-061-2/+2
* nc(1) has the more crazy unveil + pledge configuration based uponderaadt2026-02-231-2/+4
* openssl x509: Remove legacy call to OBJ_create()kenjiro2026-02-081-4/+1
* openssl x509: send -text output to the file specified by -outkenjiro2026-02-081-50/+44
* a_bitstr.c: fix includestb2026-02-081-3/+5
* More ec_point_cmp() turd polishingtb2026-02-081-45/+46
* Make truncation in ASN1_BIT_STRING_set_bit() explicittb2026-02-081-9/+43
* replace buggy strncmp with strcmp found with clang-tidybcook2026-02-071-2/+2
* Implement s_client starttls protocol sieve.martijn2026-02-012-4/+62
* openssl asn1pars: move tmplen next to tmpbuftb2026-01-311-4/+4
* openssl asn1pars: avoid a few unnecessary caststb2026-01-311-11/+11
* EVP_SealInit.3: fix RETURN VALUES sectiontb2026-01-301-2/+12
* EVP_OpenInit.3: fix RETURN VALUES sectiontb2026-01-301-6/+4
* EVP_SealInit(): clear random key on exittb2026-01-301-2/+4
* EVP_{Open,Seal}Init(): remove redundant EVP_CIPHER_CTX_reset() callstb2026-01-301-5/+1
* EVP_SealInit(): minor cleanup.tb2026-01-301-11/+25
* EVP_SealInit: do not return -1 on errortb2026-01-301-2/+2
* EVP_OpenInit(): minor cleanuptb2026-01-301-9/+16
* Avoid type confusion in the timestamp response parsingtb2026-01-271-1/+3
* Avoid type confusion in PKCS#12 parsingtb2026-01-271-3/+9
* Add NULL pointer check to PKCS12_item_decrypt_d2i()tb2026-01-271-1/+6
* assembly regress: use make's MACHINE_ARCH rather than handrolling ittb2026-01-251-4/+3
* Fix tyojsing2026-01-251-2/+2
* Hook assembly regressjsing2026-01-251-1/+2
* Add a regress test that ensures our pure assembly code builds with gccjsing2026-01-251-0/+36
* Make SHA aarch64 assembly build with gcc.jsing2026-01-253-55/+72
* Tidy instruction separators in SHA assembly.jsing2026-01-247-113/+113
* unusally -> unusuallytb2026-01-233-30/+30
* bn_ffdh: unifdef HAVE_SCAPY_SPECIALtb2026-01-231-7/+1
* DH_check: teach this DoS vector about RFC 7919 primestb2026-01-231-1/+6
* bn_ffdh: unifdef HAVE_RFC7919_PRIMEStb2026-01-231-8/+1
* bn_const: add RFC 7919 primestb2026-01-232-2/+300
* Scapy special for DH_check()tb2026-01-231-2/+60
* bn regress: add test that double checks the RFC 2409 and 3526 primestb2026-01-232-1/+505
* wycheproof regress: wycheproof-testvectors was renamed to wycheprooftb2026-01-221-2/+2
* policy test: parital -> partialtb2026-01-221-2/+2
* ML-KEM: unstub runMLKEMKeyGenTest()tb2026-01-221-1/+50
* ML-KEM: improve the EncapsTesttb2026-01-221-4/+46