summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-15Prepare for 1.0.0o releaseOpenSSL_1_0_0oMatt Caswell
2014-10-15Updates to NEWSMatt Caswell
2014-10-15Update to CHANGES fileMatt Caswell
2014-10-15Fix no-ssl3 configuration optionGeoff Thorpe
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
2014-10-15Add constant_time_locl.h to HEADERS,Tim Hudson
2014-10-15Add the constant time test to the VMS build and testsRichard Levitte
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-10-15Spaces were added in some strings for better readability. However, those spac...Richard Levitte
2014-10-15Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte
2014-10-15Make sure test/tests.com exit gracefully, even when openssl.exe wasn't proper...Richard Levitte
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller
2014-10-15Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson
2014-09-25Add missing testsEmilia Kasper
2014-09-25Use correct function name: CMS_add1_signer()Dr. Stephen Henson
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov
2014-09-24RT3425: constant-time evp_encEmilia Kasper
2014-09-24RT3067: simplify patchEmilia Kasper
2014-09-24This change alters the processing of invalid, RSA pre-master secrets soAdam Langley
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-22Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson
2014-09-05psk_client_callback, 128-byte id bug.Adam Langley
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley
2014-09-03Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte
2014-09-03RT3334: Fix crypto/LPdir_win.cPhil Mesnier
2014-09-02Make the inline const-time functions static.Emilia Kasper
2014-08-30md5-x86_64.pl: work around warning.Andy Polyakov
2014-08-30Add tags/TAGSRich Salz
2014-08-29RT2379: Bug in BIO_set_accept_port.podRich Salz
2014-08-29Fixed double inclusion of string.hMatt Caswell
2014-08-28Constant-time utilitiesEmilia Kasper
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-08-27RT2210: Add missing EVP_cleanup to exampleMihai Militaru
2014-08-26RT1744: SSL_CTX_set_dump_dh() doc feedbackDavid Gatwood
2014-08-25RT1804: fix EXAMPLE in EVP_EncryptInit.podJan Schaumann
2014-08-24Typo fixes to evp documentation.Matt Caswell
2014-08-22RT3060: Limit the number of empty records.Adam Langley
2014-08-22RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2014-08-22Improve EVP_PKEY_sign documentationEmilia Kasper
2014-08-21define inline for Visual StudioEmilia Kasper
2014-08-19Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley
2014-08-15Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller