Re: load certificate into rsa

2009-09-13 Thread Michael Prinzinger
thank you stephen, but my already exisitng infrastructure is build on the lower level of OpenSSL so it was easier/better? to implement RSA_sign and RSA_verify. Still you pointed me at the right track with your answer. FYI i have solved my problem like this: void CryptoMachineRSA::loadCertificate(

Re: load certificate into rsa

2009-09-11 Thread Dr. Stephen Henson
On Fri, Sep 11, 2009, Michael Prinzinger wrote: > Dear Group, > > I want to use the openssl crypt library to sign and verify messages. > Apparently I can use a RSA struct and RSA_sign and RSA_verify for that. > > however my certificates are of the form > -BEGIN CERTIFICATE- > MIIDDTCCAna

load certificate into rsa

2009-09-11 Thread Michael Prinzinger
Dear Group, I want to use the openssl crypt library to sign and verify messages. Apparently I can use a RSA struct and RSA_sign and RSA_verify for that. however my certificates are of the form -BEGIN CERTIFICATE- MIIDDTCCAnagAwIBAgIJAMWKwoNrQvTvMA0GCSqGSIb3DQEBBQUAMGMxCzAJBgNV ... -EN