965 Commits (71dd6660e849e8f98129c997e2f52ae8991ec3d3)

Author SHA1 Message Date
  David Benjamin c9ae27ca72 Build up TLS 1.3 record-layer tests. 8 years ago
  David Benjamin 44bedc348d Handle BN_mod_word failures. 8 years ago
  David Benjamin 8c6fde0f78 Update references to RFC 7905. 8 years ago
  David Benjamin 5744ca6bff Fold cert_req into cert_request. 8 years ago
  Nick Harper 1fd39d84cf Add TLS 1.3 record layer to go implementation. 8 years ago
  David Benjamin 99c752ad52 Compute kinv in DSA with Fermat's Little Theorem. 8 years ago
  David Benjamin 8cf79af7d1 Always use Fermat's Little Theorem in ecdsa_sign_setup. 8 years ago
  Julien Schmidt 40e3906234 Fix ssl.h copy-paste fail in doc 8 years ago
  David Benjamin 2f02854c24 Remove EC_GROUP_new_arbitrary. 8 years ago
  David Benjamin da7f0c65ef Unwind X509_LU_RETRY and fix a lot of type confusion. 8 years ago
  David Benjamin 65dac9c8a3 Fix the name of OPENSSL_add_all_algorithms_conf. 8 years ago
  David Benjamin 41e08045f7 Fix typo. 8 years ago
  David Benjamin f715c42322 Make SSL_set_bio's ownership easier to reason about. 8 years ago
  David Benjamin 7af3140a82 Remove ASN.1 BIOs. 8 years ago
  David Benjamin ae0bf3b7c1 Remove ASN1_parse and ASN1_parse_dump. 8 years ago
  David Benjamin e77b16ef71 Remove ASN.1 print hooks. 8 years ago
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8 years ago
  David Benjamin 2446db0f52 Require in == out for in-place encryption. 8 years ago
  David Benjamin 8f1e113a73 Ensure verify error is set when X509_verify_cert() fails. 8 years ago
  Taylor Brandstetter 9edb2c6055 Adding function to set the "current time" callback used for DTLS. 8 years ago
  David Benjamin 3dcec458f1 Rename SERVER_DONE to SERVER_HELLO_DONE. 8 years ago
  David Benjamin 0d21dcd9bb Remove unnecessary sectioning in ssl.h. 8 years ago
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8 years ago
  David Benjamin 585d7a4987 Test both synchronous and asynchronous DTLS retransmit. 8 years ago
  David Benjamin 83042a8292 Add a no-op OpenSSL_add_all_algorithms_conf. 8 years ago
  David Benjamin bbc7859817 Match OpenSSL's values for BIO_CTRL_*. 8 years ago
  David Benjamin f4978b78a0 Add some getters for the old lock callbacks. 8 years ago
  David Benjamin e7b3ce58ad Add BIO_set_conn_int_port. 8 years ago
  David Benjamin d206dfa91f Add missing newline in newhope.h. 8 years ago
  Adam Langley aa80ff50bf crypto/newhope: add OPENSSL_EXPORT to functions used by tests. 8 years ago
  Adam Langley a34bd8e38c crypto/newhope: fix comment typo. 8 years ago
  Matt Braithwaite 6b7436b0d2 newhope: restore statistical tests. 8 years ago
  David Benjamin 0fc7df55c0 Add SSL_CIPHER_is_DHE. 8 years ago
  Steven Valdez 3084e7b87d Adding ECDHE-PSK GCM Ciphersuites. 8 years ago
  Matt Braithwaite 27e863e711 newhope: improve test vectors. 8 years ago
  Steven Valdez bbd43b5e90 Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET. 8 years ago
  Matt Braithwaite db207264ad newhope: refactor and add test vectors. 8 years ago
  David Benjamin 156edfe536 Switch Windows CRYPTO_MUTEX implementation to SRWLOCK. 8 years ago
  Matt Braithwaite 053931e74e CECPQ1: change from named curve to ciphersuite. 8 years ago
  Adam Langley d09175ffe3 Replace base64 decoding. 8 years ago
  Steven Valdez 4f94b1c19f Adding TLS 1.3 constants. 8 years ago
  Steven Valdez 1eca1d3816 Renaming Channel ID Encrypted Extensions. 8 years ago
  David Benjamin 2f87112b96 Never expose ssl->bbio in the public API. 8 years ago
  Steven Valdez ce902a9bcd Generalizing curves to groups in preparation for TLS 1.3. 8 years ago
  Adam Langley 1aa03f0745 Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit. 8 years ago
  Adam Langley 7cb920b6ac Include crypto.h from pem.h. 8 years ago
  Steven Valdez 3686584d16 Separating HKDF into HKDFExtract and HKDFExpand. 8 years ago
  Matt Braithwaite e25775bcac Elliptic curve + post-quantum key exchange 8 years ago
  Matt Braithwaite e09e579603 Rename NEWHOPE functions to offer/accept/finish. 8 years ago
  David Benjamin ea77107e9a Remove references to non-existent BIO functions. 8 years ago