summaryrefslogtreecommitdiff
path: root/crypto/store/store_result.c
Commit message (Expand)AuthorAgeFilesLines
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-2/+20
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz2022-01-031-2/+3
* try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz2022-01-031-4/+10
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-031-1/+1
* store: remove TODOsPauli2021-06-021-2/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Fix cert creation in the storeMatt Caswell2021-05-311-16/+15
* crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte2021-04-231-40/+23
* STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte2021-04-211-38/+50
* Add ossl_ x509 symbolsShane Lontis2021-03-181-2/+2
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-2/+4
* Pass the object type and data structure from the pem2der decoderMatt Caswell2021-02-181-2/+8
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* remove unused assignmentsPauli2020-12-031-2/+0
* Don't forget the datatype when decoding a PEM fileMatt Caswell2020-11-251-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+1
* 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
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-12/+12
* 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-011-1/+1
* 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
* STORE: Stop the flood of errorsRichard Levitte2020-09-031-6/+35
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-1/+1
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-241-0/+594