diff options
author | schwarze <> | 2018-03-21 07:00:52 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 07:00:52 +0000 |
commit | 50aaea27d2e9d3d2aa75facb8164683dba8e9f92 (patch) | |
tree | 08e73a2f44f8abe6c87b7c7628d6249ec42a1e3e /src/lib/libcrypto/man/EVP_PKEY_cmp.3 | |
parent | 737ec2876178302d4c8b663be134419f237d27d2 (diff) | |
download | openbsd-50aaea27d2e9d3d2aa75facb8164683dba8e9f92.tar.gz openbsd-50aaea27d2e9d3d2aa75facb8164683dba8e9f92.tar.bz2 openbsd-50aaea27d2e9d3d2aa75facb8164683dba8e9f92.zip |
evp.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_cmp.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_cmp.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 b/src/lib/libcrypto/man/EVP_PKEY_cmp.3 index e781cb5d26..83909c6399 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_cmp.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_cmp.3,v 1.6 2018/03/20 23:56:07 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_cmp.3,v 1.7 2018/03/21 07:00:52 schwarze Exp $ |
2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 | 2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 |
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>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: March 20 2018 $ | 52 | .Dd $Mdocdate: March 21 2018 $ |
53 | .Dt EVP_PKEY_CMP 3 | 53 | .Dt EVP_PKEY_CMP 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -148,5 +148,8 @@ are different and -2 if the operation is not supported. | |||
148 | .Fn EVP_PKEY_missing_parameters | 148 | .Fn EVP_PKEY_missing_parameters |
149 | and | 149 | and |
150 | .Fn EVP_PKEY_copy_parameters | 150 | .Fn EVP_PKEY_copy_parameters |
151 | appeared in SSLeay 0.8.1b or earlier and have been available since | 151 | appeared in SSLeay 0.8.1b or earlier. |
152 | .Fn EVP_PKEY_cmp_parameters | ||
153 | first appeared in SSLeay 0.9.0. | ||
154 | These functions have been available since | ||
152 | .Ox 2.4 . | 155 | .Ox 2.4 . |