| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Missing void in function definition | tb | 2021-03-12 | 1 | -2/+2 |
* | Fix checks of memory caps of constraints names | tb | 2021-03-12 | 3 | -20/+32 |
* | spelling: refenece -> reference | jmc | 2021-03-12 | 1 | -3/+3 |
* | spelling | jsg | 2021-03-12 | 12 | -37/+37 |
* | Remove ssl_downgrade_max_version(). | jsing | 2021-03-11 | 5 | -54/+15 |
* | Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL. | jsing | 2021-03-10 | 1 | -1/+3 |
* | Improve internal version handling. | jsing | 2021-03-10 | 9 | -108/+145 |
* | Change the implementation of the malloc cache to keep lists of | otto | 2021-03-09 | 1 | -152/+118 |
* | LibreSSL 3.3.2 | bcook | 2021-03-07 | 1 | -3/+3 |
* | Separate variable declaration and assignment. | jsing | 2021-03-02 | 1 | -2/+4 |
* | Replace two handrolled tls12_record_protection_engaged(). | jsing | 2021-03-02 | 1 | -3/+3 |
* | Move key/IV length checks closer to usage sites. | jsing | 2021-03-02 | 1 | -5/+11 |
* | Add tls12_record_protection_unused() and call from CCS functions. | jsing | 2021-03-02 | 1 | -8/+17 |
* | Fix misleading indentation in SSL_get_error() | tb | 2021-03-02 | 1 | -2/+2 |