Re: Memory issues with ssl handshake

2012-09-13 Thread Dominik Oepen
On 12.09.2012 16:58, Thomas Eckert wrote: > Hi, > > Valgrind gives me a *lot* of messages like this [snip] > Does anyone have some tips for me ? Have you seen the FAQ entry regarding valgrind: http://www.openssl.org/support/faq.html#PROG14 ? Regards, Dominik _

Re: OpenSSL beginner...

2012-07-17 Thread Dominik Oepen
On 17/07/12 05:28, Funshine wrote: > > Hi ! I want to learn OpenSSL and I'm having trouble getting any meaningful > result from their example program. No matter the argument I seem to pass I > get 'Unknown message digest' error. What exactly is > EVP_get_digestbyname(const char*) expecting to see

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-21 Thread Dominik Oepen
Am 21.09.2011 23:27, schrieb Chang Lee: > Does anyone know of a way to take an ASN1_OCTET_STRING that contains a > DER encoded Sequence and extract the contents of the Sequence as an > ASN1_STRING. Essentially, I want to construct an ASN1 object of the > Sequence. I guess I could manually parse t

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

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

How to deal with new OIDs

2011-09-07 Thread Dominik Oepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, 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 n