aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
Commit message (Expand)AuthorAgeFilesLines
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-5/+3
* Tidy up "cvs update" output a bit.Geoff Thorpe2001-07-221-0/+2
* One forgotten function.Richard Levitte2001-07-111-0/+8
* Change info to correct values.Richard Levitte2001-07-055-15/+15
* Make sure we don't return 0 on error.Richard Levitte2001-06-241-0/+5
* make updateRichard Levitte2001-06-231-6/+7
* Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte2001-06-231-28/+32
* make updateRichard Levitte2001-06-231-0/+7
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-233-53/+398
* In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson2001-06-231-3/+5
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-203-17/+19
* The default flag should be for default passwords only. Otherwise,Richard Levitte2001-06-191-4/+4
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-194-95/+263
* For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller2001-06-111-2/+7
* Earlier OpenSSL versions printed prompts to stderr.Bodo Möller2001-06-111-38/+39
* Initialize UI ex_data.Dr. Stephen Henson2001-06-111-1/+1
* Don't forget to initialise.Richard Levitte2001-06-061-0/+2
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-051-1/+2
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-053-0/+26
* Fix for new UI functions under Win32.Dr. Stephen Henson2001-05-171-1/+4
* Make sure strdup() is properly declared.Richard Levitte2001-05-141-0/+9
* Make sure memset() is properly declared.Richard Levitte2001-05-141-0/+1
* Define `ok' and better error detection.Richard Levitte2001-05-131-5/+11
* make updateRichard Levitte2001-05-131-1/+2
* des_read_password() and des_read_2passwords() can only appear if DESRichard Levitte2001-05-132-2/+9
* Move the password reading functions completely away from the DESRichard Levitte2001-05-133-13/+106
* Typo.Dr. Stephen Henson2001-05-121-1/+1
* e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte2001-05-111-1/+1
* Fix warning with DEBUG_SAFESTACKDr. Stephen Henson2001-05-101-2/+1
* There is no uitestRichard Levitte2001-05-081-1/+2
* Clarify the license and copyright, make preprocessor dirctives aRichard Levitte2001-05-071-80/+143
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-067-0/+1758