summaryrefslogtreecommitdiff
path: root/providers/encoders.inc
Commit message (Expand)AuthorAgeFilesLines
* ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte2021-09-051-3/+26
* prov: tag SM2 encoders and decoders as non-FIPSPauli2021-06-161-8/+8
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-24/+24
* PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte2021-02-271-1/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-5/+5
* PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte2021-02-011-0/+14
* PROV: Add MSBLOB and PVK encodersRichard Levitte2020-12-151-76/+90
* PROV: Re-implement all the keypair encodersRichard Levitte2020-11-111-32/+192
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-30/+30
* ENCODER: Refactor our provider encoder implementationsRichard Levitte2020-09-201-144/+30
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-73/+132
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+112