Fix the update target and remove duplicate file updates
[openssl.git] / crypto / ui /
2001-06-19 Richard LevitteThe default flag should be for default passwords only...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-11 Bodo MöllerFor MSDOS, the tty filename still is "con", not "/dev...
2001-06-11 Bodo MöllerEarlier OpenSSL versions printed prompts to stderr.
2001-06-11 Dr. Stephen HensonInitialize UI ex_data.
2001-06-06 Richard LevitteDon't forget to initialise.
2001-06-05 Richard LevitteDefining __USE_XOPEN_EXTENDED was the wrong thing....
2001-06-05 Richard LevitteA good use of the UI interface is as a password callbac...
2001-05-17 Dr. Stephen HensonFix for new UI functions under Win32.
2001-05-14 Richard LevitteMake sure strdup() is properly declared.
2001-05-14 Richard LevitteMake sure memset() is properly declared.
2001-05-13 Richard LevitteDefine `ok' and better error detection.
2001-05-13 Richard Levittemake update
2001-05-13 Richard Levittedes_read_password() and des_read_2passwords() can only...
2001-05-13 Richard LevitteMove the password reading functions completely away...
2001-05-12 Dr. Stephen HensonTypo.
2001-05-11 Richard Levittee_os2.h defines things like OPENSSL_SYS_MSDOS, not...
2001-05-10 Dr. Stephen HensonFix warning with DEBUG_SAFESTACK
2001-05-08 Richard LevitteThere is no uitest
2001-05-07 Richard LevitteClarify the license and copyright, make preprocessor...
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...