summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 21:30:27 +0000
committerschwarze <>2017-01-06 21:30:27 +0000
commit76bf5b848eff94a32025866bf92cfb56df3ae493 (patch)
treef7cf960838d9c03d7a004fc2ca83a254c189a294 /src
parent9720c334a5598f4cad39e8b78395c905b8c401c8 (diff)
downloadopenbsd-76bf5b848eff94a32025866bf92cfb56df3ae493.tar.gz
openbsd-76bf5b848eff94a32025866bf92cfb56df3ae493.tar.bz2
openbsd-76bf5b848eff94a32025866bf92cfb56df3ae493.zip
Delete a sentence containing a cross reference to an undocumented
function that had the the sole purpose of discouraging its use. Not talking about it at all discourages using it even more. Dangling cross reference reported by jmc@.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.38
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
index 4ba77caa31..bb9b0e127b 100644
--- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
+++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.4 2016/12/05 13:39:33 schwarze Exp $ 1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.5 2017/01/06 21:30:27 schwarze Exp $
2.\" OpenSSL 2b4ffc65 Dec 23 19:28:30 2013 +0100 2.\" OpenSSL 2b4ffc65 Dec 23 19:28:30 2013 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 5 2016 $ 51.Dd $Mdocdate: January 6 2017 $
52.Dt X509_VERIFY_PARAM_SET_FLAGS 3 52.Dt X509_VERIFY_PARAM_SET_FLAGS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -182,10 +182,6 @@ sets the maximum verification depth to
182.Fa depth . 182.Fa depth .
183That is the maximum number of untrusted CA certificates that can appear 183That is the maximum number of untrusted CA certificates that can appear
184in a chain. 184in a chain.
185.Pp
186The above functions should be used to manipulate verification parameters
187instead of legacy functions which work in specific structures such as
188.Xr X509_STORE_CTX_set_flags 3 .
189.Sh RETURN VALUES 185.Sh RETURN VALUES
190.Fn X509_VERIFY_PARAM_set_flags , 186.Fn X509_VERIFY_PARAM_set_flags ,
191.Fn X509_VERIFY_PARAM_clear_flags , 187.Fn X509_VERIFY_PARAM_clear_flags ,