Hi:
  I want to check my own RSA Key Pair.
  But I just have :
        public modulus
        public exponent
        private exponent
  How can I calculate its p and q.
  Because the  RSA_check_key function does not work on RSA public keys 
that have only the modulus and public exponent elements populated. It 
performs integrity checks on all the RSA key material, so the RSA key 
structure must contain all the private key data too. 

Or what method can let me check this key pair?
  thx...
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to