pkeyutil: check return value reading password
[openssl.git] / crypto / serializer /
2020-08-11 Shane LontisFix serializer_EVP_PKEY_to_bio so that that the key...
2020-08-07 Richard LevitteDESERIALIZER: Adjust to allow the use several deseriali...
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-08-04 Richard LevitteDESERIALIZER: Fix EVP_PKEY construction by export
2020-08-01 Richard LevitteDESERIALIZER: Small bugfix in the deser_process()
2020-08-01 Richard LevitteDESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp}...
2020-08-01 Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-07-24 Richard LevitteDESERIALIZER: Implement decryption of password protecte...
2020-07-24 Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24 Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-02 Nicola TuveriFix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEY
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-23 Pauliserialization: break the provider locating code to...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-11 Matt CaswellIf the first serializer we find is the desired one...
2020-03-11 Matt CaswellDon't crash if we fail to find a serializer for the...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevitteSERIALIZER: add support for serializing EVP_PKEYs
2019-11-29 Richard LevitteSERIALIZER: add functions for serialization to file
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...