printing RSA public key

2002-07-27 Thread ganesh kumar godavari
hello how can i print an RSA public key in ascii format?. i2d_RSAPublicKey functions give me data in binary format. thanks ganesh On Fri, 26 Jul 2002 Manish Ramesh Chablani wrote : > >hi, > > soory I forgot to assign iend to keybuff.. > > here is ur code .. the code is fine just that i2d.

RSA public key sending

2002-07-27 Thread ganesh kumar godavari
hello group, i want to acheive the following with out certificates. the client should send its RSA public key to the server for authentication. i want to send the key in string format, so that the server can verify the client's public key, with its existing public keys list. the server stores

Re: Compilation problem using OpenSSL with STL

2002-07-27 Thread Frank Balluffi
Ed, To the best of my knowledge STL uses the namespace std. Have you tried explicitly referencing the STL templates using the namespace std::. For example, std::string, std::vector, etc. Frank