summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in BN_mod_sqrt()OPENBSD_6_9tb2022-03-151-14/+15
* delete expired DST Root CA X3 to work around bugs various librarieslibressl-v3.3.6libressl-v3.3.5deraadt2021-09-301-44/+1
* Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.deraadt2021-09-301-1/+2
* Avoid a potential overread in x509_constraints_parse_mailbox()deraadt2021-09-261-5/+9
* In LibreSSL, printing a certificate can result in a crash inlibressl-v3.3.4benno2021-08-201-3/+3
* mention DTLS1_2_VERSIONtb2021-04-151-3/+4
* Mention DTLS1_2_VERSION here, tootb2021-04-151-6/+8
* Document SSL_OP_NO_DTLSv1{,_2}tb2021-04-151-2/+15
* Document DTLSv1_2_{,client_,server_}method(3)tb2021-04-151-4/+36
* Merge documentation for SSL_is_dtls() from OpenSSLtb2021-04-151-5/+21
* Switch back to the legacy verifier for the release.tb2021-04-151-2/+2
* Update a stale comment and fix a typo.tb2021-04-111-3/+3
* An extra internal consistency check and a missing stats adjustment. ok tb@otto2021-04-091-1/+4
* Cache implementation has changed, we do not hold on to an exact numberotto2021-04-091-3/+4
* Avoid clobbering the error code when sending an alerttb2021-04-071-2/+3
* Don't leak param->name in x509_verify_param_zero()tb2021-04-051-1/+2
* Update for DTLSv1.2 support.tb2021-03-311-2/+4
* Bump minors after symbol additiontb2021-03-313-3/+3
* Expose various DTLSv1.2 specific functions and definestb2021-03-315-27/+8
* 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
* Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb2021-03-311-1/+2
* Document EVP_PKEY_new_CMAC_key(3)tb2021-03-311-16/+4
* Provide EVP_PKEY_new_CMAC_key(3)tb2021-03-312-5/+2
* whitespace nitstb2021-03-291-4/+4
* Prepare documenting EVP_PKEY_new_CMAC_key(3)tb2021-03-291-2/+54
* 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
* Prepare to provide EVP_PKEY_new_CMAC_key()tb2021-03-294-20/+84
* Garbage collect s->internal->typetb2021-03-276-18/+9
* Avoid mangled output in BIO_debug_callbacktb2021-03-251-4/+12
* 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
* OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb2021-03-231-2/+2
* 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 copy-paste error in previoustb2021-03-191-2/+2
* Type-cast getpagesize() from int to size_t for the comparison with d.claudio2021-03-181-2/+2
* 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