- Feb 03, 2011
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Jan 03, 2011
-
-
Dr. Stephen Henson authored
must escape the escape character itself (backslash).
-
- Dec 25, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 29, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 24, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 16, 2010
-
-
Dr. Stephen Henson authored
-
- Oct 10, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net> Reviewed by: steve Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
-
- Oct 03, 2010
-
-
Dr. Stephen Henson authored
this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
-
- Aug 26, 2010
-
-
Bodo Möller authored
-
Bodo Möller authored
SSL_[CTX_]set_not_resumable_session_callback. Submitted by: Emilia Kasper (Google) [A part of this change affecting ssl/s3_lib.c was accidentally commited separately, together with a compilation fix for that file; see s3_lib.c CVS revision 1.133 (http://cvs.openssl.org/chngview?cn=19855).]
-
Bodo Möller authored
This will only be compiled in if explicitly requested (#ifdef EC_NISTP224_64_GCC_128). Submitted by: Emilia Kasper (Google)
-
Dr. Stephen Henson authored
Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Support for abbreviated handshakes when renegotiating.
-
Bodo Möller authored
Submitted by: Emilia Kasper (Google)
-
Bodo Möller authored
-
- Jul 28, 2010
-
-
Ben Laurie authored
-
- Jul 26, 2010
-
-
Dr. Stephen Henson authored
e_os2.h, this should fix WIN32 compilation issues and hopefully avoid conflicts with other headers which may workaround ssize_t in different ways.
-
- Jul 24, 2010
-
-
Dr. Stephen Henson authored
directory: currently the GOST ENGINE is the only case.
-
- Jul 21, 2010
-
-
Dr. Stephen Henson authored
this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
-
- Jul 18, 2010
-
-
Dr. Stephen Henson authored
Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>, Steve Henson Support for RFC5705 key extractor.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jun 01, 2010
-
-
Dr. Stephen Henson authored
-
- May 05, 2010
-
-
Andy Polyakov authored
be done, it's definitely not the way to do it. So far answer to the question was to ./config -Wa,--noexecstack (adopted by RedHat).
-
Ben Laurie authored
-
- Apr 15, 2010
-
-
Dr. Stephen Henson authored
-
- Apr 07, 2010
-
-
Dr. Stephen Henson authored
directly by SSL/TLS SHA2 certificates are becoming more common and applications that only call SSL_library_init() and not OpenSSL_add_all_alrgorithms() will fail when verifying certificates. Update docs.
-
- Mar 25, 2010
-
-
Bodo Möller authored
Also, add missing CHANGES entry for CVE-2009-3245 (code changes submitted to this branch on 23 Feb 2010), and further harmonize this version of CHANGES with the versions in the current branches.
-
- Mar 14, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 12, 2010
-
-
Mark J. Cox authored
security relevent we'd better list it.
-
- Mar 11, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 08, 2010
-
-
Dr. Stephen Henson authored
requests. Add new ASN1 signature initialisation function to handle this case.
-
- Mar 06, 2010
-
-
Dr. Stephen Henson authored
Uses ASN1 module in Martin Kaiser's PSS patch.
-
Dr. Stephen Henson authored
now print out signatures instead of the standard hex dump. More complex signatures (e.g. PSS) can print out more meaningful information. Sample DSA version included that prints out the signature parameters r, s. [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding new fields in the middle has no compatibility issues]
-
- Mar 03, 2010
-
-
Dr. Stephen Henson authored
Fix for CVE-2010-0433 where some kerberos enabled versions of OpenSSL could be crashed if the relevant tables were not present (e.g. chrooted).
-
- Feb 26, 2010
-
-
Dr. Stephen Henson authored
-