This comes from https://cryptobook.nakov.com/asymmetric-key-ciphers/ecc-encryption-decryption I'm hoping to use it to better understand the underlying primitives and operation so I can do something functionally similar but using the underlying elliptic curve primitives within my X.509 certificates. |
||
---|---|---|
gongor | ||
temp | ||
.gitignore | ||
LICENSE | ||
LICENSE.txt | ||
README.md | ||
pyproject.toml | ||
setup.py |
README.md
Gongor
Tool for producing identities
Anagram of "Gorgon".
TODO
- Fix up the aegis generation script to ensure that I either have, or don't need, the extensions from Step CA:
- X509v3 Key Usage: critical
- Certificate Sign, CRL Sign
- X509v3 Basic Constraints: critical
- CA:TRUE, pathlen:1
aegis-generate
This generates an initial ID, known as an 'aegis'. It uses step-ca defaults which puts the data files in $HOME/.step
.