How can we print the RSA* pubkey

2005-03-10 Thread Rafeeq Ahmed
Hi I have extracted the public key from the Digital Certificate Now I want to display the public key as it is displayed when we extract information from the Digital Certificate. I have one more issue As we know we will be having two components in a public key (or private key) they are e and n

Need RFC compliances for the Signing alogrithms

2005-03-09 Thread Rafeeq Ahmed
Hi all I need to check for RFC conformations for the following alogorithms P_MD5_RSA_512 P_SHA1_RSA P_SHA1_DSA P_OSA_MD5 P_OSA_HMAC_SH1_96 P_OSA_HMAC_MD5_96 Details of each is provide below Wether any of you have checked for the RFC compliances of these alogrithem If so can u please provide

query: Private Key generation using OpenSSL

2005-02-01 Thread Rafeeq Ahmed
Hi I am implementing HMAC algorithm in which i need a private key in a unsigned char* format the size of key required is between 20-64 bytes can any one help me in this regard with thanks Rafeeq __ OpenSSL Project

Re: query: Private Key generation using OpenSSL

2005-02-01 Thread Rafeeq Ahmed
Thanks for ur respose But I still not satisfied I want the key as per RFC 2104 , http://www.faqs.org/rfcs/rfc2104.html which suggest the key to be between 20 to 64 bytes. Dave , is there any OpenSSL command which i can use to generate the key directly or indirectly into char form