All,
I'm trying to build the cryptolib without file access(fopen, fclose, etc)
and general tty. The main reason for this, trying to use a small embedded
OS, that is very primitive and does not have a Unix file system interface.
The certificate file will be stored in non-volatile ram. The applications
I'm trying to use are LDAP (OpenLDAP) and web server (Goahead). So this
helps limit issues with the test and example apps.
Noticed some defines NO_BIO and NO_STDIO but if these are defined it causes
some errors during compile.
Some of the issues:
- in the bio directory bss_file (it loads and manage the certificate
files) I can hack a fix but concerned about a reason if a file needs to be
created? What be the case for creating a file for ssl?
- in the crypto directory read_pwd.c uses tty to read the password.
Any insight?
Thanks
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]