5733 Commits (e9a058315be44537d4696b584692e1a0da568645)
 

Author SHA1 Message Date
  Adam Langley ac61fa379f Implement TLS_FALLBACK_SCSV support for the client. 10 years ago
  Adam Langley bbb42ffaf4 Silence spurious GCC warning. 10 years ago
  Adam Langley f3a95c4d67 Reduce elliptic curves and formats in ClientHello. 10 years ago
  Adam Langley 4ac0b38cfc Try both old and new X.509 hashes. 10 years ago
  Adam Langley 3ffd70ec36 crypto/sha/asm/sha[1,512]-x86_64.pl: Windows build 10 years ago
  Adam Langley b0d5fb6c74 Add OPENSSL_str[n]casecmp 10 years ago
  Adam Langley 94d86b1f67 Remove unused DANE macros. This should be the last DANE stuff... 10 years ago
  Adam Langley 464f3a147c Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-only 10 years ago
  Adam Langley a433cbdc4f Accept CCS after sending finished. 10 years ago
  Adam Langley 956665b32b sha1-x86_64.pl: add missing rex prefix in shaext. 10 years ago
  Adam Langley 8241005bfa Client-side namecheck wildcards. 10 years ago
  Adam Langley 4c65f3a2f1 Fix off-by-one errors in ssl_cipher_get_evp() 10 years ago
  Adam Langley 006779a02c Add benchmarks for hash functions to bssl speed. 10 years ago
  Adam Langley cb5dd63e5e Add support for Intel SHA extension. 10 years ago
  Adam Langley 87750b433a Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jung@kippdata.de> 10 years ago
  Adam Langley 0823800db3 Remove unimplemented functions. 10 years ago
  Adam Langley 20c57547d0 ghash-x86_64.pl: optimize for upcoming Atom. 10 years ago
  Adam Langley 0fbf33a691 Fixed incorrect return code handling in ssl3_final_finish_mac. 10 years ago
  Adam Langley e044fe4bc7 Fix null pointer errors. 10 years ago
  Adam Langley 8314351bcc Update strength_bits for 3DES. 10 years ago
  Adam Langley 6acf476eb6 Make tls_session_secret_cb work with CVE-2014-0224 fix. 10 years ago
  Adam Langley bed2214b3e Fix for CVE-2014-0195 10 years ago
  Adam Langley ce7f9caa98 Fix for CVE-2014-0224 10 years ago
  Adam Langley ec48ffc1fe Additional CVE-2014-0224 protection. 10 years ago
  Adam Langley 895780572b Fix CVE-2014-0221 10 years ago
  Adam Langley d06eddd15c Fix CVE-2014-3470 10 years ago
  Adam Langley b7bf53c808 Check there is enough room for extension. 10 years ago
  Adam Langley fb5cd20236 Free up s->d1->buffered_app_data.q properly. 10 years ago
  Adam Langley f10a63b050 Typo: set i to -1 before goto. 10 years ago
  Adam Langley d74d7d030c Added SSLErr call for internal error in dtls1_buffer_record 10 years ago
  Adam Langley 3a54f9e015 Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. 10 years ago
  Adam Langley a09d2127ea Set default global mask to UTF8 only. 10 years ago
  Adam Langley ce1cfe169a Allocate extra space when NETSCAPE_HANG_BUG defined. 10 years ago
  Adam Langley caddf1c4de Use correct digest when exporting keying material. 10 years ago
  Adam Langley 467c87e318 remove duplicate 0x for default RSASSA-PSS salt len 10 years ago
  Adam Langley dc160f84f5 Fixes to host checking. 10 years ago
  Adam Langley 3e449b1b05 Don't allocate more than is needed in BUF_strndup() 10 years ago
  Adam Langley b4b9914f74 Unit/regression test for TLS heartbeats. 10 years ago
  Adam Langley 45fb1eca0d Sync with upstream's fix for PR#3321. 10 years ago
  Adam Langley 041240485d Avoid out-of-bounds write in SSL_get_shared_ciphers 10 years ago
  Adam Langley 9611cfcb9f safety check to ensure we dont send out beyond the users buffer 10 years ago
  Adam Langley f77452c572 fix coverity issue 966597 - error line is not always initialised 10 years ago
  Adam Langley c8e91d5798 bignum: allow concurrent BN_MONT_CTX_set_locked() 10 years ago
  Adam Langley cdf96e5886 Double free in i2o_ECPublicKey 10 years ago
  Adam Langley eceb33d3af bignum: fix boundary condition in montgomery logic 10 years ago
  Adam Langley 6a57f92195 bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication algorithm suggested in following paper: 10 years ago
  Adam Langley 89b73fbafa aes/asm/bsaes-x86_64.pl: Atom-specific optimization. 10 years ago
  Adam Langley 4a35a93a12 Fix use after free. 10 years ago
  Adam Langley 548523fd5e Extension checking fixes. 10 years ago
  Adam Langley 56475207be Add heartbeat extension bounds check. 10 years ago