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

CA认证

开发平台:

C/C++

  1. Unsupported Release of the Certificate Library
  2. ----------------------------------------------
  3. Welcome to this unsupported release of the Certificate Library. This
  4. library contains:
  5. o Encoding for Version 1 X.509 certificates (X509Cert, X509Skip)
  6. o Encoding of Hashed Public Key Certificates (HashCert)
  7. o Useful primitive Classes such as Bstream.
  8. o Generic Interface Class (SkipCert)
  9. o ASN BER encoder/decoder
  10. o MD2 and MD5 Hash Functions
  11. o SHA-1 Hash Function
  12. Note: This library can only encode or decode Certificates.  It is unable
  13. to sign or verify signatures on certificates.  It is COMPLETELY 
  14. unsupported.  There is a nontrivial library.  If you are not a developer,
  15. who is interested in digging into C++ class libraries, this library may not
  16. be for you.  Some hints:
  17. o certs/lib/test.C is a simple test of encoding certificates
  18. o Class X509Cert is a generic X509 Certificate Class
  19. o Class X509Skip is an interface class to providing Skip Functions
  20. o Class HashCert is the Unsigned DH public value prividing an
  21.   interface identical to X509Skip.
  22. o Class SkipCert is a base type which defines the interface that
  23.   both HashCert and X509Skip confirm to. SkipCert is the preferred 
  24.   way for an application to deal with both HashCert and X509Cert.
  25. o certs/utils/print_cert is a good example of How all this stuff
  26.   fits together, as well.
  27. Please send comments/bug fixes to freeskip@incog.com.  
  28. This release has been brought to you by Sun Microsystems' Internet Commerce 
  29. Group.   Ashar Aziz, Tom Markson, Martin Patterson, Hemma Prafullchandra 
  30. and Rich Skrenta worked on this release.
  31. Also included is the Big Number Library (bnlib) from Colin Plumb.  Please
  32. see bnlib/legal.c for copyright information.
  33. --------------------------------------------------------------------------
  34.   Copyright
  35.   Sun Microsystems, Inc.
  36.   Copyright (C) 1994, 1995 Sun Microsystems, Inc.  All Rights
  37.   Reserved.
  38.   Permission is hereby granted, free of charge, to any person
  39.   obtaining a copy of this software and associated documentation
  40.   files (the "Software"), to deal in the Software without
  41.   restriction, including without limitation the rights to use,
  42.   copy, modify, merge, publish, distribute, sublicense, and/or sell
  43.   copies of the Software or derivatives of the Software, and to 
  44.   permit persons to whom the Software or its derivatives is furnished 
  45.   to do so, subject to the following conditions:
  46.   The above copyright notice and this permission notice shall be
  47.   included in all copies or substantial portions of the Software.
  48.   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  49.   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  50.   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  51.   NONINFRINGEMENT.  IN NO EVENT SHALL SUN MICROSYSTEMS, INC., BE LIABLE
  52.   FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  53.   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  54.   CONNECTION WITH THE SOFTWARE OR DERIVATES OF THIS SOFTWARE OR 
  55.   THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  56.   Except as contained in this notice, the name of Sun Microsystems, Inc.
  57.   shall not be used in advertising or otherwise to promote
  58.   the sale, use or other dealings in this Software or its derivatives 
  59.   without prior written authorization from Sun Microsystems, Inc.