summaryrefslogtreecommitdiff
path: root/crypto/serializer/serializer_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* DESERIALIZER: Implement decryption of password protected objectsRichard Levitte2020-07-241-106/+2
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-241-2/+2
* Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri2020-07-021-2/+3
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-231-55/+67
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-2/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* If the first serializer we find is the desired one that's okMatt Caswell2020-03-111-4/+4
* Don't crash if we fail to find a serializer for the current providerMatt Caswell2020-03-111-5/+7
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-3/+3
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-41/+17
* SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte2019-11-291-0/+386