ROADMAP
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:1k
源码类别:

CA认证

开发平台:

C/C++

  1. This is the certificate library.  It contains implementations of various
  2. Certificate Classes and derived common classes.  
  3. A Generic Skip Certificate Class.  This is the Class the key manager
  4.     uses as an interface to the other certificate classes:
  5. SkipCert.C
  6. SkipCert.h
  7. A Skip Hash Certificate Class -  Implementation of Hashed Public
  8.     keys as defined in the SKIP draft:
  9. HashCert.C
  10. HashCert.h
  11. A Skip X509 Certificate Class - Derived class from X509 with the
  12.     SKIP specific interface:
  13. X509skip.C
  14. X509skip.h
  15. X509 Certificate Class and associates:
  16. X509Cert.C
  17. X509Cert.h
  18. Name.C
  19. Name.h
  20. ObjId.C
  21. ObjId.h
  22. Sig.C
  23. Sig.h
  24. Signed.C
  25. Signed.h
  26. CRL.C  - Note this has not been ported to LIBG++
  27. CRL.h
  28. trusted_certs.h
  29. utils.C
  30. utils.h
  31. userfuncs.C
  32. userfuncs.h
  33. ca.h
  34. cafuncs.C
  35. DSA signature stubs:
  36. dsa.h
  37. dsasubr.C
  38. A Time class for use with X509 Certificates (and used throughout SKIP)
  39. Time.C
  40. Time.h
  41. An ASN1 encoder and decoder:
  42. asn1_der.h
  43. asn1_der_decode.C
  44. asn1_der_encode.C
  45. Public domain implementations of MD5 and MD2:
  46. md2.c
  47. md2.h
  48. md5.c
  49. md5.h
  50. Generally useful Classes used throughout the SKIP userspace code:
  51. Bigint.C  - Implementation of Big Integers (no Math)
  52. Bigint.h
  53. Bstream.C - Byte stream class.  Incredibly useful way of
  54.     dealing with arbitrary data.
  55. Bstream.h
  56. my_types.h -Headers for internal types.
  57. Glue routines for the BN package:
  58. cert_bn_glue.C
  59. bn_glue.h
  60. Random Number generator:
  61. randseed.C