Skip to content

Public key bit size, subject hash, and allocation changes

Compare
Choose a tag to compare
@Southern Southern released this 06 Feb 19:25
· 8 commits to master since this release
  • #41 fixed a broken documentation link in the README, due to OpenSSL changing their directory structure
  • #43 added a bitSize property for publicKey
  • #45 added a subjectHash property with the output from X509_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.