gnoMint 0.5.3 released
Submitted by DaveFX on Mon, 2008-09-08 16:29I'm pleased to announce the 0.5.3 version of gnoMint: a graphical X.509 Certification Authority management tool.
This version adds adds some features:
- Initial Czech translation. Thanks to Staněk Luboš.
- Now, when exporting certificates, the full certification path is exported and saved, so it is easier to make several programs to validate gnoMint-generated certificates.
- Now, gnoMint is able to generate a PKCS#3 file with Diffie-Hellman parameters.
There are also several fixes:
- The lists are now well-ordered (again) when there are more than 10 certificates issued by the same CA.
- The problem while generating DSA CSRs is now fixed.
- Applying patches for fixing i18n, and autotools misconfigurations. Thanks to Staněk Luboš.
gnoMint 0.5.2 released
Submitted by DaveFX on Mon, 2008-09-01 17:15I'm pleased to announce the 0.5.2 version of gnoMint: a graphical X.509 Certification Authority management tool.
This version adds some minor, but interesting, features:
- General view preferences are now saved through gconf system.
- New created certificates can be exported automatically to gnome-keyring.
gnoMint 0.5.1 released
Submitted by DaveFX on Sat, 2008-08-23 13:31I'm pleased to announce the 0.5.1 version of gnoMint: a graphical X.509 Certification Authority managing tool.
This version adds some interesting features:
- Now gnoMint has a recent opened files menu.
Some bugs are fixed:
- Fixing problem when creating a new CSR that must import field values from CA.
- Fixing bug that made impossible to change the policy of a CA
- Removing some warnings due to gui changes
For compiling it, its dependencies are:
- GTK+ 2.10 or newer
- Gnome
- SQLite 3
- libGnuTLS 2.0
You can get the tarball from sourceforge mirrors:
http://prdownloads.sourceforge.net/gnomint/gnomint-0.5.1.tar.gz?download
gnoMint 0.5.0 released
Submitted by DaveFX on Thu, 2008-08-21 17:12I'm pleased to announce the 0.5.0 version of gnoMint: a graphical X.509 Certification Authority managing tool.
This version adds some interesting features:
- Multiple CA support. Now, each gnoMint database is able to keep and manage several CAs and their generated certificates. These certificates can be other CAs. It's possible to have a multi-rooted database, with several self-signed CA certificates.
- Support for 20-byte serial certificates, according to RFC5280.
- Support for inherit subject fields from certification authorities, depending on each CA policy.
- Detailed certificate view (thanks to Ahmed Baizid ).
- French translation (also by Ahmed Baizid ).
- Now, a default database ~/.gnomint/default.gnomint is opened if no other indication is given.
- It now registers a new mime type for gnoMint databases, so they can be loaded with double-click.
Several bugs has been fixed:
- There was a discrepancy between the shown serial number and the serial number kept in the certificates. Now it's fixed, and the serial number is shown as in other programs. This can produce very high
numbers while loading previously-created gnoMint databases, but backwards support is kept. - There was a problem when signing a CSR whose private key had been extracted from the database: the link between the new resulting certificate and the file keeping the private key got lost. Fixed now.
Please, enjoy it, and notify any bug you find.
gnoMint 0.4.0 released
Submitted by DaveFX on Mon, 2007-11-19 22:13I'm pleased to announce the 0.4.0 version of gnoMint: a graphical Certification Authority managing tool.
This version add some useful features to 0.3.2 version:
- Private keys can be saved in external files, so they can be kept in external drives. This files are in PKCS#8 password-protected format.
- All private keys in the database can be encrypted with a password, so nobody can extract private keys, or generate new certificates or CRLs, without knowing the password. This way, direct access to a password-protected database file using sqlite3 can only access to public information: all the private parts are cyphered with an AES-based algorithm.
- Added a contextual menu for allowing easy operation with certificates and CSRs.
gnoMint 0.3.2 released
Submitted by DaveFX on Sat, 2007-11-03 08:20I'm pleased to announce the 0.3.2 version of gnoMint: a graphical Certification Authority managing tool.
This version fixes some nasty bugs:
- The gnoMint databases created by versions prior to 0.3.1 are now correctly loaded and upgraded.
We must remark that these databases, due to a bug fixed in previous version 0.3.1, will contain wrong non-CA certificates, as they all share the same internal serial number 0. This is a problem, because if any of them is revoked, the generated CRL will invalidate all the certificates.
This way, we recommend to renew all the certificates, and to revoke the old ones. Sorry for the inconvenience.
gnoMint 0.3.1 released
Submitted by DaveFX on Thu, 2007-11-01 22:45I'm pleased to announce the 0.3.1 version of gnoMint: a graphical Certification Authority managing tool.
This version add some useful features to 0.1.5 version:
- gnoMint can export PKCS#12 structures, so certificates created in the program can be easily imported by other programs as web browsers, or mail clients..
- gnoMint is able to revoke certificates, and generate the corresponding Certificate Revocation Lists (CRLs).
- The license has changed to GNU-GPLv3.
It also fixes some nasty bugs:
- Now, it compiles perfectly in x86-64 architecture, after fixing thousands of type casting errors.
- All the certificates were being created using 0 as serial number. Now, the internal serial number of each certificate is correctly established.
gnoMint 0.1.5 released
Submitted by DaveFX on Tue, 2007-05-15 16:20I'm pleased to announce the 0.1.5 version of gnoMint: a graphical Certification Authority managing tool.
This version add some useful features to 0.1.4 version:
- gnoMint can import the public part of Certificate Signing Requests made by other applications as long as they are formatted in PEM or in DER formats. This way, gnoMint now is able to make certificates for remote people or systems that can create their CSRs with other instances of gnoMint or other software.
- gnoMint DB format version 3. This version of database format ensures that there won't be two or more CSRs in the database with the same Distinguished Name (DN).
It also fixes some nasty bugs:
- Now the private key of CSRs can be exported without errors.
- A just created CA has a default policy so it will be able to create useful certificates without change its default properties.
- Some UI bugs are corrected: some label alignments now look OK, and the progress bar again moves while creating certificates or CSRs.
It must be noted that all the databases created prior to 0.1.4 version must be converted to the new format (0.1.4 or higher). The conversion script gnomint-upgrade-db is included in the package.
gnoMint 0.1.4 released
Submitted by DaveFX on Mon, 2007-05-14 13:47I'm pleased to announce the 0.1.4 version of gnoMint: a graphical Certification Authority managing tool.
This version add some useful features to 0.1.3 version:
- It allows defining policies for each Certification Authorities in the database, so as all the new certificates signed by the CA have common properties (uses, purposes and validity time).
- It requires SQLite3, for proper UTF-8 support. Due to this change, all the pre 0.1.4 databases must be converted to a new format. A conversion script is included in the package.
gnoMint 0.1.3 released
Submitted by DaveFX on Fri, 2006-11-10 13:47I'm pleased to announce the 0.1.3 version of gnoMint: a graphical Certification Authority managing tool.
This version add some useful features to 0.1.2 version:
- It allows exporting uncrypted private keys (useful for unattended SSL/TLS servers).
- It requires a minimum length (8 characters) for private-key export passphrase (so OpenSSL can import this keys).
It also fixes some nasty bugs:
- Now, gnoMint checks that passphrase and confirmation are the same in private-key export passphrase.
- The focus is grabbed correctly when asking for passphrase, so no mouse action is needed.
