File: TODO

package info (click to toggle)
gnomint 1.2.1-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,688 kB
  • ctags: 884
  • sloc: ansic: 13,430; sh: 10,110; makefile: 203
file content (27 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (6)
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).