3575 Commits (d515722d2291703589b55661f805e73193524914)
 

Author SHA1 Message Date
  Adam Langley d515722d22 Don't depend on the X509 code for getting public keys. 7 years ago
  Adam Langley d519bf6be0 Add |SSL_CTX_set0_buffer_pool|. 7 years ago
  Adam Langley 68e7124ddf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 7 years ago
  Adam Langley 364f7a6d21 Push the difference in chain semantics to the edge. 7 years ago
  David Benjamin cb0c29ff75 Move state and next_state to SSL_HANDSHAKE. 7 years ago
  David Benjamin 2644a13d71 Set up the SSL_HANDSHAKE object earlier. 7 years ago
  David Benjamin 5edfc8cc17 Emulate the client_cert_cb with cert_cb. 7 years ago
  David Benjamin 5888946777 Remove SSL_CTX_get_client_cert_cb. 7 years ago
  David Benjamin 888d5ccde3 Remove unused SSL_want_* macros. 7 years ago
  David Benjamin 287fc4ff7b Don't use SSL_want_* macros internally. 7 years ago
  David Benjamin 5b1f07e9e7 Remove unused BIO_RR_* values. 7 years ago
  David Benjamin 2ad3c989e8 Merge in upstream's certificate corpus. 7 years ago
  David Benjamin 9434b6bb5b Fix BN_kronecker on unreachable BN_rshift error. 7 years ago
  David Benjamin edb4c796e0 Add yet another way to spell 32. 7 years ago
  David Benjamin 3977f30317 Rename hs->state to hs->tls13_state. 7 years ago
  Alessandro Ghedini 1149ee1d38 tool: show if server sent OCSP staple 7 years ago
  Matthew Braithwaite f440e827f1 Remove New Hope key agreement. 7 years ago
  Adam Langley c0fc7a1385 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." 7 years ago
  Matthew Braithwaite 651aaefb44 Remove CECPQ1 (experimental post-quantum key agreement). 7 years ago
  Adam Langley 5a6e616961 Add |SSL_CTX_set0_buffer_pool|. 8 years ago
  Adam Langley e8509090cf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 8 years ago
  Adam Langley f5b30cc28c Add a simplified SSL BIO for curl. 7 years ago
  Alessandro Ghedini 559f0644a5 Support setting per-connection OCSP staple 7 years ago
  David Benjamin 7c5728649a Remove SSL_set_reject_peer_renegotiations. 7 years ago
  David Benjamin b79cc84635 Fix SSL_clear's interaction with session resumption. 7 years ago
  David Benjamin 30c4c30d4a Revise some integer sizes. 7 years ago
  David Benjamin 813fc01ff1 Remove unreachable check. 7 years ago
  David Benjamin f04c2e9878 Move client_version into SSL_HANDSHAKE. 7 years ago
  David Benjamin a2bda9fb95 Make more functions static. 7 years ago
  David Benjamin 0be6fc4c98 Move a few more functions into *_method.c. 7 years ago
  Adam Langley c8006be227 Fix X509_parse_from_buffer when failing to parse. 7 years ago
  David Benjamin 9d125dcdec Remove SSL_OP_DISABLE_NPN. 7 years ago
  David Benjamin 82bbe5503d Add tests for BIO pairs. 7 years ago
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. 7 years ago
  Adam Langley 4ba6e19640 Better pack ssl_handshake_st and ssl3_state_st. 7 years ago
  David Benjamin 93c332b086 Tighten BIO_new_bio_pair. 7 years ago
  David Benjamin ed1d288a91 Unwind all the zero-copy BIO pair machinery. 7 years ago
  Adam Langley 33b1d4f575 Check that tests with a version in the name do something with versions. 7 years ago
  David Benjamin eebd3c88ac Add SSL_(CTX_)set_tls_channel_id_enabled. 7 years ago
  David Benjamin 8db920ad5d Remove SSL_ctrl compatibility macros for Channel ID. 7 years ago
  David Benjamin 2578b29126 Make ssl3_choose_cipher and dependencies static. 7 years ago
  David Benjamin 731058ec8e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. 7 years ago
  David Benjamin 91e9b0de02 Remove tls_record_type_t. 7 years ago
  Adam Langley df447ba3a9 Add generic AES-GCM-SIV support. 8 years ago
  Adam Langley cd6cfb070d Test SendReceiveIntermediate* with expected version. 7 years ago
  Nick Harper dfec182af4 Remove Fake TLS 1.3 code from prf.go. 7 years ago
  David Benjamin f3c8f8d19d Pass explicit parameters elsewhere. 8 years ago
  David Benjamin 8baf963523 Pass explicit hs parameters to ssl_ext_*. 8 years ago
  David Benjamin 6773972ff6 Pass explicit hs parameters into t1_enc.c. 8 years ago
  David Benjamin 2bd1917866 Pass explicit hs parameters into custom_extensions.c. 8 years ago