| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier. | deraadt | 2021-09-30 | 1 | -1/+2 |
* | Avoid a potential overread in x509_constraints_parse_mailbox() | deraadt | 2021-09-26 | 1 | -5/+9 |
* | In LibreSSL, printing a certificate can result in a crash inlibressl-v3.3.4 | benno | 2021-08-20 | 1 | -3/+3 |
* | mention DTLS1_2_VERSION | tb | 2021-04-15 | 1 | -3/+4 |
* | Mention DTLS1_2_VERSION here, too | tb | 2021-04-15 | 1 | -6/+8 |
* | Document SSL_OP_NO_DTLSv1{,_2} | tb | 2021-04-15 | 1 | -2/+15 |
* | Document DTLSv1_2_{,client_,server_}method(3) | tb | 2021-04-15 | 1 | -4/+36 |
* | Merge documentation for SSL_is_dtls() from OpenSSL | tb | 2021-04-15 | 1 | -5/+21 |
* | Switch back to the legacy verifier for the release. | tb | 2021-04-15 | 1 | -2/+2 |
* | Update a stale comment and fix a typo. | tb | 2021-04-11 | 1 | -3/+3 |
* | An extra internal consistency check and a missing stats adjustment. ok tb@ | otto | 2021-04-09 | 1 | -1/+4 |
* | Cache implementation has changed, we do not hold on to an exact number | otto | 2021-04-09 | 1 | -3/+4 |
* | Avoid clobbering the error code when sending an alert | tb | 2021-04-07 | 1 | -2/+3 |
* | Don't leak param->name in x509_verify_param_zero() | tb | 2021-04-05 | 1 | -1/+2 |
* | Update for DTLSv1.2 support. | tb | 2021-03-31 | 1 | -2/+4 |
* | Bump minors after symbol addition | tb | 2021-03-31 | 3 | -3/+3 |
* | Expose various DTLSv1.2 specific functions and defines | tb | 2021-03-31 | 5 | -27/+8 |
* | Document SSL_set_hostflags(3) and SSL_get0_peername(3) | tb | 2021-03-31 | 1 | -18/+4 |
* | Expose SSL_set_hostflags(3) and SSL_get0_peername(3) | tb | 2021-03-31 | 2 | -3/+3 |
* | Document SSL_use_certificate_chain_file(3) | tb | 2021-03-31 | 1 | -11/+3 |
* | Expose SSL_use_certificate_chain_file(3) | tb | 2021-03-31 | 2 | -3/+2 |
* | Provide missing prototype for d2i_DSAPrivateKey_fp(3) | tb | 2021-03-31 | 1 | -1/+2 |
* | Document EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 1 | -16/+4 |
* | Provide EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 2 | -5/+2 |
* | whitespace nits | tb | 2021-03-29 | 1 | -4/+4 |
* | Prepare documenting EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-29 | 1 | -2/+54 |
* | Remove pointless assignment in SSL_get0_alpn_selected(). | jsing | 2021-03-29 | 1 | -4/+1 |
* | Avoid transcript initialisation when sending a TLS HelloRequest. | jsing | 2021-03-29 | 1 | -4/+6 |
* | Move finished and peer finished to the handshake struct. | jsing | 2021-03-29 | 7 | -44/+44 |
* | Move the TLSv1.2 record number increment into the new record layer. | jsing | 2021-03-29 | 3 | -19/+44 |
* | Prepare to provide EVP_PKEY_new_CMAC_key() | tb | 2021-03-29 | 4 | -20/+84 |
* | Garbage collect s->internal->type | tb | 2021-03-27 | 6 | -18/+9 |
* | Avoid mangled output in BIO_debug_callback | tb | 2021-03-25 | 1 | -4/+12 |
* | Rename new_cipher to cipher. | jsing | 2021-03-24 | 11 | -64/+64 |
* | Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data. | jsing | 2021-03-24 | 5 | -40/+48 |
* | OCSP_basic_verify() doesn't set errno, so use tls_set_errorx() | tb | 2021-03-23 | 1 | -2/+2 |
* | Fully initialize rrec in tls12_record_layer_open_record_protected | tb | 2021-03-21 | 1 | -1/+2 |
* | Move the TLSv1.3 handshake struct inside the shared handshake struct. | jsing | 2021-03-21 | 9 | -226/+227 |
* | Split TLSv1.3 record protection from record layer. | jsing | 2021-03-21 | 1 | -46/+72 |
* | Avoid a use-after-scope in tls13_cert_add(). | jsing | 2021-03-21 | 1 | -4/+3 |
* | Prepare documenting SSL_use_certificate_chain_file | tb | 2021-03-19 | 1 | -2/+19 |
* | Undo previous. As pointed out by jsing I clearly wasn't fully awake... | tb | 2021-03-19 | 1 | -2/+2 |
* | Prepare to provide SSL_use_certificate_chain_file() | tb | 2021-03-19 | 2 | -15/+40 |
* | Fix copy-paste error in previous | tb | 2021-03-19 | 1 | -2/+2 |
* | Type-cast getpagesize() from int to size_t for the comparison with d. | claudio | 2021-03-18 | 1 | -2/+2 |
* | fix whitespace nit in previous | tb | 2021-03-17 | 1 | -2/+2 |
* | Enable DTLSv1.2. | jsing | 2021-03-17 | 1 | -1/+5 |
* | Add support for DTLSv1.2 version handling. | jsing | 2021-03-17 | 1 | -45/+117 |
* | Use EXFLAG_INVALID to handle out of memory and parse errors in | tobhe | 2021-03-13 | 2 | -11/+45 |
* | Zap a useless variable. | tb | 2021-03-12 | 1 | -4/+2 |