1624 Commits (a54cc0c55c46996caa75a6d508f1a56693581fbe)
 

Author SHA1 Message Date
  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
  Adam Langley 45ba42a94c vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter. 10 years ago
  Adam Langley dacb502cf4 Set TLS padding extension value. 10 years ago
  Adam Langley e2c2f60c44 Don't try and verify signatures if key is NULL (CVE-2013-0166) 10 years ago
  Adam Langley db4f9521b5 Fix memory leak with client auth. 10 years ago
  Adam Langley 64c2223310 Update chain building function. 10 years ago
  Adam Langley dff7b9e11b Allow duplicate certs in ssl_build_cert_chain 10 years ago
  Adam Langley 33685b82ec dh/check.c: check BN_CTX_get's return value. 10 years ago
  Adam Langley e0ddf2706a For self signed root only indicate one error. 10 years ago
  Adam Langley 8f5b6b9b0f perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms. 10 years ago