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
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
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
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
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
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