summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_util.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2022-05-27Fix the check of UI_method_set_ex_dataPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen
2020-06-04Update copyright yearMatt Caswell
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/ui/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-06-28UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte
2017-01-13UI: Use RUN_ONCE differentlyRichard Levitte
2017-01-13UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte
2016-05-17Copyright consolidation 05/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2004-05-17Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe
2003-01-13UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-07-11In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte