summaryrefslogtreecommitdiffstats
path: root/crypto/ui
AgeCommit message (Expand)Author
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller
2001-06-11Initialize UI ex_data.Dr. Stephen Henson
2001-06-06Don't forget to initialise.Richard Levitte
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte
2001-05-17Fix for new UI functions under Win32.Dr. Stephen Henson
2001-05-14Make sure strdup() is properly declared.Richard Levitte
2001-05-14Make sure memset() is properly declared.Richard Levitte
2001-05-13Define `ok' and better error detection.Richard Levitte
2001-05-13make updateRichard Levitte
2001-05-13des_read_password() and des_read_2passwords() can only appear if DESRichard Levitte
2001-05-13Move the password reading functions completely away from the DESRichard Levitte
2001-05-12Typo.Dr. Stephen Henson
2001-05-11e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte
2001-05-10Fix warning with DEBUG_SAFESTACKDr. Stephen Henson
2001-05-08There is no uitestRichard Levitte
2001-05-07Clarify the license and copyright, make preprocessor dirctives aRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte