summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.0o releaseOpenSSL_1_0_0oMatt Caswell2014-10-154-6/+6
* Updates to NEWSMatt Caswell2014-10-151-1/+4
* Update to CHANGES fileMatt Caswell2014-10-151-0/+19
* Fix no-ssl3 configuration optionGeoff Thorpe2014-10-152-8/+16
* Fix for session tickets memory leak.Dr. Stephen Henson2014-10-151-0/+3
* Fix SSL_R naming inconsistency.Bodo Moeller2014-10-151-1/+1
* Add constant_time_locl.h to HEADERS,Tim Hudson2014-10-151-1/+2
* Add the constant time test to the VMS build and testsRichard Levitte2014-10-152-2/+9
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-10-153-3/+3
* Spaces were added in some strings for better readability. However, those spac...Richard Levitte2014-10-152-4/+4
* Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte2014-10-155-28/+45
* Make sure test/tests.com exit gracefully, even when openssl.exe wasn't proper...Richard Levitte2014-10-151-0/+2
* Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte2014-10-154-12/+60
* Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller2014-10-153-7/+17
* Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.Bodo Moeller2014-10-151-1/+1
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-1516-25/+141
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* Add additional DigestInfo checks.Dr. Stephen Henson2014-09-292-2/+29
* Add missing testsEmilia Kasper2014-09-251-5/+7
* Use correct function name: CMS_add1_signer()Dr. Stephen Henson2014-09-251-7/+7
* crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov2014-09-251-3/+3
* RT3425: constant-time evp_encEmilia Kasper2014-09-242-23/+29
* RT3067: simplify patchEmilia Kasper2014-09-244-74/+96
* This change alters the processing of invalid, RSA pre-master secrets soAdam Langley2014-09-241-45/+89
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-249-117/+311
* Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson2014-09-221-3/+4
* psk_client_callback, 128-byte id bug.Adam Langley2014-09-051-9/+20
* Ensure that x**0 mod 1 = 0.Adam Langley2014-09-042-2/+52
* Followup on RT3334 fix: make sure that a directory that's the emptyRichard Levitte2014-09-032-1/+12
* RT3334: Fix crypto/LPdir_win.cPhil Mesnier2014-09-031-7/+35
* Make the inline const-time functions static.Emilia Kasper2014-09-021-16/+16
* md5-x86_64.pl: work around warning.Andy Polyakov2014-08-301-1/+1
* Add tags/TAGSRich Salz2014-08-301-0/+2
* RT2379: Bug in BIO_set_accept_port.podRich Salz2014-08-291-2/+2
* Fixed double inclusion of string.hMatt Caswell2014-08-291-1/+0
* Constant-time utilitiesEmilia Kasper2014-08-286-75/+425
* Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper2014-08-271-3/+9
* RT3065: automatically generate a missing EC public keyMatt Caswell2014-08-271-8/+19
* RT3065: ec_private_key_dont_crashAdam Langley2014-08-272-7/+10
* RT2210: Add missing EVP_cleanup to exampleMihai Militaru2014-08-271-13/+17
* RT1744: SSL_CTX_set_dump_dh() doc feedbackDavid Gatwood2014-08-261-7/+8
* RT1804: fix EXAMPLE in EVP_EncryptInit.podJan Schaumann2014-08-251-33/+23
* Typo fixes to evp documentation.Matt Caswell2014-08-242-6/+6
* RT3060: Limit the number of empty records.Adam Langley2014-08-221-1/+18
* RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley2014-08-221-1/+6
* Improve EVP_PKEY_sign documentationEmilia Kasper2014-08-221-5/+15
* define inline for Visual StudioEmilia Kasper2014-08-211-2/+10
* Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley2014-08-191-4/+4
* Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell2014-08-151-31/+95
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-132-3/+3