aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+7
* Netware-specific changes,Richard Levitte2003-11-281-2/+8
* Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte2003-06-041-5/+8
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
* Correct a misleading comment.Richard Levitte2003-01-131-1/+1
* UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte2003-01-131-2/+4
* tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte2003-01-131-1/+1
* Only check for a result buffer if the allocated string is a prompt string.Richard Levitte2002-12-051-1/+2
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-2/+2
* WinCE patchesRichard Levitte2002-11-152-2/+13
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-1/+5
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-9/+10
* Add a few more VxWorks targets.Richard Levitte2002-10-091-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Make sure that the signal storage is regarded as volatile.Richard Levitte2002-09-251-1/+1
* In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte2002-07-111-2/+5
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte2002-05-091-1/+1
* Correct the mapping for des_read_pw()Richard Levitte2002-03-261-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+7
* 'make update'Richard Levitte2002-02-051-2/+6
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-055-113/+150
* make updateRichard Levitte2002-01-241-1/+2
* Security fix.Ben Laurie2001-12-201-22/+17
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-242-6/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-7/+4
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* make updateRichard Levitte2001-07-311-3/+5
* 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