| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up the cipher/digest table mess. | jsing | 2019-04-04 | 1 | -2/+1 |
* | Strip out all of the pkey to sigalg and sigalg to pkey linkages. | jsing | 2019-03-25 | 1 | -3/+1 |
* | tls1_process_sigalgs() is no longer needed. | jsing | 2019-03-25 | 1 | -2/+1 |
* | Defer sigalgs selection until the certificate is known. | jsing | 2019-03-25 | 1 | -1/+5 |
* | Remove ssl_get_server_send_cert() which is now unused. | jsing | 2019-03-25 | 1 | -2/+1 |
* | Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains. | jsing | 2019-03-25 | 1 | -2/+2 |
* | Add a chain member to CERT_PKEY and provide functions for manipulating it. | jsing | 2019-03-25 | 1 | -1/+8 |
* | revert "Move struct ssl_handshake_tls13_st definition", i.e., move | tb | 2019-02-25 | 1 | -1/+24 |
* | Move struct ssl_handshake_tls13_st definition | inoguchi | 2019-02-25 | 1 | -24/+1 |
* | Provide a TLS 1.3 capable client method. | jsing | 2019-02-14 | 1 | -1/+3 |
* | Preserve the transcript hash at specific stages of the TLSv1.3 handshake. | jsing | 2019-02-10 | 1 | -1/+5 |
* | Rename tls1_handshake_hash*() to tls1_transcript_hash*(). | jsing | 2019-02-09 | 1 | -5/+5 |
* | Add server side of versions, keyshare, and client and server of cookie | beck | 2019-01-24 | 1 | -1/+4 |
* | move the extensions_seen into the handshake struct | beck | 2019-01-24 | 1 | -1/+4 |
* | Modify sigalgs extension processing to accomodate TLS 1.3. | beck | 2019-01-23 | 1 | -2/+2 |
* | revert previous, accidentally contained another diff in addition | beck | 2019-01-23 | 1 | -8/+2 |
* | Modify sigalgs extension processing for TLS 1.3. | beck | 2019-01-23 | 1 | -2/+8 |
* | Add ssl_cipher_is_permitted(), an internal helper function that | tb | 2019-01-21 | 1 | -1/+3 |
* | Move struct tls13_ctx into a header since other things need access to it. | jsing | 2019-01-21 | 1 | -1/+3 |
* | Add client side of supported versions and keyshare extensions with basic regress | beck | 2019-01-18 | 1 | -1/+19 |
* | Fix DTLS transcript handling for HelloVerifyRequest. | jsing | 2018-11-21 | 1 | -1/+2 |
* | Stop keeping track of sigalgs by guessing it from digest and pkey, | beck | 2018-11-10 | 1 | -4/+6 |
* | Reimplement the sigalgs processing code into a new implementation | beck | 2018-11-09 | 1 | -7/+1 |
* | Clean up and simplify the handshake transcript code. | jsing | 2018-11-08 | 1 | -7/+10 |
* | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | jsing | 2018-11-08 | 1 | -2/+1 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 1 | -1/+4 |
* | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | jsing | 2018-11-05 | 1 | -8/+8 |
* | Clean up the code that checks if we can choose an EC cipher suite. | jsing | 2018-11-05 | 1 | -2/+1 |
* | Mop up ecdh_tmp, since it is no longer used. | jsing | 2018-11-05 | 1 | -3/+1 |
* | Make more of libssl's record layer state internal. | jsing | 2018-10-24 | 1 | -1/+11 |
* | SSL_MAX_DIGEST is no longer needed. | jsing | 2018-09-08 | 1 | -5/+1 |
* | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 2018-09-06 | 1 | -10/+6 |
* | Correctly clear the current cipher state, when changing cipher state. | jsing | 2018-09-05 | 1 | -3/+4 |
* | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 2018-08-30 | 1 | -4/+1 |
* | n2s and l2n3 finally bite the dust! | jsing | 2018-08-27 | 1 | -7/+1 |
* | Simplify new session ticket encoding/generation. | jsing | 2018-08-27 | 1 | -1/+3 |
* | Simplify session ticket parsing/handling. | jsing | 2018-08-24 | 1 | -6/+7 |
* | Clean up handshake message start/finish functions. | jsing | 2018-08-24 | 1 | -5/+3 |
* | Rename and collapse tls12_get_sigandhash_cbb(). | jsing | 2018-08-19 | 1 | -5/+3 |
* | Convert ssl3_send_server_key_exchange() to CBB. | jsing | 2018-08-16 | 1 | -1/+3 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -3/+3 |
* | Remove function pointers for ssl_{read,write,peek}. | jsing | 2018-04-07 | 1 | -4/+1 |
* | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | jsing | 2018-04-07 | 1 | -3/+1 |
* | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 1 | -3/+4 |
* | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | jsing | 2017-10-12 | 1 | -2/+2 |
* | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | jsing | 2017-10-12 | 1 | -2/+2 |
* | Drop prototypes for ssl23_*() functions, which no longer exist. | jsing | 2017-10-12 | 1 | -11/+1 |
* | Convert ssl3_client_hello() to CBB. | jsing | 2017-10-11 | 1 | -6/+2 |
* | Fully convert ssl3_send_server_hello() to CBB. | jsing | 2017-10-11 | 1 | -4/+1 |
* | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | jsing | 2017-10-10 | 1 | -3/+2 |