Changes between Version 15 and Version 16 of Document/Development/Design/Module/CA

Show
Ignore:
Timestamp:
12/13/06 17:23:38 (6 years ago)
Author:
ejhernandez@… (IP: 80.35.41.131)
Comment:

Changes in CA API refs #305

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/Module/CA

    v15 v16  
    2828 
    2929 * CA Certificate 
    30    * Create: Organization, Expiry Date, CA Passpharse (''Remaining fields are possible to set by API'') 
    31    * Revoke: CA Certificate, CA Passpharse, reason (''Optional'') -> Revoking all the current issued certificates 
    32    * Renew: CA Certificate, Expiry date, CA Passpharse (''Re-signing all the valid certificates with the same expiry date'') 
    33    * Issue: Expiry date, CA Passpharse (''After revoking a CA without using Renew method'') 
     30   * Create: Organization, Expiry Date (''Remaining fields are possible to set by API'') 
     31   * Revoke: CA Certificate, reason (''Optional'') -> Revoking all the current issued certificates 
     32   * Renew: CA Certificate, Expiry date (''Re-signing all the valid certificates with the same expiry date'') 
     33   * Issue: Expiry date (''After revoking a CA without using Renew method'') 
    3434   * Download Public CA Key -> File in PEM Format 
    3535   * Control '''TO-DO''' 
    3636 
    3737 * Certificate 
    38    * Issue: Common Name (''Key''), Expiry Date, User Passpharse, CA Passpharse (''Remaining fields are possible to set by API'') 
    39    * Revoke: Certificate to revoke (''by CN''), CA Passpharse, Reason (''Optional'') 
    40    * List: cn (''Optional''), serial (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate 
    41    * Renew : Certificate to renew (''by CN''), Expiry Date, CA Passpharse 
    42    * Download Keys -> Public and Private PEM format 
     38   * Issue: Common Name (''Key''), Expiry Date (''Remaining fields are possible to set by API'') 
     39   * Revoke: Certificate to revoke (''by CN''), Reason (''Optional'') 
     40   * List: state (''Optional''), excludeCA (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates''), Path, serial Number per Certificate 
     41   * Get: Common Name or Distinguished Name or Serial Number -> Same attributes as List function 
     42   * Renew : Certificate to renew (''by CN''), Expiry Date 
     43   * Download Keys: Common Name (''Key'') -> Public and Private PEM format 
    4344   * RemovePrivateKey: Common Name (''Not accessible by GUI'') 
    4445   * Update DB (''check expired certificates, not accessible by GUI'')