aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store
Commit message (Expand)AuthorAgeFilesLines
* STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2020-12-081-1/+14
* remove unused assignmentsPauli2020-12-031-2/+0
* Don't forget the datatype when decoding a PEM fileMatt Caswell2020-11-251-2/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-3/+2
* OSSL_STORE: Make sure the called OSSL_DECODER knows what to expectRichard Levitte2020-11-111-7/+32
* Adapt libcrypto functionality to specify the desired input structureRichard Levitte2020-11-111-1/+2
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-5/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-154-32/+32
* Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte2020-10-101-7/+3
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-1/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-014-16/+15
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-0/+1
* STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte2020-09-271-27/+0
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-1/+9
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis2020-09-121-0/+1
* Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis2020-09-121-0/+4
* Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis2020-09-121-0/+1
* STORE: Fix OSSL_STORE_attach() to check |ui_method| before useRichard Levitte2020-09-101-5/+7
* STORE: Stop the flood of errorsRichard Levitte2020-09-031-6/+35
* STORE: Fix potential memory leakRichard Levitte2020-09-031-0/+1
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-033-2/+33
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-036-1744/+17
* STORE: Change all error recording to use ERR_raise() / ERR_raise_data()Richard Levitte2020-08-243-92/+53
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-244-63/+989
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-244-20/+486
* STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2020-08-241-0/+8
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-205-3/+37
* OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed triesDr. David von Oheimb2020-08-191-7/+20
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-1/+1
* Add X509 related libctx changes.Shane Lontis2020-07-244-50/+82
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Fix CID 1465214 Resource leak (in file_load.c)Shane Lontis2020-07-081-1/+3
* 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