Closed Bug 319496 Opened 19 years ago Closed 7 months ago

need addtional documentation on trust flags

Categories

(NSS :: Documentation, defect, P2)

3.11

Tracking

(Not tracked)

RESOLVED INACTIVE

People

(Reporter: julien.pierre, Unassigned)

Details

Several of the trust flags are not documented in certdb.h :

/* common flags for all types of certificates */
#define CERTDB_VALID_PEER       (1<<0)
#define CERTDB_TRUSTED          (1<<1)
#define CERTDB_SEND_WARN        (1<<2)
#define CERTDB_VALID_CA         (1<<3)
#define CERTDB_TRUSTED_CA       (1<<4) /* trusted for issuing server certs */
#define CERTDB_NS_TRUSTED_CA    (1<<5)
#define CERTDB_USER             (1<<6)
#define CERTDB_TRUSTED_CLIENT_CA (1<<7) /* trusted for issuing client certs */
#define CERTDB_INVISIBLE_CA     (1<<8) /* don't show in UI */
#define CERTDB_GOVT_APPROVED_CA (1<<9) /* can do strong crypto in export ver */

We need documentation for the ones that don't have any. This was requested by a customer.
Priority: -- → P2
Target Milestone: --- → 3.12
Reassigning to Nelson .
Assignee: julien.pierre.bugs → nelson
QA Contact: wtchang → documentation
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12 → ---
Assignee: nelson → nobody
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.