summaryrefslogtreecommitdiff
path: root/providers/common/der
Commit message (Expand)AuthorAgeFilesLines
* providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte2022-11-021-2/+0
* Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala2022-06-291-1/+1
* Improve checks for invalid saltlen in DER writer.Daniel Fiala2022-06-271-3/+3
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-2/+2
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-271-0/+9
* Fix copyrightsTodd Short2022-02-038-0/+55
* Update copyright yearMatt Caswell2021-06-177-7/+7
* providers/common/der/build.info: make a variable for ../include/provRichard Levitte2021-06-021-14/+16
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-018-181/+7
* Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte2021-05-311-14/+14
* Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte2021-05-3114-0/+28
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-8/+6
* Drop libimplementations.aRichard Levitte2021-05-071-2/+2
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-152-3/+14
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Add ossl_encode symbolsShane Lontis2021-03-183-6/+6
* prov: remove TODO in der_rsa_key.cPauli2021-03-171-1/+2
* Update copyright yearMatt Caswell2021-02-183-3/+3
* PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmIDRichard Levitte2021-02-051-1/+3
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-053-14/+25
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-0/+2
* dsa: provider and library deprecation changesPauli2020-12-173-0/+18
* providers/common/der/build.info: Improve checks of disabled algosRichard Levitte2020-12-081-47/+58
* Deprecate RSA harderRichard Levitte2020-11-181-0/+6
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-11/+12
* der: _ossl prefix der_oid_ and der_aid_ functionsPauli2020-10-0110-61/+61
* der: _ossl prefix DER functionsPauli2020-10-0113-78/+80
* Address review commentsPaul Yang2020-09-221-1/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-226-1/+128
* Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell2020-09-185-0/+116
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-044-1/+67
* Fix omissions in providers/common/der/build.infoRichard Levitte2020-05-251-27/+55
* Refactor the provider side DER constants and writersRichard Levitte2020-05-2017-142/+219
* PROV: make some DER AID arrays non-static, to avoid clang complaintsRichard Levitte2020-05-141-7/+20
* PROV: Refactor the RSA DER supportRichard Levitte2020-05-148-28/+444
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+2
* Add OIDS for md4 and ripemd160 to der_rsaShane Lontis2020-05-072-0/+14
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-1/+1
* PROV: Add DERlib support for ECDSA and EC keysRichard Levitte2020-04-074-1/+179
* PROV: Add DERlib support for DSARichard Levitte2020-04-074-1/+117
* PROV: Add DERlib support for RSARichard Levitte2020-04-074-0/+194
* Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2020-04-071-0/+111