Skip to content

Tags: andris9/pem

Tags

v1.12.5

Toggle v1.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ensure synchronous tmpfile writes, deletes

Ensure synchronous tmpfile writes, deletes

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update aftersuccess.sh

v1.12.3

Toggle v1.12.3's commit message
fix(package): Dexus#117 verifySigningChain optional CA certificates

v1.12.2

Toggle v1.12.2's commit message
fix(package): build and release Dexus#150 fix and create HISTORY afte…

…r release.

v1.12.1

Toggle v1.12.1's commit message
change template for docs

v1.12.0

Toggle v1.12.0's commit message
fix(package): Re-Structuring (Dexus#147)

* move openssl part in its own file

* reviewed jsdoc comments

* reviewed timeout settings

* review set method (remove whitelisting)

* adding todo comment

v1.11.2

Toggle v1.11.2's commit message
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

v1.11.1

Toggle v1.11.1's commit message
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

v1.11.0

Toggle v1.11.0's commit message
feat: use standard (https://standardjs.com) for coding style guide

v1.9.8

Toggle v1.9.8's commit message