diff options
author | 2020-06-05 18:14:05 +0000 | |
---|---|---|
committer | 2020-06-05 18:14:05 +0000 | |
commit | 22c2c18ef388c7340a32bfda6750e2dd2ae7d1ef (patch) | |
tree | 7f477bdf7b4dc7fc9ff8093084d39d110bcd2a30 /lib/libssl/ssl3.h | |
parent | Stop sending GOST R 34.10-94 as a CertificateType. (diff) | |
download | wireguard-openbsd-22c2c18ef388c7340a32bfda6750e2dd2ae7d1ef.tar.xz wireguard-openbsd-22c2c18ef388c7340a32bfda6750e2dd2ae7d1ef.zip |
Use IANA allocated GOST ClientCertificateTypes.
IANA has allocated numbers for GOST ClientCertificateType. Use them in
addition to private values (left in place for compatibility).
Diff from Dmitry Baryshkov <dbaryshkov@gmail.com>
Sponsored by ROSA Linux
ok inoguchi@ tb@
Diffstat (limited to 'lib/libssl/ssl3.h')
-rw-r--r-- | lib/libssl/ssl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl3.h b/lib/libssl/ssl3.h index 30dc4c5d7d6..a102d114340 100644 --- a/lib/libssl/ssl3.h +++ b/lib/libssl/ssl3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl3.h,v 1.50 2020/03/12 17:01:53 jsing Exp $ */ +/* $OpenBSD: ssl3.h,v 1.51 2020/06/05 18:14:05 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -348,7 +348,7 @@ typedef struct ssl3_buffer_st { * enough to contain all of the cert types defined either for * SSLv3 and TLSv1. */ -#define SSL3_CT_NUMBER 11 +#define SSL3_CT_NUMBER 13 #define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 #define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 |