20 Commits (24545c541c424b4f9bd8f42edc06d84d6542e764)

Author SHA1 Message Date
David Benjamin c89ce97a2d Move the TLS vs DTLS header length adjustment into ssl_add_clienthello_tlsext. 4 years ago
David Benjamin 5acf9f42c2 Replace hs->needs_psk_binder with an output parameter. 4 years ago
David Benjamin 246c556b65 Compute the ECH GREASE payload outside of the callbacks. 4 years ago
David Benjamin 97ede40d43 Move key_share computation out of ClientHello callbacks. 4 years ago
David Benjamin 6c9758fa9a Release some temporaries outside of ClientHello callbacks. 4 years ago
David Benjamin 4e93cd487f Move the early_data_{offered,reason} logic out of extension callbacks. 4 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. 5 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago