◐ Shell
clean mode source ↗

Add `PKCS #8` and OpenVPN static key blocks by ljmf00 · Pull Request #658 · pre-commit/pre-commit-hooks

added 2 commits

October 2, 2021 20:53
…ted private keys

As described by RFC7468 and RFC5958, keys that are encoded using the "ENCRYPTED
PRIVATE KEY" label are described as private key information and therefore can
contain secrets, even though encrypted.

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
'OpenVPN Static key V1' label is often used by OpenVPN for providing hardening
security with additional HMAC signatures to the SSL/TLS handshake packets. They
are shared secrets and should be kept private.

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

asottile