diff options
author | 2017-01-06 19:19:54 +0000 | |
---|---|---|
committer | 2017-01-06 19:19:54 +0000 | |
commit | dbea35fbf87a1d7d3ee03d1949b66ce08da254f9 (patch) | |
tree | 6ca521c47737b25d764354ccde59c38972a118f0 /lib | |
parent | Remove bogus cross reference to ui_create(3) reported by jmc@ (diff) | |
download | wireguard-openbsd-dbea35fbf87a1d7d3ee03d1949b66ce08da254f9.tar.xz wireguard-openbsd-dbea35fbf87a1d7d3ee03d1949b66ce08da254f9.zip |
Delete a cross reference to the undocumented function X509_check_purpose(3)
that wasn't accompanied by any related information. Reported by jmc@.
There are a dozen functions handling X509_PURPOSE objects, all
undocumented, a host of defines, and it seems that a callback is
required. So this seems complicated, i doubt that is much used
in practice, and i'm not diving into it at this point in time.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_check_ca.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/man/X509_check_ca.3 b/lib/libcrypto/man/X509_check_ca.3 index 7d31c145c0c..ee894ac445c 100644 --- a/lib/libcrypto/man/X509_check_ca.3 +++ b/lib/libcrypto/man/X509_check_ca.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_check_ca.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ +.\" $OpenBSD: X509_check_ca.3,v 1.3 2017/01/06 19:19:54 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt X509_CHECK_CA 3 .Os .Sh NAME @@ -89,5 +89,4 @@ that it is a CA certificate .El .Sh SEE ALSO .Xr X509_check_issued 3 , -.Xr X509_check_purpose 3 , .Xr X509_verify_cert 3 |