1. 20 11月, 2012 1 次提交
  2. 09 9月, 2012 1 次提交
  3. 13 1月, 2012 1 次提交
  4. 14 3月, 2010 3 次提交
  5. 02 12月, 2009 1 次提交
  6. 05 10月, 2009 1 次提交
  7. 02 9月, 2009 1 次提交
    • D
      PR: 2013 · 17b5326b
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
      This makes it possible to tell if the underlying type is UTCTime,
      GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
      can handle each case in an appropriate manner.
      
      Add error checking to CRL generation in ca utility when nextUpdate is being
      set.
      17b5326b
  8. 28 7月, 2009 1 次提交
  9. 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
  10. 22 12月, 2008 1 次提交
  11. 08 10月, 2008 1 次提交
  12. 04 6月, 2008 1 次提交
  13. 02 6月, 2008 3 次提交
  14. 01 6月, 2008 1 次提交
  15. 26 5月, 2008 1 次提交
  16. 17 3月, 2008 1 次提交
  17. 04 4月, 2007 1 次提交
  18. 27 11月, 2006 1 次提交
  19. 26 7月, 2006 1 次提交
  20. 08 5月, 2006 1 次提交
  21. 20 4月, 2006 1 次提交
  22. 04 11月, 2005 1 次提交
  23. 01 10月, 2005 1 次提交
  24. 05 7月, 2005 1 次提交
  25. 16 4月, 2005 1 次提交
  26. 06 4月, 2005 1 次提交
  27. 11 11月, 2004 1 次提交
  28. 06 8月, 2004 1 次提交
  29. 20 4月, 2004 1 次提交
  30. 15 4月, 2004 1 次提交
  31. 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
  32. 28 11月, 2003 4 次提交
  33. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970