Re: AES queries and old openssl libraries

2002-12-11 Thread Lutz Jaenicke
On Wed, Dec 11, 2002 at 01:40:04PM -0800, Sunitha Kumar wrote: > Hi, > I am trying to set the client appln to use AES128-SHA as the cipher. > I have set the method to be: > meth = SSLv23_client_method(); > ctx = SSL_CTX_new (meth); > > and , to set the cipher, I call, > SSL_CTX_set_cipher_list(ct

[no subject]

2002-12-11 Thread sharun santhosh
Can someone please tell me the 'best' set/sequence of functions I should use to extract a RSA public key from a certificate and then use it to encrypt a file. I am going crazy trying out various combinations here. __ Do you Yahoo!? Yahoo! Mail Pl

Re: documentation / examples X509 cert code

2002-12-11 Thread Dr. Stephen Henson
On Wed, Dec 11, 2002, Paul Koster wrote: > Are documentation and/or examples available for the X509 certificate > handling library code in openssl? > > On the openssl website the X509 documentation is lacking, just as it is in > the distribution. The header files and source files are hardly docum

./config shared on Mac OS 10.2.2

2002-12-11 Thread Randall Perry
Was able to successfully compile and test 0.9.6g on OS 10.2.2, and can use the resulting static libraries for apache's mod_ssl. But, if I build 'shared', and then copy the resulting *.dylib files to /usr/lib my Mac won't start. Apple files (currently 0.9.6e; the libssl files are identical, as are

Re: Make test errors with openssl-0.9.6g on OS 10.2.2

2002-12-11 Thread Randall Perry
Sorry, just noticed this message. Not sure how many lines you need; if you need more I'll be happy to supply 'em. _PKCS8_add_keyusage _X509_STORE_CTX_get1_chain _X509_STORE_load_locations _d2i_PBEPARAM _d2i_PKCS12_SAFEBAG _d2i_PKCS7 _d2i_PKCS8_PRIV_KEY_INFO _d2i_X509 _i2d_PKCS12_bio _i2d_PKCS7 _u

documentation / examples X509 cert code

2002-12-11 Thread Paul Koster
Are documentation and/or examples available for the X509 certificate handling library code in openssl? On the openssl website the X509 documentation is lacking, just as it is in the distribution. The header files and source files are hardly documented. What's the reference to create programs that