Deleted Added
sdiff udiff text old ( 100947 ) new ( 110010 )
full compact
1.\" Automatically generated by Pod::Man version 1.15
2.\" Tue Jul 30 09:21:49 2002
3.\"
4.\" Standard preamble:
5.\" ======================================================================
6.de Sh \" Subsection heading
7.br
8.if t .Sp
9.ne 5
10.PP

--- 122 unchanged lines hidden (view full) ---

133. ds Th \o'LP'
134. ds ae ae
135. ds Ae AE
136.\}
137.rm #[ #] #H #V #F C
138.\" ======================================================================
139.\"
140.IX Title "RSA_check_key 3"
141.TH RSA_check_key 3 "0.9.6e" "2002-07-30" "OpenSSL"
142.UC
143.SH "NAME"
144RSA_check_key \- validate private \s-1RSA\s0 keys
145.SH "SYNOPSIS"
146.IX Header "SYNOPSIS"
147.Vb 1
148\& #include <openssl/rsa.h>
149.Ve

--- 19 unchanged lines hidden (view full) ---

169If the key is invalid or an error occurred, the reason code can be
170obtained using ERR_get_error(3).
171.SH "NOTES"
172.IX Header "NOTES"
173This function does not work on \s-1RSA\s0 public keys that have only the modulus
174and public exponent elements populated. It performs integrity checks on all
175the \s-1RSA\s0 key material, so the \s-1RSA\s0 key structure must contain all the private
176key data too.
177.SH "SEE ALSO"
178.IX Header "SEE ALSO"
179rsa(3), err(3)
180.SH "HISTORY"
181.IX Header "HISTORY"
182\&\fIRSA_check()\fR appeared in OpenSSL 0.9.4.