Skip to content

Releases: bp2008/SSL-Certificate-Maker

SSL Certificate Maker 2.2

04 Aug 18:52
Compare
Choose a tag to compare

Version 2.2

  • The key converter module can now handle elliptic curve keys and will output more useful debugging information if the expected object types are not found.

SSL Certificate Maker 2.1.0.1

20 Dec 23:57
Compare
Choose a tag to compare

Version 2.1.0.1

  • Fixed a few errors related to certificate chain handling.

SSL Certificate Maker 2.0

21 Oct 20:12
Compare
Choose a tag to compare

Version 2.0

Version 2.0 adds some capabilities to the app while attempting to retain the extreme simplicity of the original design.

Breaking Changes

  • Generated certificates are now kept in subfolders named either CA or CERT depending on their purpose.
    • CA folder for certificate authorities
    • CERT folder for regular certificates (e.g. for a web server)
  • The Issuer/Certificate Authority dropdown list is now populated only from items in the "CA" subfolder.
  • If upgrading from version 1.x, it is advisable to move all existing certificates to the above mentioned subfolders depending on their intended purpose.

Changes

  • The app is now aware of and will persist certificate chains (certificates of the issuers, in a chain leading back to a root certificate authority) when creating or converting certificates.
    • When dealing with .cer & .key files, the full chain must be included in the .cer file. The app does not support the use of a separate file for the chain.
    • When writing the chain to a .cer file, the app will order certificates such that each certificate is the issuer of the one above it. Any ordering is acceptable when reading an existing .cer file; the app will figure out the correct order as long as the chain is unbroken.
    • The app will not read from the operating system's certificate store when attempting to resolve the certificate chain.
  • Key Usage and Extended Key Usage attributes may now be set in new certificates.
  • Added "preset" buttons for "CA" and "Web Server" certificate creation. These buttons assign reasonable default settings, particularly for Key Usage and Extended Key Usage.
  • Basic Constraints are now set in new certificates, identifying if it is a Certificate Authority or not. A certificate will be considered a CA if its Key Usage attributes are "CRL Signing" and "Certificate Signing".

SSL Certificate Maker 1.0.1

02 Nov 22:25
Compare
Choose a tag to compare

Version 1.0.1

  • Exporting .cer and .key from a .pfx can now handle it when the first alias in the pfx doesn't have a private key.

SSL Certificate Maker 1.0

21 Mar 23:35
3b5f6c1
Compare
Choose a tag to compare
Update README.md