47 Commits (14aa0de18f638a92be13597bc1b8a95ca8fcf8a4)

Author SHA1 Message Date
David Benjamin 80eb8141a2 Remove the experimental in-place record APIs. 2 years ago
David Benjamin 10fef972e4 Prefer established session properties mid renegotiation. 3 years ago
David Benjamin ebd8b8965c Track SSL_ERROR_ZERO_RETURN explicitly. 3 years ago
David Benjamin 401137fec2 Add a test for SSL_CTX_set_quiet_shutdown. 3 years ago
David Benjamin 4da5a94736 Fix SSL_load_client_CA_file when given an empty file. 3 years ago
David Benjamin 5cb597e3ec Test that close_notify state does not impair SSL_ERROR_SYSCALL. 3 years ago
David Benjamin b95c7e53d7 Fix up book-keeping between the write buffer and pending writes. 3 years ago
David Benjamin 64bf8c50a3 Fix an edge case in SSL_write's retry mechanism. 3 years ago
David Benjamin 5697a92026 Add SSL_CTX_get_num_tickets. 3 years ago
David Benjamin dfddbc4ded Align with OpenSSL on TLS 1.3 cipher suite constants. 3 years ago
David Benjamin 955ef7991e Rewrite SSL_add_file_cert_subjects_to_stack 3 years ago
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
Anton Bikineev 50e7ea5f09 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl 3 years ago
David Benjamin 4f1fae3043 Fix the easy -Wformat-signedness errors. 3 years ago
David Benjamin c3c540b9a4 Remove non-standard X.509 DNS wildcard matching. 3 years ago
Adam Langley 7e7e6b693f Add |SSL_set1_host| and |SSL_set_hostflags|. 3 years ago
David Benjamin b3ed071ecc Add SSL_has_pending. 3 years ago
David Benjamin 7a4df8e97e Tidy up SSLTest.SetVersion. 3 years ago
David Benjamin 1a668b39d5 Switch to the new, simpler WHATWG URL formulation. 4 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 4 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 4 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 4 years ago
David Benjamin 9cbe737ec4 Validate ECH public names. 4 years ago
David Benjamin 9734e4453b More reliably report handshake errors through SSL_write. 4 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 4 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 4 years ago
David Benjamin 24545c541c Add a basic API to make ECHConfigs. 4 years ago
David Benjamin c890ae5195 Make ECH server APIs take EVP_HPKE_KEY. 4 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 4 years ago
Adam Langley 47cefed43f Don't copy client's session ID into server's session. 4 years ago
David Benjamin 1d58cd1fd3 Shift the KEM dependency in HPKE up a step. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin f39c81d524 Introduce EVP_HPKE_{AEAD,KDF} types. 4 years ago
David Benjamin 9f70097eff Remove HKDF-SHA384 and HKDF-SHA512 from HPKE. 4 years ago
Steven Valdez 94a63a5b6e Implement ECH draft 10 and update HPKE to draft 08. 4 years ago
David Benjamin 2f3958a415 Fix issuerUID and subjectUID parsing in the key usage checker. 4 years ago
David Benjamin 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
David Benjamin c47bfce062 Define TLSEXT_TYPE_quic_transport_parameters to the old code point for now. 4 years ago
David Schinazi 3d8b8c3df2 Add support for the new QUIC TLS extension codepoint 4 years ago
Adam Langley ca058c0647 Revert "Add support for the new QUIC TLS extension codepoint" 4 years ago
David Schinazi 7ba96a675e Add support for the new QUIC TLS extension codepoint 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin 3989c99706 Fix crash when flushing an SSL BIO. 4 years ago
Nick Harper 5e086956f2 Fix handling of quic_early_data_context. 5 years ago
Nick Harper 74161f485b Enforce presence of ALPN when QUIC is in use. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago