summaryrefslogtreecommitdiff
path: root/crypto/ui/ui_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-109/+0
* Following the license change, modify the boilerplates in crypto/ui/Richard Levitte2018-12-061-1/+1
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-081-0/+1
* Add UI functionality to duplicate the user dataRichard Levitte2017-05-311-0/+7
* Add an application data field in the UI_METHODRichard Levitte2017-01-111-0/+4
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini2016-03-081-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-95/+87
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+4
* Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe2004-05-171-0/+1
* Change info to correct values.Richard Levitte2001-07-051-3/+3
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-231-8/+27
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-201-1/+1
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-191-9/+27
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-051-0/+1
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+110