summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/ui/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-081-1/+1
* UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte2017-06-281-1/+3
* UI: Use RUN_ONCE differentlyRichard Levitte2017-01-131-10/+10
* UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte2017-01-131-13/+11
* Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte2017-01-111-0/+111
* Copyright consolidation 05/10Rich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix no-stdio buildDavid Woodhouse2015-09-301-0/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-30/+32
* Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe2004-05-171-1/+1
* UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte2003-01-131-2/+4
* 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-281-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+3
* In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte2002-07-111-2/+5
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-051-0/+86