1. 10 8月, 2021 1 次提交
  2. 27 2月, 2020 1 次提交
  3. 28 9月, 2019 1 次提交
  4. 22 8月, 2016 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 21 3月, 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. 10 11月, 2015 1 次提交
  9. 12 9月, 2015 1 次提交
  10. 14 5月, 2015 1 次提交
  11. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  12. 22 1月, 2015 1 次提交
  13. 23 1月, 2013 1 次提交
  14. 30 3月, 2008 1 次提交
  15. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  16. 25 3月, 2004 1 次提交
  17. 23 3月, 2004 1 次提交
  18. 13 11月, 2002 1 次提交
  19. 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
  20. 08 9月, 2000 1 次提交
  21. 29 12月, 1999 1 次提交
  22. 28 11月, 1999 1 次提交
  23. 27 11月, 1999 1 次提交
  24. 26 11月, 1999 1 次提交
  25. 04 11月, 1999 1 次提交
  26. 07 6月, 1999 1 次提交
  27. 06 6月, 1999 1 次提交
  28. 27 4月, 1999 1 次提交
  29. 24 4月, 1999 2 次提交
  30. 23 4月, 1999 1 次提交
  31. 20 4月, 1999 1 次提交
  32. 30 3月, 1999 1 次提交
  33. 29 3月, 1999 1 次提交
  34. 27 3月, 1999 1 次提交
  35. 05 3月, 1999 1 次提交
  36. 22 2月, 1999 1 次提交
  37. 20 2月, 1999 1 次提交
  38. 19 2月, 1999 1 次提交
  39. 18 2月, 1999 1 次提交