Re: another Newbie Question

2004-01-21 Thread Darren McDonald
aaahhh, I see now. I err, forgot to include the libarys that go with the header files, got it sorted now. Thanks to all. Darren __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: Certificate OID

2004-01-21 Thread Kathiravan Velusamy
Hi, For OpenSSL you can add new OIDs in Configuration file option, which has a variable oid_file, this specifies a file containing additional OBJECT IDENTIFIERS. Each line of the file should consist of the numerical form of the object identifier followed by white space then the short name followed

Re: another Newbie Question

2004-01-21 Thread Darren McDonald
Thanks, but do you have any idea how idea accomplish this in C++ Borland builder? Ive already set it up to search for header files in the relavent folder, what am I missing? On Wed, Jan 21, 2004 at 06:10:39AM -0500, Darren McDonald wrote: > Im currently reading network security with open ssl, and

SSLeay compatibale

2004-01-21 Thread S.Mehdi Sheikhalishahi
Hi All What's the equivalent function for PEM_read_PUBKEY in SSLeay? I want to read a public key but I cannot read It by rsa = PEM_read_RSAPublicKey(fkeyfile, 0 ,0); function .The rsa is NULL. HELP WAA Thanks. __ Do you Yahoo!? Yahoo! Hotjobs: Enter th

Re: another Newbie Question

2004-01-21 Thread Lutz Jaenicke
On Wed, Jan 21, 2004 at 06:10:39AM -0500, Darren McDonald wrote: > Im currently reading network security with open ssl, and im well and > truly stuck. ive google, and check the book site to see if its a > reported mistake.. no luck. > > Does anyone know if SSL_library_init(), and SSL_load_error_s

Re: rsautl problem [newbie]

2004-01-21 Thread Adolfo Bello
On Wed, 2004-01-21 at 06:59, Adolfo Bello wrote: Sorry for replying to myself. I just realized that I need to use the "dgst" command. Adolfo __ OpenSSL Project http://www.openssl.org User Support

another Newbie Question

2004-01-21 Thread Darren McDonald
Im currently reading network security with open ssl, and im well and truly stuck. ive google, and check the book site to see if its a reported mistake.. no luck. Does anyone know if SSL_library_init(), and SSL_load_error_strings() are part OpenSSL?, or are they functions the writer is using? Im g

rsautl problem [newbie]

2004-01-21 Thread Adolfo Bello
Hi there: This is my first post to the list. My problem is very simple yet I have not found an answer after reading the man pages, googling for it and browsing the list archive. I am writing a Java applet to sign documents created on line. No problem over here, I hope. However, to verify the sig