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
-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:
>
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
-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
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
-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
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
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
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 &
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
10 matches
Mail list logo