Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/crypto/dist/openssl/ssl Pull up revision 1.5 (requested...
details: https://anonhg.NetBSD.org/src/rev/c40fb3d23189
branches: netbsd-1-6
changeset: 530765:c40fb3d23189
user: tron <tron%NetBSD.org@localhost>
date: Thu Oct 02 09:20:08 2003 +0000
description:
Pull up revision 1.5 (requested by itojun in ticket #1496):
more fixes from 0.9.7c, from openbsd
diffstat:
crypto/dist/openssl/ssl/s3_clnt.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 1de58685f3e9 -r c40fb3d23189 crypto/dist/openssl/ssl/s3_clnt.c
--- a/crypto/dist/openssl/ssl/s3_clnt.c Thu Oct 02 09:07:55 2003 +0000
+++ b/crypto/dist/openssl/ssl/s3_clnt.c Thu Oct 02 09:20:08 2003 +0000
@@ -1604,6 +1604,7 @@
*(d++)=SSL3_MT_CERTIFICATE_VERIFY;
l2n3(n,d);
+ s->state=SSL3_ST_CW_CERT_VRFY_B;
s->init_num=(int)n+4;
s->init_off=0;
}
Home |
Main Index |
Thread Index |
Old Index