Re: Signing certificates on Windows

2003-01-07 Thread bepsy paul
Hi, I am developing an IPSec stack for ixp1200 platform. I have successfully completed IKE Phase I and Phase II and got the keying materials for ESP traffic. I sent a ping request from an IPSec client (Safenet SoftRemote client) and I am seeing that the authentication data is only 12bytes(96

Re: Signing certificates on Windows

2003-01-07 Thread Theodor Isporidi
Hi ! > Why not use the 'openssl' directly, in a step-by-step manner? Easier said than done if the openssl docs are almost nonexistant and the mod_ssl docs state explicitly Prepare a script for signing which is needed because the ``openssl ca'' command has some strange requirements and the def

SSL_CTX_use_PrivateKey_file

2003-01-07 Thread Fisk, Kevin
Is there any way to pass a string with the private key, instead of reading it from a file, such as read it from a database and pass it to the function, without writing it to disk? Kevin __ OpenSSL Project