Public key bit size, subject hash, and allocation changes
- #41 fixed a broken documentation link in the README, due to OpenSSL changing their directory structure
- #43 added a
bitSize
property forpublicKey
- #45 added a
subjectHash
property with the output fromX509_subject_name_hash(cert)
in hexadecimal - #46 fixed a memleak and changed the way the allocation occurs
Shout out to @pdspicer, @jkryl and @sonicdoe for their contributions.