| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bring back *_client_method() structs | tb | 2020-12-01 | 1 | -1/+2 |
* | Use size_t for key_block_len. | jsing | 2020-11-11 | 1 | -2/+2 |
* | Replace SSL_IS_DTLS with SSL_is_dtls(). | jsing | 2020-10-14 | 1 | -5/+1 |
* | Mark DTLS methods as DTLS. | jsing | 2020-10-14 | 1 | -2/+3 |
* | SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL | guenther | 2020-10-11 | 1 | -14/+17 |
* | Make profile_name const in srtp_find_profile_by_name() | tb | 2020-10-11 | 1 | -2/+2 |
* | Condense and simplify TLS methods. | jsing | 2020-10-11 | 1 | -6/+2 |
* | Constipate srtp_known_profiles, pushing it into .data.rel.ro | guenther | 2020-10-11 | 1 | -4/+4 |
* | Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into | guenther | 2020-10-11 | 1 | -2/+2 |
* | Mop up various things that are now unused with the new record layer. | jsing | 2020-10-07 | 1 | -14/+1 |
* | Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c | jsing | 2020-10-03 | 1 | -3/+3 |
* | Use TLSv1_1_enc_data instead of DTLSv1_enc_data. | jsing | 2020-10-03 | 1 | -2/+1 |
* | Reimplement the TLSv1.2 record handling for the read side. | jsing | 2020-10-03 | 1 | -5/+9 |
* | Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function. | jsing | 2020-09-24 | 1 | -1/+2 |
* | Release read and write buffers using freezero(). | jsing | 2020-09-24 | 1 | -3/+4 |
* | Simplify SSL method lookups. | jsing | 2020-09-17 | 1 | -5/+3 |
* | Mop up the get_ssl_method function pointer. | jsing | 2020-09-15 | 1 | -3/+1 |
* | Implement SSL_{CTX_,}set_ciphersuites(). | jsing | 2020-09-13 | 1 | -2/+11 |
* | Remove cipher_list_by_id. | jsing | 2020-09-11 | 1 | -11/+3 |
* | Rename ssl_cipher_is_permitted() | jsing | 2020-09-11 | 1 | -3/+3 |
* | copy session id directly in ssl_get_prev_session | tb | 2020-09-01 | 1 | -3/+2 |
* | simplify tls1_process_ticket() exit path | tb | 2020-09-01 | 1 | -2/+1 |
* | Return code tweaks for session ticket handlers | tb | 2020-08-31 | 1 | -1/+8 |
* | Send alert on ssl_get_prev_session failure | tb | 2020-08-31 | 1 | -3/+4 |
* | Start replacing the existing TLSv1.2 record layer. | jsing | 2020-08-30 | 1 | -2/+31 |
* | Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding. | jsing | 2020-08-11 | 1 | -2/+2 |
* | Remove some unnecessary function pointers from SSL_METHOD_INTERNAL. | jsing | 2020-07-07 | 1 | -6/+1 |
* | Enable TLSv1.3 for the generic TLS_method(). | jsing | 2020-07-07 | 1 | -1/+2 |
* | Implement a rolling hash of the ClientHello message, Enforce RFC 8446 | beck | 2020-06-06 | 1 | -1/+7 |
* | Replace ssl_max_server_version() with ssl_downgrade_max_version() | jsing | 2020-05-31 | 1 | -2/+1 |
* | Correct downgrade sentinels when a version pinned method is in use. | jsing | 2020-05-31 | 1 | -1/+2 |
* | Improve server certificate selection for TLSv1.3. | jsing | 2020-05-29 | 1 | -7/+11 |
* | Mop up servername_done, which is unused. | jsing | 2020-05-29 | 1 | -7/+1 |
* | Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA. | jsing | 2020-05-19 | 1 | -7/+5 |
* | Enable the TLSv1.3 server. | jsing | 2020-05-11 | 1 | -1/+5 |
* | Use size_t for OCSP response length. | jsing | 2020-05-10 | 1 | -2/+3 |
* | Expose the peer ephemeral public key used for TLSv1.3 key exchange. | jsing | 2020-04-18 | 1 | -1/+2 |
* | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | tb | 2020-03-16 | 1 | -6/+6 |
* | Remove dtls1_enc(). | jsing | 2020-03-13 | 1 | -2/+1 |
* | Stop overloading the record type for padding length. | jsing | 2020-03-12 | 1 | -1/+2 |
* | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | jsing | 2020-03-12 | 1 | -7/+32 |
* | Remove the enc function pointers. | jsing | 2020-03-10 | 1 | -2/+1 |
* | Remove the s2n macro now that it is finally unused. | jsing | 2020-02-21 | 1 | -4/+1 |
* | Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it. | jsing | 2020-02-21 | 1 | -15/+1 |
* | Re-enable the TLSv1.3 client since the known issues have been addressed. | jsing | 2020-02-06 | 1 | -3/+1 |
* | Correctly handle key share extensions in a hello retry request. | jsing | 2020-02-06 | 1 | -1/+2 |
* | Refactor the server hello processing code in the TLSv1.3 client. | jsing | 2020-02-05 | 1 | -1/+4 |
* | Provide tls1_transcript_unfreeze() to avoid the need for manual flags | jsing | 2020-02-05 | 1 | -1/+2 |
* | Disable TLSv1.3 client while some known issues are being addressed. | jsing | 2020-02-01 | 1 | -1/+3 |
* | Provide struct/functions for handling TLSv1.3 key shares. | jsing | 2020-01-30 | 1 | -6/+2 |