1. 03 5月, 2017 1 次提交
  2. 25 1月, 2017 1 次提交
  3. 06 8月, 2016 1 次提交
  4. 16 6月, 2016 1 次提交
  5. 11 6月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 04 3月, 2016 1 次提交
  8. 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
  9. 11 9月, 2015 1 次提交
  10. 14 5月, 2015 1 次提交
  11. 11 5月, 2015 1 次提交
  12. 07 5月, 2015 1 次提交
  13. 12 4月, 2015 1 次提交
  14. 23 3月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 18 8月, 2014 1 次提交
  17. 01 9月, 2009 1 次提交
  18. 28 4月, 2009 1 次提交
  19. 09 4月, 2009 1 次提交
  20. 05 4月, 2009 1 次提交
  21. 01 12月, 2008 1 次提交
  22. 06 11月, 2008 1 次提交
  23. 12 10月, 2008 1 次提交
  24. 19 8月, 2008 1 次提交
  25. 25 3月, 2008 1 次提交
  26. 21 1月, 2007 1 次提交
  27. 27 7月, 2005 1 次提交
  28. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  29. 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
  30. 25 3月, 2003 1 次提交
  31. 27 2月, 2003 1 次提交
  32. 05 2月, 2003 1 次提交
  33. 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
  34. 11 4月, 2001 1 次提交
  35. 01 3月, 2001 1 次提交
    • D
      · f23478c3
      Dr. Stephen Henson 提交于
      Fix bug in copy_email() which would not
      find emailAddress at start of subject name.
      f23478c3
  36. 23 2月, 2001 1 次提交
  37. 16 12月, 2000 1 次提交
  38. 15 12月, 2000 1 次提交
  39. 13 12月, 2000 1 次提交
    • D
      · 2aff7727
      Dr. Stephen Henson 提交于
      Rewrite the extension code to use an ASN1_ITEM structure
      for its ASN1 operations as well as the old style function
      pointers (i2d, d2i, new, free). Change standard extensions
      to support this.
      
      Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
      2aff7727
  40. 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