summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove references to four definitions that tb@ deleted in x509.h rev. 1.89schwarze2022-10-181-4/+3
* Store errors that result from leaf certificate verification.jsing2022-10-171-8/+12
* Revise expire callback regress to use chains with expired certificates.jsing2022-10-171-25/+66
* Ensure that verification results in the expected error and error depth.jsing2022-10-171-16/+113
* Avoid potential divide by zero in BIO_dump_indent_cb()jsing2022-10-171-8/+7
* Unbreak ASN.1 indefinite length encoding.jsing2022-10-171-4/+4
* Error out if the out secret wasn't properly initializedtb2022-10-141-2/+6
* put the malloc_readonly struct into the "openbsd.mutable" section, soderaadt2022-10-141-2/+3
* Fix path of mentioned regress testtb2022-10-111-2/+2
* Handle corner case in which the test case can actually be a squaretb2022-10-111-4/+3
* unwrap two lines for readabilitytb2022-10-051-5/+3
* fix an obvious thinko without serious consequences in the display of eespie2022-10-041-2/+2
* Dynamically link libssl for QUIC regress.jsing2022-10-021-2/+2
* 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