File: TODO

package info (click to toggle)
gnomint 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,564 kB
  • sloc: ansic: 13,488; sh: 11,291; makefile: 192; xml: 30
file content (27 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
To-do list in gnoMint
=====================

  - Issues about certificates expiration:

    * Visual distinction

    * Checkings for avoiding the use of certificates later than their
      expiring date.  (Perhaps allowing it in a hidden
      non-standard-compliant mode??)

  - Support for Issuer and Subject alternative names

  - Support for CRL distribution point

  - Allow deleting imported certificates (perhaps deleting whole
    certificate hierarchies).

  - Option to re-new certificate -> generate CSR from Cert.

  - While importing a certificate, detect if it corresponds to a
    previous CSR and, perhaps after asking, copy its private key as
    the private key of the new certificate.

  - Implement revoking causes, and CRL serial number.
    (Support for these subjects must be previously implemented in GnuTLS).