summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell
2014-12-03Verify that we have a sensible message len and fail if notMatt Caswell
2014-11-28Check for FindNextFile when defining it rather than FindFirstFileRichard Levitte
2014-11-28[PR3597] Advance to the next state variant when reusing messages.Richard Levitte
2014-11-28Correct some layout issues, convert all remaining tabs to appropriate amounts...Richard Levitte
2014-11-28Improves the proxy certificates howto doc.Alok Menghrajani
2014-11-27Fixed warning in ssl2_encMatt Caswell
2014-11-27Check EVP_Cipher return values for SSL2Matt Caswell
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell
2014-11-27Remove redundant checks in ssl_cert_dup. This was causing spurious error mess...Matt Caswell
2014-11-27Remove duplicated codeMatt Caswell
2014-11-27Tidy up ocsp help outputMatt Caswell
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell
2014-11-25Corrected comments in ssl.h about SSLv23_method and friendsMatt Caswell
2014-11-13Fix cross reference table generator.Dr. Stephen Henson
2014-11-12Fixes a minor typo in the EVP docs.Alok Menghrajani
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2014-11-11Fix warning about negative unsigned intergersKurt Roeckx
2014-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller
2014-10-21When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller
2014-10-21Keep old method in case of an unsupported protocolKurt Roeckx
2014-10-20no-ssl2 with no-ssl3 does not mean drop the ssl libTim Hudson
2014-10-17e_os.h: refine inline override logic (to address warnings in debug build).Andy Polyakov
2014-10-17e_os.h: allow inline functions to be compiled by legacy compilers.Andy Polyakov
2014-10-17RT3547: Add missing static qualifierKurt Cancemi
2014-10-15Prepare for 1.0.0p-devMatt Caswell
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