21 Commits (9d64d8d2373db494d3460102b970f4aaf92ee274)

Author SHA1 Message Date
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 2 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 3 years ago
David Benjamin a75027b040 Make ssl_parse_extensions a little easier to use. 3 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 3 years ago
David Benjamin 05ce773cae Process the TLS 1.3 cipher suite in one place. 3 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 3 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 3 years ago
David Benjamin 97ede40d43 Move key_share computation out of ClientHello callbacks. 3 years ago
David Benjamin 6c9758fa9a Release some temporaries outside of ClientHello callbacks. 3 years ago
David Benjamin b5879118ac Remove the Channel ID callback. 4 years ago
David Benjamin 8acec00e9e Manage Channel ID handshake state better. 4 years ago
David Benjamin a1d3bfb64f Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). 4 years ago
Adam Langley 47cefed43f Don't copy client's session ID into server's session. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 4 years ago
David Benjamin 71a3b82663 Check for resumption identifiers in SSL_SESSION_is_resumable. 4 years ago
David Benjamin 962b375bcb Move session ID assignment out of ssl_get_new_session. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin 5351c8bf38 Rename the master_key field in SSL_SESSION to secret. 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin c4ec14c71d Switch ssl_parse_extensions to bool and Span. 4 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 4 years ago