1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 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
  8. 11 8月, 2015 1 次提交
  9. 22 1月, 2015 1 次提交
  10. 14 1月, 2013 1 次提交
  11. 21 1月, 2007 1 次提交
  12. 11 10月, 2006 1 次提交
  13. 15 5月, 2004 1 次提交
  14. 15 12月, 2002 1 次提交
  15. 08 3月, 2001 1 次提交
    • D
      · 2dc769a1
      Dr. Stephen Henson 提交于
      Make EVP_Digest*() routines return a value.
      
      TODO: update docs, and make soe other routines
      which use EVP_Digest*() check return codes.
      2dc769a1
  16. 13 2月, 2000 1 次提交
  17. 31 1月, 2000 1 次提交
  18. 28 8月, 1999 1 次提交
  19. 27 4月, 1999 1 次提交
  20. 24 4月, 1999 1 次提交
  21. 20 4月, 1999 1 次提交
  22. 22 3月, 1999 1 次提交
  23. 31 12月, 1998 1 次提交
    • R
      Fix version stuff: · 9cb0969f
      Ralf S. Engelschall 提交于
      1. The already released version was 0.9.1c and not 0.9.1b
      
      2. The next release should be 0.9.2 and not 0.9.1d, because
         first the changes are already too large, second we should avoid any more
         0.9.1x confusions and third, the Apache version semantics of
         VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
         .2 is already just a patchlevel and not major change).
      tVS: ----------------------------------------------------------------------
      9cb0969f
  24. 23 12月, 1998 2 次提交
  25. 22 12月, 1998 1 次提交
  26. 21 12月, 1998 2 次提交