summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement SSL_{CTX_,}set_ciphersuites().jsing2020-09-135-13/+211
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-1310-59/+1191
* Improve handling of BIO_read()/BIO_write() failures in the TLSv1.3 stack.jsing2020-09-131-1/+9
* Use the correct type for tls1_set_ec_id()tb2020-09-121-3/+3
* Simplify tls1_set_ec_id() a bittb2020-09-121-24/+19
* Unindent a bit of code that performs a few too many checks totb2020-09-121-10/+8
* Avoid an out-of-bounds access in BN_rand()tb2020-09-121-3/+8
* Change over to use the new x509 name constraints verification.beck2020-09-121-28/+7
* Include machine/endian.h in gost2814789.cinoguchi2020-09-121-1/+3
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-113-2/+1272
* Remove cipher_list_by_id.jsing2020-09-117-89/+32
* Simplify SSL_get_ciphers().jsing2020-09-111-13/+7
* Rename ssl_cipher_is_permitted()jsing2020-09-113-10/+10
* Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them withjsing2020-09-112-10/+10
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-113-1/+216
* Various ciphers related clean up.jsing2020-09-111-41/+36
* Set alpn_selected_len = 0 when alpn_selected is NULLinoguchi2020-09-091-1/+4
* Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1ginoguchi2020-09-091-0/+8
* Mention that EC_KEY_get0_public_key returns a public key.tb2020-09-081-3/+5
* Garbage collect renew_ticket in tls_decrypt_tickettb2020-09-071-8/+5
* For page-sized and larger allocations do not put the pages we'reotto2020-09-061-21/+18
* Clean up asn1/x_info.ctb2020-09-031-22/+9
* Remove unnecessary zeroing after recallocarray(3)tb2020-09-031-3/+1
* KNF and comment tweakstb2020-09-021-8/+10
* Zero out data to avoid leaving stack garbage in the tail oftb2020-09-011-1/+3
* The bumping of sess_cb_hit stats can wait until handling oftb2020-09-011-4/+3
* In the explanatory comment of ssl_get_prev_session fix the spelling oftb2020-09-011-5/+6
* Split session retrieval out of ssl_get_prev_session()tb2020-09-011-78/+92
* copy session id directly in ssl_get_prev_sessiontb2020-09-013-27/+23
* indent the only other label in this filetb2020-09-011-2/+2
* Indent label and remove dangling elsetb2020-09-011-4/+4
* Zap NULL check before SSL_SESSION_free()tb2020-09-011-3/+2
* Rename the session pointer ret to sesstb2020-09-011-25/+25
* Hoist ERR_clear_error() call into the derr: labeltb2020-09-011-4/+2
* simplify tls1_process_ticket() exit pathtb2020-09-012-19/+7
* Return code tweaks for session ticket handlerstb2020-08-313-47/+51
* Send alert on ssl_get_prev_session failuretb2020-08-314-20/+32
* Start replacing the existing TLSv1.2 record layer.jsing2020-08-307-195/+614
* define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi2020-08-291-1/+1
* Send an unexpected message alert if no valid content type is found.jsing2020-08-111-2/+5
* Increment the epoch in the same place for both read and write.jsing2020-08-111-3/+3
* Use 0 instead of 0x00 for memset() calls.jsing2020-08-112-8/+8
* Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing2020-08-111-2/+2
* In SSL_new() just 'goto err' on allocation failure.jsing2020-08-111-11/+6
* Avoid passing -1 to freezero.tb2020-08-101-9/+10
* Fix some wrapping/indent.jsing2020-08-091-4/+3
* Add P-521 to the list of curves supported by default in the client.jsing2020-08-091-5/+18
* Use CBB more correctly when writing SSL3/DTLS records.jsing2020-08-092-66/+92
* Make the explicit IV length handling in DTLS the same as SSL3/TLS.jsing2020-08-091-8/+13
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2