Hi,
i'm creating a little client/server program using C. i need to read a rsa from pem file (so using PEM_read_RSAPublicKey) and then send the key to a server (the message can be only a string type) which reads a rsa public key from another pem file and return, comparing keys, is are egual or not.

Can someone plz help me to understand if into the library already exist a way to convert the struct RSA into 1-line string and viceversa ?

Which is the correct way to compare 2 keys ? Again, there are in library some ad-hoc function ?

TNX A LOT
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to