summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2024-08-29 20:21:10 +0000
committertb <>2024-08-29 20:21:10 +0000
commit5c58ac76a5742893220beb2fb3a0e3c10fbfb46c (patch)
tree425578e20aa6863034705d3fb42904a63031720c /src/lib
parentd72026b099b953331fc476432e03fab81cc6119d (diff)
downloadopenbsd-5c58ac76a5742893220beb2fb3a0e3c10fbfb46c.tar.gz
openbsd-5c58ac76a5742893220beb2fb3a0e3c10fbfb46c.tar.bz2
openbsd-5c58ac76a5742893220beb2fb3a0e3c10fbfb46c.zip
Remove documentation of (caveat on) X509_TRUST_DEFAULT
Sadly, it's going to go away before ever having become the default.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_set_flags.314
1 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
index db991bd52b..04bb202bac 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.7 2024/01/12 19:28:02 tb Exp $ 1.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.8 2024/08/29 20:21:10 tb Exp $
2.\" full merge up to: OpenSSL aae41f8c Jun 25 09:47:15 2015 +0100 2.\" full merge up to: OpenSSL aae41f8c Jun 25 09:47:15 2015 +0100
3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 3.\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100
4.\" 4.\"
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: January 12 2024 $ 70.Dd $Mdocdate: August 29 2024 $
71.Dt X509_STORE_CTX_SET_FLAGS 3 71.Dt X509_STORE_CTX_SET_FLAGS 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -324,13 +324,3 @@ It is therefore recommended to use
324and 324and
325.Xr X509_VERIFY_PARAM_set_purpose 3 325.Xr X509_VERIFY_PARAM_set_purpose 3
326instead. 326instead.
327.Pp
328The confusingly named
329.Dv X509_TRUST_DEFAULT
330is less than
331.Dv X509_TRUST_MIN
332and different implementations treat it as valid or invalid
333when used as an associated trust or as a
334.Fa trust
335argument for
336.Fn X509_STORE_CTX_set_trust .