aboutsummaryrefslogtreecommitdiff
path: root/crypto/ui
AgeCommit message (Expand)AuthorFilesLines
2002-07-11In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte1-2/+5
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-05-09One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte1-1/+1
2002-03-26Correct the mapping for des_read_pw()Richard Levitte1-1/+1
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+7
2002-02-05'make update'Richard Levitte1-2/+6
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte5-113/+150
2002-01-24make updateRichard Levitte1-1/+2
2001-12-20Security fix.Ben Laurie1-22/+17
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2-6/+6
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-7/+4
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2001-07-31make updateRichard Levitte1-3/+5
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-5/+3
2001-07-22Tidy up "cvs update" output a bit.Geoff Thorpe1-0/+2
2001-07-11One forgotten function.Richard Levitte1-0/+8
2001-07-05Change info to correct values.Richard Levitte5-15/+15
2001-06-24Make sure we don't return 0 on error.Richard Levitte1-0/+5
2001-06-23make updateRichard Levitte1-6/+7
2001-06-23Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte1-28/+32
2001-06-23make updateRichard Levitte1-0/+7
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte3-53/+398
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson1-3/+5
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte3-17/+19
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte1-4/+4
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte4-95/+263
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller1-2/+7
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller1-38/+39
2001-06-11Initialize UI ex_data.Dr. Stephen Henson1-1/+1
2001-06-06Don't forget to initialise.Richard Levitte1-0/+2
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte1-1/+2
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte3-0/+26
2001-05-17Fix for new UI functions under Win32.Dr. Stephen Henson1-1/+4
2001-05-14Make sure strdup() is properly declared.Richard Levitte1-0/+9
2001-05-14Make sure memset() is properly declared.Richard Levitte1-0/+1
2001-05-13Define `ok' and better error detection.Richard Levitte1-5/+11
2001-05-13make updateRichard Levitte1-1/+2
2001-05-13des_read_password() and des_read_2passwords() can only appear if DESRichard Levitte2-2/+9
2001-05-13Move the password reading functions completely away from the DESRichard Levitte3-13/+106
2001-05-12Typo.Dr. Stephen Henson1-1/+1
2001-05-11e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h...Richard Levitte1-1/+1
2001-05-10Fix warning with DEBUG_SAFESTACKDr. Stephen Henson1-2/+1
2001-05-08There is no uitestRichard Levitte1-1/+2
2001-05-07Clarify the license and copyright, make preprocessor dirctives aRichard Levitte1-80/+143
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte7-0/+1758