diff options
author | 2018-02-17 19:14:16 +0000 | |
---|---|---|
committer | 2018-02-17 19:14:16 +0000 | |
commit | b43e718c39c6fe25f47c8dd477284cfeb7a83fe9 (patch) | |
tree | 7ad83244ef1d1b69d33d960cd97dd4a1ffc483cb /lib | |
parent | Since rev 1.543 of dhclient it sends the 'host-name' by default. (diff) | |
download | wireguard-openbsd-b43e718c39c6fe25f47c8dd477284cfeb7a83fe9.tar.xz wireguard-openbsd-b43e718c39c6fe25f47c8dd477284cfeb7a83fe9.zip |
Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)
because jsing@ points out that this follows a (dangerous) general
pattern in the library, and mentioning that everywhere would become
repetitive.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 index 04f38c8ec57..184a44cc492 100644 --- a/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 +++ b/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.7 2018/02/11 20:59:30 schwarze Exp $ +.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.8 2018/02/17 19:14:16 schwarze Exp $ .\" full merge up to: OpenSSL d33def66 Feb 9 14:17:13 2016 -0500 .\" selective merge up to: OpenSSL 48e5119a Jan 19 10:49:22 2018 +0100 .\" @@ -68,7 +68,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 11 2018 $ +.Dd $Mdocdate: February 17 2018 $ .Dt X509_VERIFY_PARAM_SET_FLAGS 3 .Os .Sh NAME @@ -269,9 +269,6 @@ if .Fa name is .Dv NULL . -This function is quite dangerous because it invalidates pointers -previously returned from -.Fn X509_VERIFY_PARAM_get0_name . .Pp .Fn X509_VERIFY_PARAM_set_flags sets the flags in |