1. 27 9月, 2007 1 次提交
  2. 21 9月, 2006 1 次提交
  3. 24 7月, 2006 1 次提交
  4. 17 7月, 2006 1 次提交
  5. 06 4月, 2006 1 次提交
  6. 20 3月, 2006 1 次提交
  7. 01 9月, 2005 1 次提交
  8. 18 5月, 2004 1 次提交
  9. 16 5月, 2004 1 次提交
  10. 20 4月, 2004 1 次提交
    • G
      Reduce header interdependencies, initially in engine.h (the rest of the · 3a87a9b9
      Geoff Thorpe 提交于
      changes are the fallout). As this could break source code that doesn't
      directly include headers for interfaces it uses, changes to recursive
      includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
      define this when building and using openssl, and then adapt code where
      necessary - this is how to stay current. However the mechanism exists for
      the lethargic.
      3a87a9b9
  11. 23 3月, 2004 1 次提交
  12. 23 7月, 2003 1 次提交
  13. 28 12月, 2002 1 次提交
  14. 12 11月, 2002 1 次提交
    • D
      · 9ea1b878
      Dr. Stephen Henson 提交于
      Initial ASN1 generation code. This can construct
      arbitrary encodings from strings and config files.
      
      Documentation to follow...
      9ea1b878
  15. 02 2月, 2002 1 次提交
  16. 04 10月, 2001 1 次提交
  17. 12 9月, 2001 1 次提交
  18. 03 9月, 2001 1 次提交
  19. 06 8月, 2001 1 次提交
  20. 11 3月, 2001 1 次提交
  21. 10 3月, 2001 1 次提交
    • D
      · 24a93e6c
      Dr. Stephen Henson 提交于
      In crypto/ec #if 0 out structures which reference (currently)
      non existent functions because this breaks shared libraries.
      24a93e6c
  22. 09 3月, 2001 2 次提交
  23. 08 3月, 2001 3 次提交
  24. 07 3月, 2001 4 次提交
  25. 06 3月, 2001 3 次提交
  26. 04 6月, 1999 1 次提交
  27. 30 1月, 1999 1 次提交
  28. 24 1月, 1999 1 次提交
  29. 17 1月, 1999 1 次提交
    • D
      Time to blow up the source tree :-) This is the beginning of support for · f6aed2cd
      Dr. Stephen Henson 提交于
      GeneralizedTime. At several points PKIX specifies that GeneralizedTime can be
      used but OpenSSL doesn't currently support it. This patch adds several files
      and a bunch of functions.
      
      Of interest is the ASN1_TIME structure and its related functions. At several
      points certificates, CRLs et al specify that a time can be expressed as a
      choice of UTCTime and GeneralizedTime. Currently OpenSSL interprets this
      (wrongly) as UTCTime because GeneralizedTime isn't supported. The ASN1_TIME
      stuff provides this functionality.
      
      Still todo is to trace which cert and CRL points need an ASN1_TIME and modify
      the utilities appropriately and of course fix all the bugs.
      
      Note new OpenSSL copyright in the new file a_time.c. I didn't put it in
      a_gentm.c because it is a minimally modified form a_utctm.c .
      
      Since this adds new files and error codes you will need to do a 'make errors'
      at the top level to add the new codes.
      f6aed2cd