summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-27Add include of ssl.h which is required by srtp.hMatt Caswell
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-20Do not resume a session if the negotiated protocol version does not matchDavid Benjamin
2014-11-20Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper
2014-11-20Always require an advertised NewSessionTicket message.Emilia Kasper
2014-11-20Remove ssl3_check_finished.Emilia Kasper
2014-11-20Set s->hit when resuming from external pre-shared secret.Emilia Kasper
2014-11-20Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.Emilia Kasper
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-11-18Added OPENSSL_NO_EC2M guards around the preferred EC curve listMatt Caswell
2014-11-17Don't use msg on error.Jan Hykel
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-11-10Fix datarace reported by valgrind/helgrindRussell Coker
2014-10-29md32_common.h: address compiler warning in HOST_c2l.Andy Polyakov
2014-10-28Use only unsigned arithmetic in constant-time operationsSamuel Neves
2014-10-28Tighten session ticket handlingEmilia Kasper
2014-10-27Fix ssltest logic when some protocols are compiled out.Emilia Kasper
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.1k-devMatt Caswell
2014-10-15Prepare for 1.0.1j releaseOpenSSL_1_0_1jMatt Caswell
2014-10-15Updates to NEWSMatt Caswell
2014-10-15Add updates 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 SRTP compile issues for windowsMatt Caswell
2014-10-15Fix for SRTP Memory LeakMatt Caswell
2014-10-15Fix SSL_R naming inconsistency.Bodo Moeller
2014-10-15aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov
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-15Update the VMS build according to the latest unixly build. Partly provided by...Richard Levitte
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-10-10Preserve digests for SNI.Dr. Stephen Henson
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell