- Jan 26, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jan 25, 2010
-
-
Dr. Stephen Henson authored
Submitted by: Douglas Stebila <douglas@stebila.ca> Fix wap OIDs.
-
Richard Levitte authored
-
Richard Levitte authored
Submitted by Steven M. Schweda <sms@antinode.info>
-
Richard Levitte authored
Submitted by Steven M. Schweda <sms@antinode.info>
-
Richard Levitte authored
Submitted by Steven M. Schweda <sms@antinode.info>
-
Richard Levitte authored
Submitted by Steven M. Schweda <sms@antinode.info>
-
- Jan 24, 2010
-
-
Dr. Stephen Henson authored
Submitted by: steve@openssl.org The original fix for PR#2125 broke compilation on some Unixware platforms: revert and make conditional on VMS.
-
Dr. Stephen Henson authored
ctrl is incorrectly implemented (e.g. some versions of Apache). As a workaround call both BIO_CTRL_INFO and BIO_CTRL_WPENDING if it returns zero. This should both address the original bug and retain compatibility with the old behaviour.
-
- Jan 22, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
server attempts to renegotiate with an unpatched client.
-
- Jan 21, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jan 20, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jan 19, 2010
-
-
Andy Polyakov authored
-
Andy Polyakov authored
PR: 2094,2095
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
algorithms not found when an application uses PKCS#12 and only calls SSL_library_init() instead of OpenSSL_add_all_algorithms(). Simple work around is to add the missing algorithm (40 bit RC2) in SSL_library_init().
-
Dr. Stephen Henson authored
Submitted by: "NARUSE, Yui" <naruse@airemix.jp> Remove non-ASCII comment which causes compilation errors on some versions of VC++.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Better fix for PR#2144
-
- Jan 17, 2010
-
-
Dr. Stephen Henson authored
-
- Jan 16, 2010
-
-
Dr. Stephen Henson authored
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
-
Dr. Stephen Henson authored
Submitted by: steve@openssl.org Fix DTLS connection so new_session is reset if we read second client hello: new_session is used to detect renegotiation.
-
Dr. Stephen Henson authored
Submitted by: steve@openssl.org Add missing DTLS state strings.
-
Ben Laurie authored
-
- Jan 15, 2010
-
-
Dr. Stephen Henson authored
-
- Jan 14, 2010
-
-
Dr. Stephen Henson authored
Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com> Fix gcc-aix compilation issue.
-
- Jan 13, 2010
-
-
Dr. Stephen Henson authored
Although it will be many years before TLS v2.0 or later appears old versions of servers have a habit of hanging around for a considerable time so best if we handle this properly now.
-
Dr. Stephen Henson authored
stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory.
-
- Jan 12, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at> Add options to output hash using older algorithm compatible with OpenSSL versions before 1.0.0
-
Dr. Stephen Henson authored
-