- Jan 19, 2010
-
-
Dr. Stephen Henson authored
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Better fix for PR#2144
-
- Jan 17, 2010
-
-
Andy Polyakov authored
don't suffer from the problem after Win64 SEH support was added. PR: 2075 Submitted by: Peter Klotz
-
- Jan 16, 2010
-
-
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.
-
Dr. Stephen Henson authored
-
- Jan 14, 2010
-
-
Dr. Stephen Henson authored
Submitted by: steve@openssl.org Fix bug in 0.9.8-stable time handling in ca.c . NB: this only handles cases where times are not being checked or printed properly. Issues relating to time_t becoming negative or wrapping around are *NOT* addressed. OpenSSL 1.0.0 and later does fix these issues by using its own time routines.
-
- 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 07, 2010
-
-
Dr. Stephen Henson authored
1. Send SCSV is not renegotiating, never empty RI. 2. Send RI if renegotiating.
-
Andy Polyakov authored
[from HEAD]. PR: 2094,2095
-
Andy Polyakov authored
PR: 2086
-
- Jan 06, 2010
-
-
Dr. Stephen Henson authored
-
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.
-
- Jan 05, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: steve Fix bundled pod2man.pl to handle alternative comment formats.
-
- Dec 27, 2009
-
-
Dr. Stephen Henson authored
MCSV is now called SCSV. Don't send SCSV if renegotiating. Also note if RI is empty in debug messages.
-
- Dec 25, 2009
-
-
Dr. Stephen Henson authored
Add Triple DES CFB1 and CFB8 to algorithm list and NID translation.
-
- Dec 22, 2009
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Dec 17, 2009
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Dec 16, 2009
-
-
Dr. Stephen Henson authored
-
- Dec 14, 2009
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
RI.
-
- Dec 12, 2009
-
-
Ben Laurie authored
-
- Dec 11, 2009
-
-
Dr. Stephen Henson authored
-
- Dec 09, 2009
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Initial secure renegotiation documentation.
-
Dr. Stephen Henson authored
Submitted by: Jan Pechanec <Jan.Pechanec@Sun.COM> Check for memory allocation failures.
-
Dr. Stephen Henson authored
Change RI ctrl so it doesn't clash.
-
- Dec 08, 2009
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Fix SSL_CIPHER initialiser for mcsv
-
Dr. Stephen Henson authored
work in SSLv3: initial handshake has no extensions but includes MCSV, if server indicates RI support then renegotiation handshakes include RI. NB: current MCSV value is bogus for testing only, will be updated when we have an official value. Change mismatch alerts to handshake_failure as required by spec. Also have some debugging fprintfs so we can clearly see what is going on if OPENSSL_RI_DEBUG is set.
-
- Dec 02, 2009
-
-
Dr. Stephen Henson authored
Submitted by: Martin Olsson <molsson@opera.com> Check for bn_wexpand errors in bn_mul.c
-
Dr. Stephen Henson authored
-
- Dec 01, 2009
-
-
Dr. Stephen Henson authored
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Add Renegotiation extension to DTLS, fix DTLS ClientHello processing bug.
-
Dr. Stephen Henson authored
Submitted by: "Andrzej Chmielowiec" <achmielowiec@enigma.com.pl>, steve@openssl.org Approved by: steve@openssl.org Truncate hash if it is too large: as required by FIPS 186-3.
-
- Nov 29, 2009
-
-
Dr. Stephen Henson authored
-
- Nov 26, 2009
-
-
Bodo Möller authored
-