summaryrefslogtreecommitdiffstats
path: root/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update for DTLSv1.2 support.tb2021-03-311-2/+4
* Bump minors after symbol additiontb2021-03-311-1/+1
* Expose various DTLSv1.2 specific functions and definestb2021-03-314-27/+7
* Document SSL_set_hostflags(3) and SSL_get0_peername(3)tb2021-03-311-18/+4
* Expose SSL_set_hostflags(3) and SSL_get0_peername(3)tb2021-03-312-3/+3
* Document SSL_use_certificate_chain_file(3)tb2021-03-311-11/+3
* Expose SSL_use_certificate_chain_file(3)tb2021-03-312-3/+2
* whitespace nitstb2021-03-291-4/+4
* Remove pointless assignment in SSL_get0_alpn_selected().jsing2021-03-291-4/+1
* Avoid transcript initialisation when sending a TLS HelloRequest.jsing2021-03-291-4/+6
* Move finished and peer finished to the handshake struct.jsing2021-03-297-44/+44
* Move the TLSv1.2 record number increment into the new record layer.jsing2021-03-293-19/+44
* Garbage collect s->internal->typetb2021-03-276-18/+9
* Rename new_cipher to cipher.jsing2021-03-2411-64/+64
* Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.jsing2021-03-245-40/+48
* Fully initialize rrec in tls12_record_layer_open_record_protectedtb2021-03-211-1/+2
* Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing2021-03-219-226/+227
* Split TLSv1.3 record protection from record layer.jsing2021-03-211-46/+72
* Avoid a use-after-scope in tls13_cert_add().jsing2021-03-211-4/+3
* Prepare documenting SSL_use_certificate_chain_filetb2021-03-191-2/+19
* Undo previous. As pointed out by jsing I clearly wasn't fully awake...tb2021-03-191-2/+2
* Prepare to provide SSL_use_certificate_chain_file()tb2021-03-192-15/+40
* fix whitespace nit in previoustb2021-03-171-2/+2
* Enable DTLSv1.2.jsing2021-03-171-1/+5
* Add support for DTLSv1.2 version handling.jsing2021-03-171-45/+117
* Remove ssl_downgrade_max_version().jsing2021-03-115-54/+15
* Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.jsing2021-03-101-1/+3
* Improve internal version handling.jsing2021-03-109-108/+145
* Separate variable declaration and assignment.jsing2021-03-021-2/+4
* Replace two handrolled tls12_record_protection_engaged().jsing2021-03-021-3/+3
* Move key/IV length checks closer to usage sites.jsing2021-03-021-5/+11
* Add tls12_record_protection_unused() and call from CCS functions.jsing2021-03-021-8/+17
* Fix misleading indentation in SSL_get_error()tb2021-03-021-2/+2
* Move handling of cipher/hash based cipher suites into the new record layer.jsing2021-02-275-200/+141
* Identify DTLS based on the version major value.jsing2021-02-271-2/+2
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-259-128/+132
* Fix bizarre punctuation and capitalization in a comment.tb2021-02-221-2/+2
* Simplify version checks in the TLSv1.3 clienttb2021-02-221-22/+10
* Factor out/change some of the legacy client version handling code.jsing2021-02-223-12/+36
* ugly whitespacetb2021-02-202-14/+14
* Rename f_err into fatal_err.tb2021-02-207-183/+183
* Rename the truncated label into decode_err. This describes its purposetb2021-02-202-73/+73
* Return a min/max version of zero if set to zero.jsing2021-02-203-17/+41
* Add DTLSv1.2 methods.jsing2021-02-202-3/+159
* Handle DTLS1_2_VERSION in various places.jsing2021-02-203-6/+9
* Revise HelloVerifyRequest handling for DTLSv1.2.jsing2021-02-202-4/+14
* Group HelloVerifyRequest decoding and add missing check for trailing data.jsing2021-02-201-4/+5
* Add various public DTLS related defines.jsing2021-02-202-2/+14
* Clean up/simplify dtls1_get_cipher().jsing2021-02-201-7/+8
* Remove bogus DTLS checks to disable ECC and OCSP.jsing2021-02-082-10/+3