summaryrefslogtreecommitdiffstats
path: root/crypto/ui
AgeCommit message (Expand)Author
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
2003-01-13Correct a misleading comment.Richard Levitte
2003-01-13UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte
2003-01-13tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte
2002-12-05Only check for a result buffer if the allocated string is a prompt string.Richard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-13Correct support for SunOS 4.1.3_U1.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-25Make sure that the signal storage is regarded as volatile.Richard Levitte
2002-07-11In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-13Add support for DJGPP.Richard Levitte
2002-05-09One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte
2002-03-26Correct the mapping for des_read_pw()Richard Levitte
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-02-05'make update'Richard Levitte
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte
2002-01-24make updateRichard Levitte
2001-12-20Security fix.Ben Laurie
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-22Tidy up "cvs update" output a bit.Geoff Thorpe
2001-07-11One forgotten function.Richard Levitte
2001-07-05Change info to correct values.Richard Levitte
2001-06-24Make sure we don't return 0 on error.Richard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte
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