| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnomint-1.5.0.tar.gz | 2026-05-25 | 1.0 MB | |
| gnoMint 1.5.0 _Belt and Braces_ source code.tar.gz | 2026-05-25 | 1.0 MB | |
| gnoMint 1.5.0 _Belt and Braces_ source code.zip | 2026-05-25 | 1.2 MB | |
| README.md | 2026-05-25 | 2.1 kB | |
| Totals: 4 Items | 3.2 MB | 0 | |
Six weeks after Lazarus, gnoMint 1.5.0 closes the running-a-CA-over-years loop (warning → filter → renew → diff) and finishes pulling gnomint-cli to full parity with the GUI. Every state-mutating CLI command now has shell-test coverage; the test suite went from 5 suites to 14, all green.
Highlights
- ECDSA / Ed25519 key support (#49) — P-256, P-384, P-521 and Ed25519 in both wizards and CLI
- Algorithm-aware key-size selector — spinbutton for RSA/DSA, curve dropdown for ECDSA, hidden for Ed25519
- Certificate renewal (#50) — right-click → Renew with fresh key; CLI:
renewcert <id> - Search / filter box (#53) — Ctrl+F, filter-as-you-type; CLI:
search <pattern> - Side-by-side certificate diff (#55) — right-click → Compare with PEM file…; CLI:
diff <id|path> <id|path> - Startup expiry banner (#56) — GtkInfoBar with "Show them" action; CLI: stderr notice
- Editable SAN list when signing a CSR (#40)
- GitHub Pages site — landing, features, install, manual, tutorial, release history
- Full user manual (#57) — 16 sections covering every workflow
- CLI parity:
renewcert,exportchain,revokemany,deletemany,search,diff - Comprehensive test coverage: 14 suites, pty-driven Python tests for getpass commands
Bug fixes
- ECDSA prompt no longer asserts in
addca/addcsr gnomint-cli importfileno longer segfaults- Copyright updated to 2006–2026; dead SourceForge URLs replaced
Database-compatible with 1.4.0 — no migration needed.
See the full NEWS file for details.