summaryrefslogtreecommitdiffstats
path: root/crypto/store (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb2020-06-081-31/+36
* Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb2020-06-081-9/+9
* STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte2020-05-201-0/+37
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-0/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733Dr. David von Oheimb2020-05-131-0/+1
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-131-0/+86
* OSSL_STORE: Better information when prompting for pass phrasesRichard Levitte2020-05-131-39/+48
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-135-95/+92
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-153-17/+55
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-232-3/+3
* OSSL_STORE: add tracingRichard Levitte2019-11-031-2/+16
* OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte2019-11-032-3/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-285-4/+4
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-284-6/+6
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-79/+2
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Fix TyposAntoine Cœur2019-07-011-1/+1
* Fix error handling at openssl_strerror_rBernd Edlinger2019-06-181-6/+6
* Following the license change, modify the boilerplates in crypto/store/Richard Levitte2018-12-067-7/+7
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* store/loader_file.c: fix char-subscripts warning.Andy Polyakov2018-06-251-3/+3
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov2018-03-131-15/+15
* STORE 'file' scheme loader: Add search capibilityRichard Levitte2018-02-232-1/+108
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-235-1/+197
* STORE 'file' scheme loader: Add info type expectationRichard Levitte2018-02-231-1/+18
* STORE: Add the possibility to specify an expected info typeRichard Levitte2018-02-235-2/+52
* STORE: In preparation for coming work, mark when loading is startedRichard Levitte2018-02-231-1/+5
* OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte2018-02-141-3/+9
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Address some code-analysis issues.FdaSilvaYY2017-12-081-2/+2
* Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte2017-09-051-1/+1
* Add CRYPTO_thread_glock_newRich Salz2017-09-011-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-292-5/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-222-5/+6
* Clear error stack on successful OSSL_STORE_open()Richard Levitte2017-08-151-5/+16
* Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger2017-07-291-5/+5
* Improve styleBenjamin Kaduk2017-07-271-2/+2
* Fixups for STORE commitBenjamin Kaduk2017-07-272-3/+2
* OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte2017-07-151-3/+7
* OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte2017-07-151-18/+28