How to Check Whether the resources of X509 has been freed when it is freed by X509_free()

2011-09-08 Thread Erwin Himawan
Hi All, I have several questions associated with freeing resources of X509 struct. snippet of my code: X509 *x509Cert = X509_new(); if (x509Cert == NULL) printf("Error instantiating X509 object\n"); /* do some processing with my x509Cert object */ /* Cleaning up resources of x509Cert */ if(x509

Re: How to deal with new OIDs

2011-09-08 Thread Dominik Oepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.09.2011 16:41, schrieb Peter Sylvester: > On 09/08/2011 04:31 PM, Dominik Oepen wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Am 08.09.2011 11:49, schrieb Peter Sylvester: >>> On 09/07/2011 08:28 PM, Dr. Stephen Henson wrote: >

Re: How to deal with new OIDs

2011-09-08 Thread Peter Sylvester
On 09/08/2011 04:31 PM, Dominik Oepen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.09.2011 11:49, schrieb Peter Sylvester: On 09/07/2011 08:28 PM, Dr. Stephen Henson wrote: On Wed, Sep 07, 2011, Dominik Oepen wrote: Are these OIDs are by chance the ones described in ticket 1794

Re: How to deal with new OIDs

2011-09-08 Thread Dominik Oepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Steffen, Am 08.09.2011 11:16, schrieb Steffen DETTMER: > Hi all, > Hi Dominik, > >> in a project I maintain I have to deal with OIDs not >> contained within OpenSSL. In particular, I use OpenSSL to >> parse ASN1 encoded data containing OIDs (usi

Re: Unsupported prf error when reading an RSA private key

2011-09-08 Thread Shawn Willden
On Wed, Sep 7, 2011 at 4:09 PM, Dr. Stephen Henson wrote: > Hmm... that's peculiar. Do you get the same error with the openssl utility on > a private key you created? For example: > > openssl rsa -in key.pem Nope, no error on that, with either of the openssl packages installed on my machine. In

Re: How to deal with new OIDs

2011-09-08 Thread Dominik Oepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.09.2011 11:49, schrieb Peter Sylvester: > On 09/07/2011 08:28 PM, Dr. Stephen Henson wrote: >> On Wed, Sep 07, 2011, Dominik Oepen wrote: >> > > Are these OIDs are by chance the ones described in ticket 1794? Thanks for the hint, but I'm not us

Re: How to deal with new OIDs

2011-09-08 Thread Peter Sylvester
On 09/07/2011 08:28 PM, Dr. Stephen Henson wrote: On Wed, Sep 07, 2011, Dominik Oepen wrote: Are these OIDs are by chance the ones described in ticket 1794? __ OpenSSL Project http://www.openssl

RE: How to deal with new OIDs

2011-09-08 Thread Steffen DETTMER
Hi all, Hi Dominik, > in a project I maintain I have to deal with OIDs not > contained within OpenSSL. In particular, I use OpenSSL to > parse ASN1 encoded data containing OIDs (using the Macros > from asn1t.h) and do switch-case statements on the resulting > NIDs. Until now I used to patch Op

Re: Enable A Individual Cipher

2011-09-08 Thread Rajib Karmakar
Hi, I am trying to use the "EXP1024-RC4-SHA" cipher. But I am getting errors. The following is what I have done, 1. Dowloaded openssl-1.0.0d 2. Modified ssl/tls1.h and changed the value of TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES to 1 3. ./config enable-TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 4. make &

stunnel 4.43 released

2011-09-08 Thread Michal Trojnara
Dear Users, I have released version 4.43 of stunnel. The ChangeLog entry: Version 4.43, 2011.09.07, urgency: MEDIUM: * New features - Updated Win32 DLLs for OpenSSL 1.0.0e. - Major optimization of the logging subsystem. Benchmarks indicate up to 15% performance improvement. * Bugfixes