summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-20crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov1-3/+3
2014-10-20RT3425: constant-time evp_encEmilia Kasper2-26/+32
2014-10-20RT3067: simplify patchEmilia Kasper4-74/+97
2014-10-20This change alters the processing of invalid, RSA pre-master secrets soAdam Langley1-45/+89
2014-10-20RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper8-116/+307
2014-10-20Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson1-3/+4
2014-10-20RT2560: missing NULL check in ocsp_req_find_signerRich Salz1-2/+5
2014-10-20RT3301: Discard too-long heartbeat requestsErik Auerswald1-0/+3
2014-10-20psk_client_callback, 128-byte id bug.Adam Langley1-9/+20
2014-10-20Ensure that x**0 mod 1 = 0.Adam Langley2-2/+52
2014-10-20Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte2-1/+12
2014-10-20RT3334: Fix crypto/LPdir_win.cPhil Mesnier1-7/+35
2014-10-20Make the inline const-time functions static.Emilia Kasper1-16/+16
2014-10-20md5-x86_64.pl: work around warning.Andy Polyakov1-1/+1
2014-10-20Add tags/TAGSRich Salz1-0/+79
2014-10-20RT2119,3407: Updated to dgst.podRich Salz1-14/+54
2014-10-20RT1941: c_rehash.pod is missingJames Westby1-0/+81
2014-10-20RT2379: Bug in BIO_set_accept_port.podRich Salz1-2/+2
2014-10-20Constant-time utilitiesEmilia Kasper6-71/+423
2014-10-20RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer1-0/+1
2014-10-20RT2308: Add extern "C" { ... } wrapperRich Salz7-0/+47
2014-10-20Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper1-3/+9
2014-10-20RT3065: automatically generate a missing EC public keyMatt Caswell1-8/+19
2014-10-20RT3065: ec_private_key_dont_crashAdam Langley2-7/+10
2014-10-20RT2210: Add missing EVP_cleanup to exampleMihai Militaru1-13/+17
2014-10-20RT1744: SSL_CTX_set_dump_dh() doc feedbackDavid Gatwood1-7/+8
2014-10-20RT1804: fix EXAMPLE in EVP_EncryptInit.podJan Schaumann1-33/+23
2014-10-20Typo fixes to evp documentation.Matt Caswell2-6/+6
2014-10-20RT3060: Limit the number of empty records.Adam Langley1-1/+18
2014-10-20RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley1-1/+6
2014-10-20Improve EVP_PKEY_sign documentationEmilia Kasper1-5/+15
2014-10-20define inline for Visual StudioEmilia Kasper1-2/+10
2014-10-20Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper1-1/+1
2014-10-20Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley1-4/+4
2014-10-20Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell1-46/+160
2014-10-20Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller3-5/+6
2014-10-20Fix SRP ciphersuites.Dr. Stephen Henson1-3/+8
2014-10-20Fix SRP authentication ciphersuites.Dr. Stephen Henson2-9/+10
2014-10-20Test SRP authentication ciphersuites.Dr. Stephen Henson1-0/+6
2014-10-20Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson4-16/+20
2014-10-20Prepare for 1.0.1j-devMatt Caswell5-5/+13
2014-10-20Prepare for 1.0.1i releaseupstream/1.0.1iMatt Caswell4-6/+6
2014-10-20make updateMatt Caswell1-1718/+1711
2014-10-20update NEWSDr. Stephen Henson1-6/+9
2014-10-20update CHANGESDr. Stephen Henson1-0/+79
2014-10-20Check SRP parameters early.Dr. Stephen Henson6-11/+55
2014-10-20Fix SRP buffer overrun vulnerability.Dr. Stephen Henson1-0/+6
2014-10-20Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2-0/+14
2014-10-20Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz1-7/+10
2014-10-20Fix OID handling:Emilia Kasper2-16/+30