Crash on VISTA...

2008-07-16 Thread Geert Van Muylem
Hi, I've made a small sample based on OpenSSL which creates a new key and then makes a certificate request. Everything works fine on XP but the same code crashes on VISTA OpenSSL version: openssl-0.9.8h Build with VS 2008 (everything build with success and all tests passed.) The

ssl - Active directory

2006-10-17 Thread Geert Van Muylem
Hi All, Im trying to connect to an active directory (W2K server) using ssl (with client authentication) The primary goal is doing that by using python-ldap (on a SuSE 10.1 environment) I get here however a strange situation that it sometimes works. After some hints from the

RE: ssl - Active directory

2006-10-17 Thread Geert Van Muylem
Hi again, And if I use the pause parameter, the problem is solved. Reason? Regards, Geert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Van Muylem Sent: dinsdag 17 oktober 2006 20:17 To: openssl-users@openssl.org Subject: ssl - Active

mkreq sample...

2003-11-07 Thread Geert Van Muylem
Hi, I'm getting and exception in the x509 samples which can be found in the OpenSSL distribution: openssl-0.9.7c\demos\x509\mkreq.c It seems to go wrong in the: RSA_print_fp(stdout,pkey-pkey.rsa,0); And finally it goes wrong in the fwrite of: static int MS_CALLBACK file_write(BIO *b, const char

OtherName

2003-02-27 Thread Geert Van Muylem
Hi, Is it possible to give an OID as subjectAltName eg OtherName=1.3.6.1.4.1.311.20.2.3 Regards, Geert __ OpenSSL Project http://www.openssl.org User Support Mailing List

pass phrase...

2001-08-30 Thread Geert Van Muylem
Is there a possibility to avoid the Enter PEM pass phrase: prompt when reading the secret key? (And not by not encrypting it.) BTW: I'm currently looking at START TLS which is using OpenSSL __ OpenSSL Project

PKCS12 - PEM

2001-08-25 Thread Geert Van Muylem
Hi, Is there a tool to convert pkcs12 (private)keyfile into a PEM keyfile? Thanks, __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]