summaryrefslogtreecommitdiff
path: root/providers/implementations/encode_decode/decode_pvk2key.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Check the return value of ossl_bio_new_from_core_bio()x20182022-01-031-0/+3
* PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz2021-12-061-1/+1
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-291-2/+5
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-051-27/+0
* Pass library context and property query into private key decodersJon Spillett2021-06-011-4/+6
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-211-0/+26
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-191-0/+232