Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jun 21, 2007, 9:41:42 PM (17 years ago)
- Author:
-
wehlhard
- Comment:
-
x509 cert requirements
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v48
|
v49
|
|
57 | 57 | ||'''unique_id construction'''||Not yet defined|| |
58 | 58 | |
| 59 | * '''Required get_verification_data fields:''' |
| 60 | * "fpr_sha1" - SHA1 key fingerprint |
| 61 | * "common_name" - Certificate "Common Name" field. |
| 62 | * "expiration" - something like "23:04:20, May 5, 2007" |
| 63 | * "activation" - see above |
| 64 | |
59 | 65 | === struct CertificatePool === |
60 | 66 | * char * name - the pool identifier |
… |
… |
|
95 | 101 | ||import_certificate||Written, untested, Exposed||Not started||Not started|| |
96 | 102 | ||destroy_certificate||Written, untested, Exposed||Not started||Not started|| |
| 103 | ||get_verification_data||Written, untested, Exposed||Not started||Not started|| |
| 104 | |
| 105 | === x509 verification data === |
| 106 | ||'''get_verification_data field'''||'''GnuTLS Status'''||'''NSS Status'''|| |
| 107 | ||fpr_sha1||Not implemented||Not implemented|| |
| 108 | ||common_name||Not implemented||Not implemented|| |
| 109 | ||expiration||Not implemented||Not implemented|| |
| 110 | ||activation||Not implemented||Not implemented|| |
97 | 111 | |
98 | 112 | == SslOps modifications == |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!