Retail-MAC (ISO 9797-1)

2007-02-15 Thread Steffen Lips
Hi, is there an easy way to do the Retail-MAC as described in ISO 9797-1 in openssl? Reg Steffen __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-us

Re: OpenSSL crashes in verify with this specific file.

2007-02-11 Thread Steffen Lips
Hi Kyle, I am using version 0.9.8c. I know that the verifying is ok when using -inform DER, because the format is DER. But when using -inform SMIME, OpenSSL normally exits normally with some error messages. But with this file openssl crashes. This happens in PKCS7_read_SMIME(). I would expec

OpenSSL crashes in verify with this specific file.

2007-02-09 Thread Steffen Lips
Hello, I have got a file which is signed in DER fromat. Now I try to verify it with 'inform SMIME'. Normally OpenSSL should notify the wrong format and exits with errors. But with the attached file it crashes very hard. Regards Steffen Lips 0‚n *†H†÷  ‚_0‚[1 0 +

Re: openssl for xml

2006-07-12 Thread Steffen Lips
SL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED] -- Steffen Lips Entwicklung Infotech GmbH Tel.: 02361 91300 E-Mail: [EMAIL

X509_STORE

2006-02-02 Thread Steffen Lips
Hi, We have already some leaks in our application. I found out, that for STACK_OF(X509) there are two cleanup functions. sk_X509_free to free only the 'stackframe', and sk_509_pop_free for freeing the whole stack. Is there something for X509_STORE, too? X509_STORE_free seems not to free the X

Memory leaks

2006-01-26 Thread Steffen Lips
Hi everybody, we have written a server application wich uses openssl. now we found out, that memory increases rapidly. Then we found out, that there are memory leaks in openssl. so try this little program: #include #include #include void *crypto_mem_leak_cb(unsigned long order, const cha

Re: I am too stupid for openssl

2005-11-23 Thread Steffen Lips
Hi, error:2006D080:BIO routines:BIO_new_file:no such file error:02001002:system library:fopen:No such file or directory The file "zertifikat.pem" could not find in the place expected. For testing try the complete path e.g. "C:\\zertifkat.pem&q

Problems with SSL behind a SOCKS5 client

2005-09-30 Thread Steffen Lips
Hi, I've written a client to call a server over https protocol. I tested my client with different configurations. So the client can be behind a proxy. I tested HTTPS-Proxy, SOCKS4 and SOCKS5. The first two of them work fine. But with SOCKS5 I have some problems. First of all I connect to the pr