summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1j releaseOpenSSL_1_0_1jMatt Caswell2014-10-154-6/+6
* Updates to NEWSMatt Caswell2014-10-151-1/+4
* Add updates to CHANGES fileMatt Caswell2014-10-151-0/+33
* Fix no-ssl3 configuration optionGeoff Thorpe2014-10-152-11/+16
* Fix for session tickets memory leak.Dr. Stephen Henson2014-10-151-0/+3
* Fix SRTP compile issues for windowsMatt Caswell2014-10-154-5/+14
* Fix for SRTP Memory LeakMatt Caswell2014-10-152-66/+36
* Fix SSL_R naming inconsistency.Bodo Moeller2014-10-151-1/+1
* aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov2014-10-151-25/+27
* 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/+8
* 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-31/+47
* Make sure test/tests.com exit gracefully, even when openssl.exe wasn't proper...Richard Levitte2014-10-151-0/+2
* Update the VMS build according to the latest unixly build. Partly provided by...Richard Levitte2014-10-153-3/+10
* Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte2014-10-154-11/+59
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-1516-25/+140
* Preserve digests for SNI.Dr. Stephen Henson2014-10-101-2/+13
* 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-26/+32
* RT3067: simplify patchEmilia Kasper2014-09-244-74/+97
* 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-248-116/+307
* Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson2014-09-221-3/+4
* RT2560: missing NULL check in ocsp_req_find_signerRich Salz2014-09-101-2/+5
* RT3301: Discard too-long heartbeat requestsErik Auerswald2014-09-081-0/+3
* 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
* RT2119,3407: Updated to dgst.podRich Salz2014-08-301-14/+54
* RT1941: c_rehash.pod is missingJames Westby2014-08-301-0/+81
* RT2379: Bug in BIO_set_accept_port.podRich Salz2014-08-291-2/+2
* Constant-time utilitiesEmilia Kasper2014-08-286-71/+423
* RT2400: ASN1_STRING_to_UTF8 missing initializerRaphael Spreitzer2014-08-271-0/+1
* RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-277-0/+47
* 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