2757 Commits (65dac9c8a30d6427aee988a06dcb603d09863000)
 

Author SHA1 Message Date
  David Benjamin f07ba17942 Check in a copy of android-cmake. 8 years ago
  David Benjamin 00b1069a6b Add an option to pick a different adb binary. 8 years ago
  Tamas Berghammer 5693e42ae4 Fix discovery rule for perl and go for Android 8 years ago
  David Benjamin ea77107e9a Remove references to non-existent BIO functions. 8 years ago
  Matt Braithwaite c82b70155d Go version of New Hope post-quantum key exchange. 8 years ago
  David Benjamin 54092ffeaa Remove dead checks. 8 years ago
  David Benjamin fce37b0deb Add a TODO for why init_buf isn't released post-handshake. 8 years ago
  David Benjamin 1d64afda44 Stop reseting init_num everywhere in the handshake loop. 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 4d559617cd Unflake Unclean-Shutdown-Alert on Windows. 8 years ago
  Matt Braithwaite f4ce8e5324 Refactor ECDH key exchange to make it asymmetrical 8 years ago
  David Benjamin 68a533c0ef Fix line-number counting in doc.go. 8 years ago
  David Benjamin 7f6706ce64 MSVC doesn't like C bitfields. 8 years ago
  David Benjamin 47f5a1feca Allow documentation comments to begin with A/An. 8 years ago
  David Benjamin c7eae5a326 Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown. 8 years ago
  David Benjamin ea65e100c7 Condition the read_close_notify check on type, not shutdown state. 8 years ago
  David Benjamin fa214e4a18 Tidy up shutdown state. 8 years ago
  David Benjamin 8f73135485 Consolidate SSL_RECEIVED_SHUTDOWN checks. 8 years ago
  Adam Langley f448c60903 Update INCORPORATING.md to clarify one point. 8 years ago
  Adam Langley 4fac8d0eae Add CRYPTO_has_asm. 8 years ago
  David Benjamin c032dfa27e Client auth is only legal in certificate-based ciphers. 8 years ago
  David Benjamin 060cfb0911 Simplify handshake message size limits. 8 years ago
  Brian Smith 4e7a1ff055 Remove unuseful comments in |BN_mod_exp|. 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 c6cc6e76a6 Make kSRTPProfiles static. 8 years ago
  David Benjamin ef2dc61edd Remove invalid comment for alert_dispatch. 8 years ago
  David Benjamin 8de8b3d23c Revise run_android_tests.go for use in recipes. 8 years ago
  David Benjamin 641f42b1a2 Make i2d_X509_AUX work if *pp = NULL. 8 years ago
  David Benjamin 80d1b35520 Add a test for SCTs sent on resume. 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
  Brian Smith 0e01eb534c Call |BN_mod_exp_mont_consttime| in crypto/dh. 8 years ago
  David Benjamin d229433d75 Free any existing SRTP connection profile. 8 years ago
  David Benjamin 3473315415 Reimplement PKCS #3 DH parameter parsing with crypto/bytestring. 8 years ago
  David Benjamin e72df93461 Add a README.md for ssl/test. 8 years ago
  David Benjamin e9a3642126 Don't reset ssl->shutdown in the state machine. 8 years ago
  David Benjamin b095f0f0ca Remove the push argument to ssl_init_wbio_buffer. 8 years ago
  David Benjamin 2730955e74 Check BIO_flush return value. 8 years ago
  David Benjamin 30152fdfc1 Always buffer DTLS retransmits. 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
  Adam Langley 8107e92a1a Add a comment with an SMT verification of the Barrett reductions. 8 years ago
  David Benjamin f0bba61663 Fix ASN1_INTEGER handling. 8 years ago
  David Benjamin de2cf273d7 Avoid theoretical overflows in EVP_EncodeUpdate. 8 years ago
  David Benjamin e31e0123ea Add size limit to X509_NAME structure. 8 years ago
  David Benjamin 204dea8dae Fix encrypt overflow 8 years ago