- 25 1月, 2010 3 次提交
-
-
由 Richard Levitte 提交于
Submitted by Steven M. Schweda <sms@antinode.info>
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
Submitted by: steve@openssl.org The original fix for PR#2125 broke compilation on some Unixware platforms: revert and make conditional on VMS.
-
- 24 1月, 2010 3 次提交
-
-
由 Andy Polyakov 提交于
length parameter.
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
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.
-
- 23 1月, 2010 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
server attempts to renegotiate with an unpatched client.
-
- 22 1月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 1月, 2010 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 20 1月, 2010 8 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
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 提交于
Submitted by: "NARUSE, Yui" <naruse@airemix.jp> Remove non-ASCII comment which causes compilation errors on some versions of VC++.
-
由 Dr. Stephen Henson 提交于
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Better fix for PR#2144
-
由 Andy Polyakov 提交于
needed).
-
由 Andy Polyakov 提交于
PR: 2094,2095
-
- 19 1月, 2010 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 18 1月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
in performance calculations. For the moment there is only one code fast enough to suffer from this: Intel AES-NI engine. PR: 2096
-
- 17 1月, 2010 6 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
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 提交于
less).
-
由 Dr. Stephen Henson 提交于
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
-
由 Dr. Stephen Henson 提交于
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 提交于
Submitted by: steve@openssl.org Add missing DTLS state strings.
-
- 15 1月, 2010 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com> Fix gcc-aix compilation issue.
-
- 14 1月, 2010 2 次提交
-
-
由 Dr. Stephen Henson 提交于
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 提交于
stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory.
-
- 13 1月, 2010 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
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
-
- 08 1月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
1. Send SCSV is not renegotiating, never empty RI. 2. Send RI if renegotiating.
-
- 07 1月, 2010 3 次提交
-
-
由 Andy Polyakov 提交于
HP-UX thing).
-
http://cvs.openssl.org/chngview?cn=19053由 Andy Polyakov 提交于
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 提交于
PR: 2114 Submitted by: Robin Seggelmann
-