1256 Commits (160f4ef14c12d8b846eeac498de10a0633f6d2f4)
 

Author SHA1 Message Date
  David Benjamin ff175b4a46 unifdef OPENSSL_NO_PSK. 10 years ago
  David Benjamin 019c3cc64a Remove last remnants of GOST support. 10 years ago
  David Benjamin 0e498f14d2 Remove some remnants of SSLv2 support. 10 years ago
  David Benjamin 39482a13ac Remove get_cipher_by_char and put_cipher_by_char. 10 years ago
  David Benjamin 0eb17906ab Remove support for sending V2ClientHello. 10 years ago
  David Benjamin d23f412a8a Improve test coverage around NewSessionTicket message. 10 years ago
  David Benjamin 072334d943 Consistently use uint16_t for curve IDs. 10 years ago
  David Benjamin f3ec83dee0 Add EarlyChangeCipherSpec tests. 10 years ago
  David Benjamin 1d5c83e063 Add test coverage for session resumption with tickets. 10 years ago
  David Benjamin 6444287806 Do not allow a Finished message when NewSessionTicket is expected. 10 years ago
  David Benjamin 407886f589 Remove ssl3_check_finished. 10 years ago
  David Benjamin 9eaeef81fa Set s->hit when using tls_session_secret_cb. 10 years ago
  David Benjamin 6553b379e2 Don't accidentally read Finished in ssl3_get_cert_verify. 10 years ago
  David Benjamin b61b4de6df Fix runner.go session ticket support. 10 years ago
  David Benjamin 42be6456ca Add SkipChangeCipherSpec-Server-NPN test. 10 years ago
  David Benjamin de620d9c87 runner: Require the CertificateVerify signature and hash to match. 10 years ago
  David Benjamin a0e5223bb8 Add SkipChangeCipherSpec tests. 10 years ago
  Adam Langley c0d9484902 ec: recognise known parameters when written in full. 10 years ago
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 10 years ago
  David Benjamin e14dcc45e8 Remove RSA_SSLV23_PADDING. 10 years ago
  Adam Langley 37a623cf29 Have BIO_get_mem_data return a size_t and uint8_t* 10 years ago
  David Benjamin b5d725df63 Fix limit checks in RSA padding functions. 10 years ago
  David Benjamin e77dff61bd Preserve the address length in bio/connect.c. 10 years ago
  David Benjamin 13f2710c37 Document that EVP_EncodeBlock writes a trailing NUL. 10 years ago
  Adam Langley 6defe177fe Fix typo in DTLS-SRTP extension parsing. 10 years ago
  David Benjamin 515ee12d62 Ensure x86asm.pl ends with a newline. 10 years ago
  Adam Langley 904a32e975 Touchup a couple of blank lines from 7b35b58a. 10 years ago
  David Benjamin 7b35b58ae6 Fix EVP_DecodeBlock and add tests. 10 years ago
  Adam Langley 045cc5590a Don't delay CKX and Finished for False Start. 10 years ago
  David Benjamin 2e52121acd Fix magic SSL reason codes. 10 years ago
  Adam Langley 8750fe58f4 base64: fix underflow in EVP_EncodeBlock. 10 years ago
  David Benjamin 8f3234b2c8 Fix another flipped condition. 10 years ago
  David Benjamin 407a10cf43 Fix parsing of CertificateRequests. 10 years ago
  Adam Langley 0cc81ff04f Add functions for setting a BIO callback and arg. 10 years ago
  Adam Langley 449f16b947 Change ECDSA_METHOD's size() to group_order_size() 10 years ago
  David Benjamin 22f9bccde5 Port ssl3_get_client_hello to CBS. 10 years ago
  David Benjamin 14c83e7d00 Refactor PSK logic in ssl3_get_client_key_exchange. 10 years ago
  David Benjamin 820c74af65 Tidy up some PSK cipher checks. 10 years ago
  David Benjamin 35c023014b Port ssl3_get_client_key_exchange to CBS. 10 years ago
  David Benjamin 8f8040dd4f Rename ssl3_get_key_exchange to ssl3_get_server_key_exchange. 10 years ago
  David Benjamin 05da6e1641 Port tls12_check_peer_sigalg to CBS. 10 years ago
  David Benjamin a03d95d156 Port ssl3_get_server_hello to CBS. 10 years ago
  David Benjamin 46062681ab Port ssl3_get_cert_status to CBS. 10 years ago
  David Benjamin e044c3d8a2 Port ssl3_get_new_session_ticket to CBS. 10 years ago
  David Benjamin ed43958853 Port ssl3_get_key_exchange to CBS. 10 years ago
  David Benjamin 1f5f62b204 Add a server NPN test. 10 years ago
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 years ago
  David Benjamin 6897dbece1 Port ssl3_get_cert_verify to CBS. 10 years ago
  David Benjamin 67666e7823 Add tests for the server accepting client certificates. 10 years ago
  David Benjamin 51b1f7427b Make init_msg a uint8_t*. 10 years ago