Add a general user interface API. This is designed to replace things
authorRichard Levitte <levitte@openssl.org>
Sun, 6 May 2001 23:19:37 +0000 (23:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 6 May 2001 23:19:37 +0000 (23:19 +0000)
commita63d5eaab28a20463818b43a76ce8acd19d58812
tree5f37af72a5a2d7462cb4b8d1bdce2e939798db51
parent6af59bc095a51caa6deb092f911b44dd09b0eb0d
Add a general user interface API.  This is designed to replace things
like des_read_password and friends (backward compatibility functions
using this new API are provided).  The purpose is to remove prompting
functions from the DES code section as well as provide for prompting
through dialog boxes in a window system and the like.
20 files changed:
CHANGES
Makefile.org
crypto/Makefile.ssl
crypto/cryptlib.c
crypto/crypto-lib.com
crypto/crypto.h
crypto/des/Makefile.ssl
crypto/err/err.h
crypto/err/openssl.ec
crypto/evp/evp_key.c
crypto/stack/safestack.h
crypto/ui/Makefile.ssl [new file with mode: 0644]
crypto/ui/ui.h [new file with mode: 0644]
crypto/ui/ui_compat.c [new file with mode: 0644]
crypto/ui/ui_err.c [new file with mode: 0644]
crypto/ui/ui_lib.c [new file with mode: 0644]
crypto/ui/ui_locl.h [new file with mode: 0644]
crypto/ui/ui_openssl.c [new file with mode: 0644]
makevms.com
util/mkdef.pl