40 Commits (b1c6f45f1fe6d808555d04a41bb44b322e4f4c1d)

Author SHA1 Message Date
Adam Langley 2f6409e888 Support WPA 3.1 "enterprise" mode. 2 years ago
Bob Beck 8cacbd93b8 Add functions to allow the mocking of AES hw support for testing. 2 years ago
David Benjamin 44a389a7fc Tidy up some lengths in SSL_SESSION 2 years ago
David Benjamin 08b1f38577 Use KEM terminology in TLS ECDHE and key_share abstractions 2 years ago
David Benjamin 7fa0910a65 Create the SSLKeyShare object in TLS 1.2 client ECDHE slightly later 2 years ago
Bob Beck dcabfe2d89 Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure. 2 years ago
David Benjamin a614d46d40 Add SSL_was_key_usage_invalid. 2 years ago
David Benjamin 361e3e0aba Move the DTLS cookie to SSL_HANDSHAKE. 2 years ago
David Benjamin dfddbc4ded Align with OpenSSL on TLS 1.3 cipher suite constants. 2 years ago
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 2 years ago
David Benjamin 123eaaef26 Record ClientHelloInner values in msg_callback. 3 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 ba423c9a1b Implement ClientHelloOuter handshakes. 3 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 3 years ago
David Benjamin 10a76acb0f Only clear not_resumable after the handshake. 3 years ago
David Benjamin 9734e4453b More reliably report handshake errors through SSL_write. 3 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 3 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 3 years ago
David Benjamin c89ce97a2d Move the TLS vs DTLS header length adjustment into ssl_add_clienthello_tlsext. 3 years ago
David Benjamin 5acf9f42c2 Replace hs->needs_psk_binder with an output parameter. 3 years ago
David Benjamin 246c556b65 Compute the ECH GREASE payload outside of the callbacks. 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 4e93cd487f Move the early_data_{offered,reason} logic out of extension 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 3675eb3f2a GREASE is now RFC 8701. 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 6ff9429853 Don't use SHA256(ticket) as the signaling session ID for tickets. 4 years ago
David Benjamin 1f6c3dc7d7 Simplify renego + resumption handling. 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
David Benjamin 0a6bfa36c9 Always check the TLS 1.3 downgrade signal. 4 years ago
David Benjamin c4ec14c71d Switch ssl_parse_extensions to bool and Span. 4 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 4 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 4 years ago