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
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
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
0n *H÷
_0[10 +
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
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
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
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
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