1. 31 7月, 2017 1 次提交
  2. 27 7月, 2017 1 次提交
  3. 24 7月, 2017 2 次提交
  4. 06 7月, 2017 1 次提交
  5. 05 7月, 2017 1 次提交
  6. 12 6月, 2017 1 次提交
  7. 08 6月, 2017 1 次提交
  8. 19 5月, 2017 1 次提交
  9. 24 2月, 2017 1 次提交
  10. 18 5月, 2016 1 次提交
  11. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  12. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  13. 22 9月, 2015 1 次提交
  14. 14 5月, 2015 1 次提交
  15. 11 5月, 2015 1 次提交
  16. 31 1月, 2015 1 次提交
  17. 22 1月, 2015 1 次提交
  18. 31 12月, 2014 1 次提交
  19. 20 2月, 2014 1 次提交
  20. 21 11月, 2012 1 次提交
  21. 20 11月, 2012 1 次提交
  22. 19 11月, 2012 1 次提交
  23. 03 5月, 2010 1 次提交
  24. 12 7月, 2009 1 次提交
  25. 06 4月, 2009 1 次提交
  26. 09 3月, 2009 1 次提交
    • D
      PR: 1854 · 33ab2e31
      Dr. Stephen Henson 提交于
      Submitted by: Oliver Martin <oliver@volatilevoid.net>
      Reviewed by: steve@openssl.org
      
      Support GeneralizedTime in ca utility.
      33ab2e31
  27. 12 11月, 2008 1 次提交
  28. 01 11月, 2008 1 次提交
  29. 08 10月, 2008 1 次提交
  30. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  31. 24 1月, 2003 1 次提交
  32. 01 1月, 2003 1 次提交
  33. 14 11月, 2002 1 次提交
  34. 16 5月, 2001 1 次提交
  35. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  36. 04 2月, 2001 2 次提交
    • D
      · 2b916952
      Dr. Stephen Henson 提交于
      Fix ASN1_TIME_to_generlizedtime().
      
      Add protoype for OCSP_response_create().
      
      Add OCSP_request_sign() and OCSP_basic_sign()
      private key and certificate checks and make
      OCSP_NOCERTS consistent with PKCS7_NOCERTS
      2b916952
    • D
      · 02e4fbed
      Dr. Stephen Henson 提交于
      Various OCSP responder utility functions.
      
      Delete obsolete OCSP functions.
      
      Largely untested at present...
      02e4fbed
  37. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6