summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-415/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-149/+177
* Further comment changes for reformat (master)Matt Caswell2015-01-221-24/+26
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson2010-07-261-1/+1
* PR: 2188Dr. Stephen Henson2010-03-091-0/+2
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* 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