diff options
author | 2018-03-21 21:18:08 +0000 | |
---|---|---|
committer | 2018-03-21 21:18:08 +0000 | |
commit | 3fe1df4a74fe7b5fb90e59418be6650e032f7a62 (patch) | |
tree | a0e0630248ac708cb6b32444f245a99c229f8c86 /lib/libcrypto/man/RSA_check_key.3 | |
parent | trim cert.pem on all arches that install it. use the installed file from (diff) | |
download | wireguard-openbsd-3fe1df4a74fe7b5fb90e59418be6650e032f7a62.tar.xz wireguard-openbsd-3fe1df4a74fe7b5fb90e59418be6650e032f7a62.zip |
crypto HISTORY up to 0.9.4; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/RSA_check_key.3')
-rw-r--r-- | lib/libcrypto/man/RSA_check_key.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index 691ee7a6ebe..8426b6f3cc8 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_check_key.3,v 1.5 2018/02/17 16:59:48 schwarze Exp $ +.\" $OpenBSD: RSA_check_key.3,v 1.6 2018/03/21 21:18:08 schwarze Exp $ .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -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 17 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RSA_CHECK_KEY 3 .Os .Sh NAME @@ -130,7 +130,8 @@ obtained using .Xr RSA_new 3 .Sh HISTORY .Fn RSA_check_key -appeared in OpenSSL 0.9.4. +first appeared in OpenSSL 0.9.4 and has been available since +.Ox 2.6 . .Sh BUGS A method of verifying the RSA key using opaque RSA API functions might need to be considered. |