summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asn1_multi: assign and test twicetb7 days1-5/+7
* asn_multi: rename bad label to errtb7 days1-10/+10
* asn1_multi: rework creation of the returned stacktb7 days1-9/+12
* asn1_multi: fix a commenttb7 days1-3/+2
* asn1_multi: plug leak if sk_ASN1_TYPE_push() failstb7 days1-6/+8
* a_type: add XXX to consider adding an internal ASN1_TYPE_set0()tb7 days1-1/+2
* install SSL_CTX_set_num_tickets.3; ok tb@jsg8 days1-1/+2
* These function -> These functionsjsg8 days3-9/+9
* small regression test for getexecpath(3)deraadt8 days3-2/+34
* pkcs7test: fix thinko in fatal()tb9 days1-2/+2
* pkcs7test: missing articletb9 days1-2/+2
* pkcs7test: add an empty linetb9 days1-1/+2
* spelling; ok tb@jsg9 days4-10/+10
* PKCS7_stream: avoid out of bounds accesstb9 days1-1/+5
* Add test case causing an OOB access in PKCS7_streamtb9 days1-1/+61
* PKCS7_stream: don't crash on omitted contenttb9 days1-1/+15
* "Stream" valid PKCS7 objects with omitted contenttb9 days1-4/+104
* NID_communityDefinition, not NID_id_ad_communityDefinitiontb9 days1-1/+1
* libssl: avoid narrowing return value in dtls1_ctrlkenjiro9 days1-2/+2
* Make CRYPTO_cleanup_all_ex_data() a compatibility no-opkenjiro9 days14-47/+93
* libssl: fix API misuse in legacy finished handlingtb11 days2-4/+6
* X509_STORE_CTX_get_error.3: zap extraneous iftb11 days1-2/+2
* X509_STORE_CTX_get_error: validate chain -> validated chain (of certificates)tb11 days1-4/+4
* libssl: ensure server selected ALPN was advertisedtb11 days1-6/+20
* tlsext: check we reject unadvertised selected protocoltb11 days1-1/+24
* tlsext_alpn_client_process(): rename list and prototb11 days1-8/+8
* rsa_eay: Replace handrolled BN_bn2binpad with the real thingtb13 days1-19/+7
* libcrypto: harden cms_kek_cipher() a bittb13 days1-3/+8
* Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1beck13 days1-2/+5
* fix a double word; ok tb@jsg14 days1-3/+3
* ICBB -> ICDBjsg2026-08-251-3/+3
* grammar; a -> anjsg2026-08-258-24/+24
* Make deprecation of ASN1_STRING_data(3) more prominenttb2026-08-231-19/+22
* grammar; an program -> a programjsg2026-08-231-3/+3
* document MALLOC_OPTIONS=D output; OK otto@schwarze2026-08-221-2/+72
* RFC 8446 -> 9846tb2026-08-211-2/+2
* Change RFC references from 8446 to 9846 and adjust section numberstb2026-08-2119-99/+97
* SSL_get_finished: remove comment about TLSv1.0 and TLSv1.1tb2026-08-211-4/+2
* Simplify handling of remaining record content on switch to legacy stack.jsing2026-08-211-35/+13
* Allocate TLS 1.3 receive buffers lazilykenjiro2026-08-211-14/+7
* update cert.pem based on newer mozilla ca root store, ok tb@sthen2026-08-201-198/+192
* s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistencytb2026-08-181-3/+5
* libssl: use correct alert for key_share without supported_groupstb2026-08-181-2/+2
* SSL_CTX_new(): fix spelling of NULLtb2026-08-141-3/+3
* wycheproof: recognize Cobblestone-{128,256}tb2026-08-111-1/+3
* hdestroy(3): stop freeing key valuesdaniel2026-08-102-46/+3
* Check HMAC() return value to avoid a later use of uninitialized datakenjiro2026-08-101-3/+7
* switch aarch64 CPU feature detection to elf_aux_info()naddy2026-08-081-63/+19
* Restore the OCSP no-check extension methodkenjiro2026-08-072-2/+5
* revert switch to elf_aux_info(); it breaks the install medianaddy2026-08-071-19/+63