AW: Import private key with d2i_AutoPrivateKey

2007-03-29 Thread Hellstern, Thomas \(LfSt\)
but I didn't find it)? Thank you! Thomas - -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nils Larsch Gesendet: Samstag, 24. März 2007 00:27 An: openssl-users@openssl.org Betreff: Re: Import private key with d2i_AutoPrivateKey Hellstern, Th

Import private key with d2i_AutoPrivateKey

2007-03-21 Thread Hellstern, Thomas \(LfSt\)
ource of my testapplication key.bin: Binary saved private key Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hellstern, Thomas (LfSt) Gesendet: Dienstag, 13. März 2007 13:39 An: openssl-users@openssl.org Be

Import private key with d2i_AutoPrivateKey

2007-03-13 Thread Hellstern, Thomas \(LfSt\)
Hi, I have to exchange keys between applications and so long (with openssl-0.9.7g) it worked fine to import the extern private keys into openssl with d2i_AutoPrivateKey. Now we wanted to update openssl to a newer version (0.9.8d - I tried also 0.9.8e) and it doesn't work. I get the following messa

Building OpenSSL on Windows

2006-04-03 Thread Hellstern, Thomas \(LfSt\)
Title: Building OpenSSL on Windows Hi, I tried to build OpenSSL-fips-1.0 on Windows XP. So I followed the install.w32-instructions: - perl Configure VC-WIN32 - ms\do_ms - nmake -f ms\nt.mak (to build a static library) --> here I got after the copy of the headers the following error:

Timeouts with OpenSSL

2005-09-27 Thread Hellstern, Thomas \(LfSt\)
Title: Timeouts with OpenSSL Hi, I implemented a HTTPS-Client about the following way: - Creating a SSL-Context with this->ctx=SSL_CTX_new(SSLv23_method()); and setting the parameters (e.g. certificates, private key, password,...) - Setting up the connection with this->bio=BIO_new_connect