summaryrefslogtreecommitdiffstats
path: root/crypto/serializer
AgeCommit message (Expand)Author
2020-06-04Update copyright yearMatt Caswell
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-03-11If the first serializer we find is the desired one that's okMatt Caswell
2020-03-11Don't crash if we fail to find a serializer for the current providerMatt Caswell
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29SERIALIZER: add functions for serialization to fileRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte