aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_util.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix stack corruption in ui_readBernd Edlinger2023-05-171-3/+1
* Fix the check of UI_method_set_ex_dataPeiwei Hu2022-05-271-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang2022-01-261-2/+5
* Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen2022-01-261-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger2020-05-231-2/+1
* UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte2019-11-221-1/+2
* 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-291-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