PEM stored in memory, not in file

2001-08-27 Thread Arno Puder
Hi, certificates and private keys are usually stored in PEM-formatted files and are loaded using the functions SSL_CTX_use_certificate_file() and SSL_CTX_use_PrivateKey_file(). If I want to hard code the keys in my application, such as char* certificate = -BEGIN CERTIFICATE-

OpenSSL for PocketPC?

2001-07-26 Thread Arno Puder
Hello, has anyone succeeded in compiling OpenSSL under PocketPC using Microsoft's Embedded VC++? Any hint is greatly appreciated. Arno __ OpenSSL Project http://www.openssl.org User Support