From: tb Date: Thu, 29 Aug 2024 20:21:10 +0000 (+0000) Subject: Remove documentation of (caveat on) X509_TRUST_DEFAULT X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=76d7b2811ea980d8bf508f68037315a7a242fe73;p=openbsd Remove documentation of (caveat on) X509_TRUST_DEFAULT Sadly, it's going to go away before ever having become the default. --- diff --git a/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 b/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 index db991bd52bb..04bb202bace 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 +++ b/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.7 2024/01/12 19:28:02 tb Exp $ +.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.8 2024/08/29 20:21:10 tb Exp $ .\" full merge up to: OpenSSL aae41f8c Jun 25 09:47:15 2015 +0100 .\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 .\" @@ -67,7 +67,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 12 2024 $ +.Dd $Mdocdate: August 29 2024 $ .Dt X509_STORE_CTX_SET_FLAGS 3 .Os .Sh NAME @@ -324,13 +324,3 @@ It is therefore recommended to use and .Xr X509_VERIFY_PARAM_set_purpose 3 instead. -.Pp -The confusingly named -.Dv X509_TRUST_DEFAULT -is less than -.Dv X509_TRUST_MIN -and different implementations treat it as valid or invalid -when used as an associated trust or as a -.Fa trust -argument for -.Fn X509_STORE_CTX_set_trust .