diff options
| author | tb <> | 2022-12-01 05:27:04 +0000 |
|---|---|---|
| committer | tb <> | 2022-12-01 05:27:04 +0000 |
| commit | 6d0099990bf54a147d3a342157f5703ef4d85981 (patch) | |
| tree | 5c95e07951b5c9e6576723adc256c9866fce6832 /src | |
| parent | 7618a48303e6c8377440547f26833df6a1fd6c3b (diff) | |
| download | openbsd-6d0099990bf54a147d3a342157f5703ef4d85981.tar.gz openbsd-6d0099990bf54a147d3a342157f5703ef4d85981.tar.bz2 openbsd-6d0099990bf54a147d3a342157f5703ef4d85981.zip | |
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index e00db3a7af..9a9d6c0a1c 100644 --- a/src/lib/libcrypto/x509/x509_vfy.h +++ b/src/lib/libcrypto/x509/x509_vfy.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.h,v 1.55 2022/12/01 05:16:08 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.56 2022/12/01 05:27:04 tb 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 | * |
| @@ -212,8 +212,8 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); | |||
| 212 | 212 | ||
| 213 | /* Certificate verify flags */ | 213 | /* Certificate verify flags */ |
| 214 | 214 | ||
| 215 | /* Send issuer+subject checks to verify_cb */ | 215 | /* Deprecated in 1.1.0, has no effect. Various FFI bindings still expose it. */ |
| 216 | #define X509_V_FLAG_CB_ISSUER_CHECK 0x1 | 216 | #define X509_V_FLAG_CB_ISSUER_CHECK 0x0 |
| 217 | /* Use check time instead of current time */ | 217 | /* Use check time instead of current time */ |
| 218 | #define X509_V_FLAG_USE_CHECK_TIME 0x2 | 218 | #define X509_V_FLAG_USE_CHECK_TIME 0x2 |
| 219 | /* Lookup CRLs */ | 219 | /* Lookup CRLs */ |
