summaryrefslogtreecommitdiffstats
path: root/crypto/serializer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2111-2629/+0
* Fix serializer_EVP_PKEY_to_bio so that that the key is exported if the serial...Shane Lontis2020-08-121-1/+2
* DESERIALIZER: Adjust to allow the use several deserializers with same nameRichard Levitte2020-08-071-31/+36
* gettables: core changes to pass the provider context.Pauli2020-08-072-3/+6
* DESERIALIZER: Fix EVP_PKEY construction by exportRichard Levitte2020-08-041-2/+2
* DESERIALIZER: Small bugfix in the deser_process()Richard Levitte2020-08-011-1/+2
* DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2020-08-011-7/+13
* DESERIALIZER: Refactor the constructor setting APIRichard Levitte2020-08-014-31/+73
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-015-40/+66
* DESERIALIZER: Implement decryption of password protected objectsRichard Levitte2020-07-246-107/+258
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-241-2/+2
* SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte2020-07-242-1/+292
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-246-24/+1098
* Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri2020-07-021-2/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-242-12/+12
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-242-2/+2
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-232-56/+70
* Update copyright yearMatt Caswell2020-06-041-1/+1
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-2/+7
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-2/+3
* Update copyright yearMatt Caswell2020-04-232-2/+2
* 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-072-41/+19
* Fix some typosVeres Lajos2019-12-111-1/+1
* SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte2019-11-295-1/+430
* SERIALIZER: add functions for serialization to fileRichard Levitte2019-11-293-1/+51
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-293-0/+549