Age | Commit message (Expand) | Author |
2020-04-18 | Expose the peer ephemeral public key used for TLSv1.3 key exchange. | Joel Sing |
2020-03-16 | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | Theo Buehler |
2020-03-13 | Remove dtls1_enc(). | Joel Sing |
2020-03-12 | Stop overloading the record type for padding length. | Joel Sing |
2020-03-12 | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | Joel Sing |
2020-03-10 | Remove the enc function pointers. | Joel Sing |
2020-02-21 | Remove the s2n macro now that it is finally unused. | Joel Sing |
2020-02-21 | Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it. | Joel Sing |
2020-02-06 | Re-enable the TLSv1.3 client since the known issues have been addressed. | Joel Sing |
2020-02-06 | Correctly handle key share extensions in a hello retry request. | Joel Sing |
2020-02-05 | Refactor the server hello processing code in the TLSv1.3 client. | Joel Sing |
2020-02-05 | Provide tls1_transcript_unfreeze() to avoid the need for manual flags | Joel Sing |
2020-02-01 | Disable TLSv1.3 client while some known issues are being addressed. | Joel Sing |
2020-01-30 | Provide struct/functions for handling TLSv1.3 key shares. | Joel Sing |
2020-01-30 | Factor out/rewrite the ECDHE EC point key exchange code. | Joel Sing |
2020-01-29 | Remove dead prototypes. | Joel Sing |
2020-01-23 | Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL. | Joel Sing |
2020-01-23 | Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher(). | Joel Sing |
2020-01-23 | Save the legacy session id in the client, and enforce that it is returned | Bob Beck |
2020-01-23 | Switch back to a function pointer for ssl_pending. | Joel Sing |
2020-01-22 | Wire up the TLSv1.3 server. | Joel Sing |
2020-01-22 | Fix things so that `make -DTLS1_3` works again. | Joel Sing |
2020-01-22 | Enable the TLSv1.3 client in libssl. | Joel Sing |
2020-01-22 | Move guards from public to internal headers, and fix not use values. | Bob Beck |
2019-11-17 | Bring back the ssl_shutdown internal method pointer. | Joel Sing |
2019-04-22 | Pass the session ID down to the session/ticket handling code as a CBS. | Joel Sing |
2019-04-22 | Inline and remove the tlsext_tick_md macro. | Joel Sing |
2019-04-04 | Clean up the cipher/digest table mess. | Joel Sing |
2019-03-25 | Strip out all of the pkey to sigalg and sigalg to pkey linkages. | Joel Sing |
2019-03-25 | tls1_process_sigalgs() is no longer needed. | Joel Sing |
2019-03-25 | Defer sigalgs selection until the certificate is known. | Joel Sing |
2019-03-25 | Remove ssl_get_server_send_cert() which is now unused. | Joel Sing |
2019-03-25 | Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains. | Joel Sing |
2019-03-25 | Add a chain member to CERT_PKEY and provide functions for manipulating it. | Joel Sing |
2019-02-25 | revert "Move struct ssl_handshake_tls13_st definition", i.e., move | Theo Buehler |
2019-02-25 | Move struct ssl_handshake_tls13_st definition | Kinichiro Inoguchi |
2019-02-14 | Provide a TLS 1.3 capable client method. | Joel Sing |
2019-02-10 | Preserve the transcript hash at specific stages of the TLSv1.3 handshake. | Joel Sing |
2019-02-09 | Rename tls1_handshake_hash*() to tls1_transcript_hash*(). | Joel Sing |
2019-01-24 | Add server side of versions, keyshare, and client and server of cookie | Bob Beck |
2019-01-24 | move the extensions_seen into the handshake struct | Bob Beck |
2019-01-23 | Modify sigalgs extension processing to accomodate TLS 1.3. | Bob Beck |
2019-01-23 | revert previous, accidentally contained another diff in addition | Bob Beck |
2019-01-23 | Modify sigalgs extension processing for TLS 1.3. | Bob Beck |
2019-01-21 | Add ssl_cipher_is_permitted(), an internal helper function that | Theo Buehler |
2019-01-21 | Move struct tls13_ctx into a header since other things need access to it. | Joel Sing |
2019-01-18 | Add client side of supported versions and keyshare extensions with basic regress | Bob Beck |
2018-11-21 | Fix DTLS transcript handling for HelloVerifyRequest. | Joel Sing |
2018-11-10 | Stop keeping track of sigalgs by guessing it from digest and pkey, | Bob Beck |
2018-11-09 | Reimplement the sigalgs processing code into a new implementation | Bob Beck |