summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-21 03:28:40 +0000
committerschwarze <schwarze@openbsd.org>2018-03-21 03:28:40 +0000
commit479b9fd17dfab8ce3f04a3438baf28b6d7c9e657 (patch)
treeb0538803315ab7d9e12142f9456d3cd77e704595
parentx509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff)
downloadwireguard-openbsd-479b9fd17dfab8ce3f04a3438baf28b6d7c9e657.tar.xz
wireguard-openbsd-479b9fd17dfab8ce3f04a3438baf28b6d7c9e657.zip
x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
-rw-r--r--lib/libcrypto/man/X509_LOOKUP_hash_dir.311
-rw-r--r--lib/libcrypto/man/X509_OBJECT_get0_X509.310
-rw-r--r--lib/libcrypto/man/X509_STORE_CTX_new.312
-rw-r--r--lib/libcrypto/man/X509_STORE_load_locations.310
-rw-r--r--lib/libcrypto/man/X509_STORE_new.310
-rw-r--r--lib/libcrypto/man/X509_STORE_set1_param.38
6 files changed, 49 insertions, 12 deletions
diff --git a/lib/libcrypto/man/X509_LOOKUP_hash_dir.3 b/lib/libcrypto/man/X509_LOOKUP_hash_dir.3
index f25f86fad5e..bd69137c953 100644
--- a/lib/libcrypto/man/X509_LOOKUP_hash_dir.3
+++ b/lib/libcrypto/man/X509_LOOKUP_hash_dir.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_LOOKUP_hash_dir.3,v 1.4 2018/02/16 17:24:33 schwarze Exp $
+.\" $OpenBSD: X509_LOOKUP_hash_dir.3,v 1.5 2018/03/21 03:28:40 schwarze Exp $
.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
.\"
.\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 16 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_LOOKUP_HASH_DIR 3
.Os
.Sh NAME
@@ -228,3 +228,10 @@ or 0 on error.
.Xr PEM_read_PrivateKey 3 ,
.Xr SSL_CTX_load_verify_locations 3 ,
.Xr X509_STORE_load_locations 3
+.Sh HISTORY
+.Fn X509_LOOKUP_hash_dir ,
+.Fn X509_LOOKUP_file ,
+and
+.Fn X509_load_cert_file
+appeared before SSLeay 0.8 and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/X509_OBJECT_get0_X509.3 b/lib/libcrypto/man/X509_OBJECT_get0_X509.3
index 868574d8a2b..291adc0c56a 100644
--- a/lib/libcrypto/man/X509_OBJECT_get0_X509.3
+++ b/lib/libcrypto/man/X509_OBJECT_get0_X509.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_OBJECT_get0_X509.3,v 1.2 2018/02/25 22:24:18 schwarze Exp $
+.\" $OpenBSD: X509_OBJECT_get0_X509.3,v 1.3 2018/03/21 03:28:40 schwarze Exp $
.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 25 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_OBJECT_GET0_X509 3
.Os
.Sh NAME
@@ -215,3 +215,9 @@ or no match is found.
.\" X509_LOOKUP_by_issuer_serial
.\" X509_LOOKUP_by_fingerprint
.\" X509_LOOKUP_by_alias
+.Sh HISTORY
+.Fn X509_OBJECT_up_ref_count
+and
+.Fn X509_OBJECT_free_contents
+appeared before SSLeay 0.8 and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/X509_STORE_CTX_new.3 b/lib/libcrypto/man/X509_STORE_CTX_new.3
index c1d8acd0d22..7e50b1b402b 100644
--- a/lib/libcrypto/man/X509_STORE_CTX_new.3
+++ b/lib/libcrypto/man/X509_STORE_CTX_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.11 2018/02/25 22:24:18 schwarze Exp $
+.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.12 2018/03/21 03:28:40 schwarze Exp $
.\" full merge up to: OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700
.\" selective merge up to: OpenSSL 7643a172 Apr 21 13:35:51 2017 +0200
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 25 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_STORE_CTX_NEW 3
.Os
.Sh NAME
@@ -322,6 +322,14 @@ returns an internal pointer.
.Xr X509_verify_cert 3 ,
.Xr X509_VERIFY_PARAM_set_flags 3
.Sh HISTORY
+.Fn X509_STORE_CTX_cleanup ,
+.Fn X509_STORE_CTX_init ,
+.Fn X509_STORE_CTX_set_cert ,
+and
+.Fn X509_STORE_CTX_set_chain
+appeared before SSLeay 0.8 and have been available since
+.Ox 2.4 .
+.Pp
.Fn X509_STORE_CTX_set0_crls
was first added to OpenSSL 1.0.0.
.Sh BUGS
diff --git a/lib/libcrypto/man/X509_STORE_load_locations.3 b/lib/libcrypto/man/X509_STORE_load_locations.3
index ca81297bed4..9b42ce8f4d4 100644
--- a/lib/libcrypto/man/X509_STORE_load_locations.3
+++ b/lib/libcrypto/man/X509_STORE_load_locations.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_load_locations.3,v 1.3 2018/02/25 17:46:38 schwarze Exp $
+.\" $OpenBSD: X509_STORE_load_locations.3,v 1.4 2018/03/21 03:28:40 schwarze Exp $
.\"
.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 25 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_STORE_LOAD_LOCATIONS 3
.Os
.Sh NAME
@@ -108,6 +108,12 @@ default directory for
.Xr X509_STORE_new 3 ,
.Xr X509_STORE_set1_param 3 ,
.Xr X509_STORE_set_verify_cb 3
+.Sh HISTORY
+.Fn X509_STORE_load_locations
+and
+.Fn X509_STORE_set_default_paths
+appeared before SSLeay 0.8 and have been available since
+.Ox 2.4 .
.Sh BUGS
By the time that adding a directory is found to have failed,
the file and some other directories may already have been successfully loaded,
diff --git a/lib/libcrypto/man/X509_STORE_new.3 b/lib/libcrypto/man/X509_STORE_new.3
index 4fc9e952057..96ec5043533 100644
--- a/lib/libcrypto/man/X509_STORE_new.3
+++ b/lib/libcrypto/man/X509_STORE_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_new.3,v 1.1 2018/02/25 17:46:38 schwarze Exp $
+.\" $OpenBSD: X509_STORE_new.3,v 1.2 2018/03/21 03:28:40 schwarze Exp $
.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
.\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
@@ -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: February 25 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_STORE_NEW 3
.Os
.Sh NAME
@@ -129,5 +129,11 @@ returns 1 for success and 0 for failure.
.Xr X509_STORE_set1_param 3 ,
.Xr X509_STORE_set_verify_cb 3
.Sh HISTORY
+.Fn X509_STORE_new
+and
+.Fn X509_STORE_free
+appeared before SSLeay 0.8 and have been available since
+.Ox 2.4 .
+.Pp
.Fn X509_STORE_up_ref
first appeared in OpenSSL 1.1.0.
diff --git a/lib/libcrypto/man/X509_STORE_set1_param.3 b/lib/libcrypto/man/X509_STORE_set1_param.3
index 0bfba160502..a47d38a7805 100644
--- a/lib/libcrypto/man/X509_STORE_set1_param.3
+++ b/lib/libcrypto/man/X509_STORE_set1_param.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_set1_param.3,v 1.7 2018/03/20 16:12:01 schwarze Exp $
+.\" $OpenBSD: X509_STORE_set1_param.3,v 1.8 2018/03/21 03:28:40 schwarze Exp $
.\" content checked up to:
.\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400
.\"
@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 20 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_STORE_SET1_PARAM 3
.Os
.Sh NAME
@@ -188,5 +188,9 @@ on failure.
.Xr X509_STORE_new 3 ,
.Xr X509_VERIFY_PARAM_set_flags 3
.Sh HISTORY
+.Fn X509_STORE_add_cert
+appeared before SSLeay 0.8 and has been available since
+.Ox 2.4 .
+.Pp
.Fn X509_STORE_get0_objects
first appeared in OpenSSL 1.1.0.