aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe2004-05-171-0/+2
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-12/+4
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-051-0/+5
* Change info to correct values.Richard Levitte2001-07-051-3/+3
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-231-9/+57
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-201-0/+1
* 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-191-23/+86
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-051-0/+13
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+257