965 Commits (71dd6660e849e8f98129c997e2f52ae8991ec3d3)

Author SHA1 Message Date
  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
  David Benjamin 1e6d6df943 Remove state parameters to ssl3_get_message. 8 years ago
  David Benjamin a6338be3fa Simplify ssl3_get_message. 8 years ago
  David Benjamin 1f9329aaf5 Add BUF_MEM_reserve. 8 years ago
  David Benjamin 7f6706ce64 MSVC doesn't like C bitfields. 8 years ago
  David Benjamin fa214e4a18 Tidy up shutdown state. 8 years ago
  Adam Langley 4fac8d0eae Add CRYPTO_has_asm. 8 years ago
  Brian Smith 448fa42779 Deprecate |BN_mod_exp2_mont| and simplify its implementation. 8 years ago
  David Benjamin ada97998f2 Fix stack macro const-ness. 8 years ago
  David Benjamin ef2dc61edd Remove invalid comment for alert_dispatch. 8 years ago
  Brian Smith e31d103a0a Deprecate |BN_mod_exp_mont_word| and simplify its implementation. 8 years ago
  Taylor Brandstetter 376a0fed24 Adding a method to change the initial DTLS retransmission timer value. 8 years ago
  David Benjamin 3473315415 Reimplement PKCS #3 DH parameter parsing with crypto/bytestring. 8 years ago
  David Benjamin 9d908ba519 Add BORINGSSL_API_VERSION. 8 years ago
  Brian Smith 598e55a795 Do RSA blinding unless |e| is NULL and specifically requested not to. 8 years ago
  Brian Smith 86080c336f Verify RSA private key operation regardless of whether CRT is used. 8 years ago
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() 8 years ago
  Adam Langley b83c680d03 Add |CRYPTO_is_confidential_build|. 8 years ago