summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused headers.jsing2022-10-021-5/+1
* Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.jsing2022-10-025-68/+66
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-0226-1237/+1220
* Move handshake message handling functions from ssl_both.c to client/server.jsing2022-10-014-225/+342
* use Fn rather than Nm for swab(); from josiah frentsosjmc2022-09-281-6/+6
* Tweak symbols test in such a way that it would have caught the recenttb2022-09-212-3/+9
* Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.listtb2022-09-191-2/+0
* Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.jsing2022-09-171-4/+2
* Link to SSL_read_early_data(3)kn2022-09-171-3/+3
* Add OID for RPKI signedTAL objectsjob2022-09-152-0/+2
* Use LONG_MAX as the limit for ciphers with long based APIs.jsing2022-09-156-169/+120
* remove an extraneous empty linetb2022-09-141-2/+1
* Stop pretending that EVP_CIPHER cleanup can fail.jsing2022-09-134-14/+15
* zap extra .Pptb2022-09-121-2/+1
* Stop documenting i2c_ASN1_INTEGER.tb2022-09-122-48/+4
* Add CBC, CFB64 and OFB64 test coverage for RC2tb2022-09-121-34/+463
* whitespace nitstb2022-09-121-4/+5
* Move division by two out of sizeof()tb2022-09-121-3/+3
* Error checks for EVP_*tb2022-09-121-25/+36
* Move division by two out of sizeof()tb2022-09-121-3/+3
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* Enforce the minimum TLS version requirement for QUIC.jsing2022-09-111-1/+9
* Adjust for opaque structs in ts.htb2022-09-111-14/+24
* Adjust for opaque structs in pkcs12.htb2022-09-111-25/+38
* bump major after libcrypto and libssl major bumptb2022-09-111-2/+2
* Crank major after symbol addition and libcrypto major bumptb2022-09-111-2/+2
* Update Symbols.listtb2022-09-111-0/+11
* Expose SSL_get_share_{group,curve}() and related #definestb2022-09-111-7/+3
* Expose some error codes needed for QUIC supporttb2022-09-111-3/+1
* Define LIBRESSL_HAS_QUICtb2022-09-111-0/+1
* Bump major after symbol addition and removal and struct visibility changestb2022-09-111-2/+2
* Update Symbols.listtb2022-09-111-9/+31
* Make structs in ts.h opaquetb2022-09-112-215/+223
* Make structs in pkcs12.h opaquetb2022-09-114-162/+45
* Expose EVP_chacha20_poly1305()tb2022-09-111-3/+1
* Expose various EVP AEAD constants for EVP ChaCha and QUICtb2022-09-111-3/+1
* Expose OPENSL_cleanup()tb2022-09-111-3/+1
* Make BIO_info_cb() identical to bio_info_cb()tb2022-09-111-2/+3
* Remove c2i_* and i2c_* from public visibilitytb2022-09-112-10/+11
* link asn1object test statically in preparation for upcoming bumptb2022-09-111-1/+2
* Be stricter with middlebox compatibility mode in the TLSv1.3 server.jsing2022-09-111-5/+21
* Only permit CCS messages if requesting middlebox compatibility mode.jsing2022-09-111-4/+4
* Use CBS when procesing a CCS message in the legacy stack.jsing2022-09-111-4/+7
* Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.jsing2022-09-111-1/+3
* Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,schwarze2022-09-111-7/+7
* .Li -> .Vt where appropriate;jmc2022-09-1124-106/+103
* fix repeated wordsjsg2022-09-112-6/+6
* Increment the input and output position for EVP AES CFB1.jsing2022-09-101-1/+3
* Use correct length for EVP CFB mode ciphers.jsing2022-09-107-22/+22
* Use CBS to parse TLS alerts in the legacy stack.jsing2022-09-101-4/+10