- 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.
-
Andy Polyakov authored
length parameter.
-
Andy Polyakov authored
-
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
-
- Jan 19, 2010
-
-
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
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Better fix for PR#2144
-
Andy Polyakov authored
needed).
-
Andy Polyakov authored
PR: 2094,2095
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jan 17, 2010
-
-
Andy Polyakov authored
in performance calculations. For the moment there is only one code fast enough to suffer from this: Intel AES-NI engine. PR: 2096
-
Andy Polyakov authored
-
Andy Polyakov authored
crypto/bn/asm/mips3.s from IRIX. Performance improvement is not as impressive as with complete assembler, but still... it's almost 2.5x [on R5000].
-
Andy Polyakov authored
less).
-
- 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.
-
- Jan 15, 2010
-
-
Dr. Stephen Henson authored
-
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
-
- Jan 07, 2010
-
-
Dr. Stephen Henson authored
1. Send SCSV is not renegotiating, never empty RI. 2. Send RI if renegotiating.
-
Andy Polyakov authored
HP-UX thing).
-
http://cvs.openssl.org/chngview?cn=19053Andy Polyakov authored
connect() are as finicky as sendto() when it comes to socket address length. As it turned out they are, therefore the fix. Note that you can't reproduce the problem on Linux, it was failing on Solaris, FreeBSD, most likely on more...
-
Andy Polyakov authored
PR: 2114 Submitted by: Robin Seggelmann
-
- Jan 06, 2010
-
-
Andy Polyakov authored
not to mention that first sockaddr_storage had __ss_family, not ss_family. In other words it makes more sense to avoid sockaddr_storage...
-
Dr. Stephen Henson authored
1. Add provisional SCSV value. 2. Don't send SCSV and RI at same time. 3. Fatal error is SCSV received when renegotiating.
-