Tags: andris9/pem
Tags
fix(package): max 20 octets for serial (Dexus#141) * fix(package): parse serial and fix getDhparamInfo (Dexus#136) * chore(package): update semantic-release to version 8.0.0 * Add OpenSSL Matrix * make test use of self builded "/openssl/bin/openssl" * fix getDhparamInfo * Fix Tests for Travis and Empty OPENSSL_DIR * * chore(package): Reviewautomatedtests (Dexus#138) * chore(package): update semantic-release to version 8.0.0 * review tests; standardjs; changelog; grunt removal * fix(travis): build travis with `npm run test` * fix(tests): password must be 4 to 1023 characters * chore(build): move back after build * fix(package): max 20 octcts for serial A certificate serial number is not decimal conforming. That is the bytes in a serial number do not necessarily map to a printable ASCII character. eg: 0x00 is a valid serial number and can not be represented in a human readable format (atleast one that can be directly mapped to the ACSII table). fix Dexus#84
fix(package): fix check pkcs12 openssl1.1.0 not printed "MAC verified… … OK" (Dexus#140) * fix(package): parse serial and fix getDhparamInfo (Dexus#136) * chore(package): update semantic-release to version 8.0.0 * Add OpenSSL Matrix * make test use of self builded "/openssl/bin/openssl" * fix getDhparamInfo * Fix Tests for Travis and Empty OPENSSL_DIR * * chore(package): Reviewautomatedtests (Dexus#138) * chore(package): update semantic-release to version 8.0.0 * review tests; standardjs; changelog; grunt removal * fix(travis): build travis with `npm run test` * fix(tests): password must be 4 to 1023 characters * chore(build): move back after build * fix(package): parse serial and fix getDhparamInfo (Dexus#136) * chore(package): update semantic-release to version 8.0.0 * Add OpenSSL Matrix * make test use of self builded "/openssl/bin/openssl" * fix getDhparamInfo * Fix Tests for Travis and Empty OPENSSL_DIR * * chore(package): Reviewautomatedtests (Dexus#138) * chore(package): update semantic-release to version 8.0.0 * review tests; standardjs; changelog; grunt removal * fix(travis): build travis with `npm run test` * fix(tests): password must be 4 to 1023 characters * chore(build): move back after build * fix(package): fix check pkcs12 openssl1.1.0 not printed "MAC verified OK" * fix PR fails
feat: use standard (https://standardjs.com) for coding style guide
PreviousNext