mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 23:12:19 +01:00
* pkcs8KeyASN and other misc asn fixes - Test fixes for testing with `USE_CERT_BUFFERS_1024` * intASN * bitStringASN * objectIdASN * algoIdASN * rsaKeyASN * pbes2ParamsASN * pbes1ParamsASN * pkcs8DecASN * p8EncPbes1ASN * rsaPublicKeyASN * dhParamASN * dhKeyPkcs8ASN * dsaKeyASN * dsaPubKeyASN - Add `wc_SetDsaPublicKey` without header testing * dsaKeyOctASN * rsaCertKeyASN * eccCertKeyASN * rdnASN * certNameASN * digestInfoASN * otherNameASN * altNameASN * basicConsASN * crlDistASN * accessDescASN * authKeyIdASN * keyUsageASN * keyPurposeIdASN * subTreeASN * nameConstraintsASN * policyInfoASN * certExtHdrASN * certExtASN * x509CertASN * reqAttrASN * strAttrASN * certReqASN * eccPublicKeyASN * edPubKeyASN * ekuASN * nameASN * certExtsASN * sigASN * certReqBodyASN_IDX_EXT_BODY * dsaSigASN * eccSpecifiedASN * eccKeyASN * edKeyASN * singleResponseASN * respExtHdrASN * ocspRespDataASN * ocspBasicRespASN * ocspResponseASN * ocspNonceExtASN * ocspRequestASN * revokedASN * crlASN * pivASN * pivCertASN * dateASN * `wc_SetDsaPublicKey` was not including `y` in the sequence length * All index names changed to uppercase * Shorten names in comments * Make sure extensions have sequence header when in cert gen * Fix/refactor size calc in `SetNameEx` * Pad blocks for encryption * Add casting for increased enum portability * Use stack for small ASN types
Before creating any new configure files (.conf) read the CONF_FILES_README.md