Changes between Version 13 and Version 14 of Document/Development/Design/Module/CA

Show
Ignore:
Timestamp:
10/30/06 17:31:27 (7 years ago)
Author:
ejhernandez@… (IP: 80.35.41.131)
Comment:

Add the different public methods from CA module

Legend:

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

    v13 v14  
    3131   * Revoke: CA Certificate, CA Passpharse, reason (''Optional'') -> Revoking all the current issued certificates 
    3232   * 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'') 
    3334   * Download Public CA Key -> File in PEM Format 
    3435   * Control '''TO-DO''' 
     
    3738   * Issue: Common Name (''Key''), Expiry Date, User Passpharse, CA Passpharse (''Remaining fields are possible to set by API'') 
    3839   * Revoke: Certificate to revoke (''by CN''), CA Passpharse, Reason (''Optional'') 
    39    * List -> Common Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate 
     40   * List: cn (''Optional''), serial (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate 
    4041   * Renew : Certificate to renew (''by CN''), Expiry Date, CA Passpharse 
    4142   * Download Keys -> Public and Private PEM format (''erasing if exists calling RemovePrivateKey afterwards'') 
    4243   * RemovePrivateKey: Common Name (''Not accessible by GUI'') 
     44   * Update DB (''check expired certificates, not accessible by GUI'') 
     45   * Current CA certificate state (''Not accessible by GUI'') -> state (Revoked, Expired, Valid or Inexistent) 
    4346   * Control '''TO-DO'''