diff options
author | schwarze <> | 2018-03-20 23:56:07 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 23:56:07 +0000 |
commit | 7b93e29bb2c124d5b20660f714a4caea2c53ab68 (patch) | |
tree | 147fb7bd7308489f33310cf1fec00457b91cd770 /src/lib/libcrypto/man/EVP_PKEY_cmp.3 | |
parent | 93effffec079f9addb48a346bac7d4c00c799d9e (diff) | |
download | openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.tar.gz openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.tar.bz2 openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.zip |
evp.h HISTORY up to SSLeay 0.8.1b; 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 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 b/src/lib/libcrypto/man/EVP_PKEY_cmp.3 index 529cd3fa9d..e781cb5d26 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.5 2018/02/14 02:15:46 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_cmp.3,v 1.6 2018/03/20 23:56:07 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: February 14 2018 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
53 | .Dt EVP_PKEY_CMP 3 | 53 | .Dt EVP_PKEY_CMP 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -144,3 +144,9 @@ are different and -2 if the operation is not supported. | |||
144 | .Xr EVP_PKEY_asn1_set_public 3 , | 144 | .Xr EVP_PKEY_asn1_set_public 3 , |
145 | .Xr EVP_PKEY_CTX_new 3 , | 145 | .Xr EVP_PKEY_CTX_new 3 , |
146 | .Xr EVP_PKEY_keygen 3 | 146 | .Xr EVP_PKEY_keygen 3 |
147 | .Sh HISTORY | ||
148 | .Fn EVP_PKEY_missing_parameters | ||
149 | and | ||
150 | .Fn EVP_PKEY_copy_parameters | ||
151 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
152 | .Ox 2.4 . | ||