summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing pointer invalidationlibressl-v3.6.3OPENBSD_7_2tb2023-05-261-1/+2
* Fix a number of out of bound reads in DNS response parsing.bluhm2023-03-161-1/+7
* Fix arbitrary memory read in GENERAL_NAME_cmp()bluhm2023-02-071-2/+3
* Unbreak ASN.1 indefinite length encoding.libressl-v3.6.2libressl-v3.6.1tb2022-10-201-4/+4
* Store errors that result from leaf certificate verification.tb2022-10-201-8/+12
* 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
* 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
* Enforce the minimum TLS version requirement for QUIC.jsing2022-09-111-1/+9
* 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
* 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
* .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
* Provide a version of ssl_msg_callback() that takes a CBS.jsing2022-09-103-8/+17
* carrier return character -> carriage return characterjsg2022-09-101-2/+2
* fix repeated wordsjsg2022-09-105-15/+15
* fix repeated wordsjsg2022-09-101-3/+3
* ssl_cipher_process_rulestr: return early if a cipher command is invalidmillert2022-09-081-5/+2
* ssl_cipher_process_rulestr: don't read outside rule_str buffermillert2022-09-071-2/+3
* Remove more mkerr.pl remnants, missed in previouskn2022-09-061-54/+3
* Replace aes_{ccm,xts}_cleanup usage with NULL.jsing2022-09-061-16/+11
* Stop casting a size_t to a long and then passing it as a size_t.jsing2022-09-063-31/+31
* Remove dead code.jsing2022-09-042-36/+12
* Add bounds checks for various EVP cipher implementations.jsing2022-09-046-7/+98
* Remove dead code.jsing2022-09-045-25/+10