summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-26Add missing pointer invalidationlibressl-v3.6.3OPENBSD_7_2tb1-1/+2
2023-03-16Fix a number of out of bound reads in DNS response parsing.bluhm1-1/+7
2023-02-07Fix arbitrary memory read in GENERAL_NAME_cmp()bluhm1-2/+3
2022-10-20Unbreak ASN.1 indefinite length encoding.libressl-v3.6.2libressl-v3.6.1tb1-4/+4
2022-10-20Store errors that result from leaf certificate verification.tb1-8/+12
2022-09-21Tweak symbols test in such a way that it would have caught the recenttb2-3/+9
2022-09-19Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.listtb1-2/+0
2022-09-17Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.jsing1-4/+2
2022-09-17Link to SSL_read_early_data(3)kn1-3/+3
2022-09-15Add OID for RPKI signedTAL objectsjob2-0/+2
2022-09-15Use LONG_MAX as the limit for ciphers with long based APIs.jsing6-169/+120
2022-09-14remove an extraneous empty linetb1-2/+1
2022-09-13Stop pretending that EVP_CIPHER cleanup can fail.jsing4-14/+15
2022-09-12zap extra .Pptb1-2/+1
2022-09-12Stop documenting i2c_ASN1_INTEGER.tb2-48/+4
2022-09-12Add CBC, CFB64 and OFB64 test coverage for RC2tb1-34/+463
2022-09-12whitespace nitstb1-4/+5
2022-09-12Move division by two out of sizeof()tb1-3/+3
2022-09-12Error checks for EVP_*tb1-25/+36
2022-09-12Move division by two out of sizeof()tb1-3/+3
2022-09-11Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl4-2/+410
2022-09-11Enforce the minimum TLS version requirement for QUIC.jsing1-1/+9
2022-09-11Adjust for opaque structs in ts.htb1-14/+24
2022-09-11Adjust for opaque structs in pkcs12.htb1-25/+38
2022-09-11bump major after libcrypto and libssl major bumptb1-2/+2
2022-09-11Crank major after symbol addition and libcrypto major bumptb1-2/+2
2022-09-11Update Symbols.listtb1-0/+11
2022-09-11Expose SSL_get_share_{group,curve}() and related #definestb1-7/+3
2022-09-11Expose some error codes needed for QUIC supporttb1-3/+1
2022-09-11Define LIBRESSL_HAS_QUICtb1-0/+1
2022-09-11Bump major after symbol addition and removal and struct visibility changestb1-2/+2
2022-09-11Update Symbols.listtb1-9/+31
2022-09-11Make structs in ts.h opaquetb2-215/+223
2022-09-11Make structs in pkcs12.h opaquetb4-162/+45
2022-09-11Expose EVP_chacha20_poly1305()tb1-3/+1
2022-09-11Expose various EVP AEAD constants for EVP ChaCha and QUICtb1-3/+1
2022-09-11Expose OPENSL_cleanup()tb1-3/+1
2022-09-11Make BIO_info_cb() identical to bio_info_cb()tb1-2/+3
2022-09-11Remove c2i_* and i2c_* from public visibilitytb2-10/+11
2022-09-11link asn1object test statically in preparation for upcoming bumptb1-1/+2
2022-09-11Be stricter with middlebox compatibility mode in the TLSv1.3 server.jsing1-5/+21
2022-09-11Only permit CCS messages if requesting middlebox compatibility mode.jsing1-4/+4
2022-09-11Use CBS when procesing a CCS message in the legacy stack.jsing1-4/+7
2022-09-11Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.jsing1-1/+3
2022-09-11Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,schwarze1-7/+7
2022-09-11.Li -> .Vt where appropriate;jmc24-106/+103
2022-09-11fix repeated wordsjsg2-6/+6
2022-09-10Increment the input and output position for EVP AES CFB1.jsing1-1/+3
2022-09-10Use correct length for EVP CFB mode ciphers.jsing7-22/+22
2022-09-10Use CBS to parse TLS alerts in the legacy stack.jsing1-4/+10