diff options
author | jsing <> | 2020-06-05 18:14:05 +0000 |
---|---|---|
committer | jsing <> | 2020-06-05 18:14:05 +0000 |
commit | 8557b3cad65cc11d6a0163daf38dbcb957d6c367 (patch) | |
tree | 7403bef649ea2e983a9bc8cb89039ceaae2d6c81 /src/lib/libssl/ssl3.h | |
parent | 6f7c659c8c3b6cefd82aad9d304cacd352bfe81a (diff) | |
download | openbsd-8557b3cad65cc11d6a0163daf38dbcb957d6c367.tar.gz openbsd-8557b3cad65cc11d6a0163daf38dbcb957d6c367.tar.bz2 openbsd-8557b3cad65cc11d6a0163daf38dbcb957d6c367.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 'src/lib/libssl/ssl3.h')
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 30dc4c5d7d..a102d11434 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.50 2020/03/12 17:01:53 jsing Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.51 2020/06/05 18:14:05 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -348,7 +348,7 @@ typedef struct ssl3_buffer_st { | |||
348 | * enough to contain all of the cert types defined either for | 348 | * enough to contain all of the cert types defined either for |
349 | * SSLv3 and TLSv1. | 349 | * SSLv3 and TLSv1. |
350 | */ | 350 | */ |
351 | #define SSL3_CT_NUMBER 11 | 351 | #define SSL3_CT_NUMBER 13 |
352 | 352 | ||
353 | #define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 | 353 | #define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 |
354 | #define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 | 354 | #define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 |