aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Prepare for 1.0.1j releaseOpenSSL_1_0_1jMatt Caswell4-6/+6
2014-10-15Updates to NEWSMatt Caswell1-1/+4
2014-10-15Add updates to CHANGES fileMatt Caswell1-0/+33
2014-10-15Fix no-ssl3 configuration optionGeoff Thorpe2-11/+16
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson1-0/+3
2014-10-15Fix SRTP compile issues for windowsMatt Caswell4-5/+14
2014-10-15Fix for SRTP Memory LeakMatt Caswell2-66/+36
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller1-1/+1
2014-10-15aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov1-25/+27
2014-10-15Add constant_time_locl.h to HEADERS,Tim Hudson1-1/+2
2014-10-15Add the constant time test to the VMS build and testsRichard Levitte2-2/+8
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte3-3/+3
2014-10-15Spaces were added in some strings for better readability. However, those spac...Richard Levitte2-4/+4
2014-10-15Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte5-31/+47
2014-10-15Make sure test/tests.com exit gracefully, even when openssl.exe wasn't proper...Richard Levitte1-0/+2
2014-10-15Update the VMS build according to the latest unixly build. Partly provided by...Richard Levitte3-3/+10
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte4-11/+59
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller16-25/+140
2014-10-10Preserve digests for SNI.Dr. Stephen Henson1-2/+13
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell1-4/+0
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson2-2/+29
2014-09-25Add missing testsEmilia Kasper1-5/+7
2014-09-25Use correct function name: CMS_add1_signer()Dr. Stephen Henson1-7/+7
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov1-3/+3
2014-09-24RT3425: constant-time evp_encEmilia Kasper2-26/+32
2014-09-24RT3067: simplify patchEmilia Kasper4-74/+97
2014-09-24This change alters the processing of invalid, RSA pre-master secrets soAdam Langley1-45/+89
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper8-116/+307
2014-09-22Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson1-3/+4
2014-09-10RT2560: missing NULL check in ocsp_req_find_signerRich Salz1-2/+5
2014-09-08RT3301: Discard too-long heartbeat requestsErik Auerswald1-0/+3
2014-09-05psk_client_callback, 128-byte id bug.Adam Langley1-9/+20
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley2-2/+52
2014-09-03Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte2-1/+12
2014-09-03RT3334: Fix crypto/LPdir_win.cPhil Mesnier1-7/+35
2014-09-02Make the inline const-time functions static.Emilia Kasper1-16/+16
2014-08-30md5-x86_64.pl: work around warning.Andy Polyakov1-1/+1
2014-08-30Add tags/TAGSRich Salz1-0/+2
2014-08-30RT2119,3407: Updated to dgst.podRich Salz1-14/+54
2014-08-30RT1941: c_rehash.pod is missingJames Westby1-0/+81
2014-08-29RT2379: Bug in BIO_set_accept_port.podRich Salz1-2/+2
2014-08-28Constant-time utilitiesEmilia Kasper6-71/+423
2014-08-27RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer1-0/+1
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz7-0/+47
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper1-3/+9
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell1-8/+19
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley2-7/+10
2014-08-27RT2210: Add missing EVP_cleanup to exampleMihai Militaru1-13/+17
2014-08-26RT1744: SSL_CTX_set_dump_dh() doc feedbackDavid Gatwood1-7/+8
2014-08-25RT1804: fix EXAMPLE in EVP_EncryptInit.podJan Schaumann1-33/+23