summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_check_key.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 21:18:08 +0000
committerschwarze <>2018-03-21 21:18:08 +0000
commit5b8411504886a6aebea88dbeaf179e7b6d43af48 (patch)
treed1f39df251d1d590b25f45e255c6fd5640f942b6 /src/lib/libcrypto/man/RSA_check_key.3
parent40e1df9cf168e9a663b695e4557c7703d60920c1 (diff)
downloadopenbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.tar.gz
openbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.tar.bz2
openbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.zip
crypto HISTORY up to 0.9.4; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/RSA_check_key.3')
-rw-r--r--src/lib/libcrypto/man/RSA_check_key.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_check_key.3 b/src/lib/libcrypto/man/RSA_check_key.3
index 691ee7a6eb..8426b6f3cc 100644
--- a/src/lib/libcrypto/man/RSA_check_key.3
+++ b/src/lib/libcrypto/man/RSA_check_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_check_key.3,v 1.5 2018/02/17 16:59:48 schwarze Exp $ 1.\" $OpenBSD: RSA_check_key.3,v 1.6 2018/03/21 21:18:08 schwarze Exp $
2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -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 17 2018 $ 52.Dd $Mdocdate: March 21 2018 $
53.Dt RSA_CHECK_KEY 3 53.Dt RSA_CHECK_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -130,7 +130,8 @@ obtained using
130.Xr RSA_new 3 130.Xr RSA_new 3
131.Sh HISTORY 131.Sh HISTORY
132.Fn RSA_check_key 132.Fn RSA_check_key
133appeared in OpenSSL 0.9.4. 133first appeared in OpenSSL 0.9.4 and has been available since
134.Ox 2.6 .
134.Sh BUGS 135.Sh BUGS
135A method of verifying the RSA key using opaque RSA API functions might 136A method of verifying the RSA key using opaque RSA API functions might
136need to be considered. 137need to be considered.