1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 18 4月, 2016 1 次提交
  7. 16 4月, 2016 1 次提交
  8. 23 2月, 2016 1 次提交
  9. 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
  10. 30 9月, 2015 1 次提交
  11. 06 9月, 2015 2 次提交
  12. 28 8月, 2015 1 次提交
  13. 14 5月, 2015 1 次提交
  14. 11 5月, 2015 1 次提交
  15. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 5a · 222561fe
      Rich Salz 提交于
      Don't check for NULL before calling a free routine.  This gets X509_.*free:
          x509_name_ex_free X509_policy_tree_free X509_VERIFY_PARAM_free
          X509_STORE_free X509_STORE_CTX_free X509_PKEY_free
          X509_OBJECT_free_contents X509_LOOKUP_free X509_INFO_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      222561fe
  16. 31 1月, 2015 1 次提交
  17. 22 1月, 2015 1 次提交
  18. 08 3月, 2012 1 次提交
  19. 27 2月, 2012 1 次提交
  20. 15 3月, 2009 1 次提交
  21. 22 11月, 2008 1 次提交
  22. 06 11月, 2008 1 次提交
  23. 13 8月, 2007 1 次提交
  24. 14 4月, 2007 1 次提交
  25. 27 2月, 2007 1 次提交
  26. 03 2月, 2007 1 次提交
  27. 25 12月, 2006 1 次提交
    • D
      Experimental streaming PKCS#7 support. · 11d8cdc6
      Dr. Stephen Henson 提交于
      I thought it was about time I dusted this off. This stuff had been sitting on
      my hard drive for *ages* (2003 in fact). Hasn't been tested well and may not
      work properly.
      
      Nothing uses it at present which is just as well.
      
      Think of this as a traditional Christmas present which looks far more
      impressive in the adverts and on the box, some of the bits are missing and
      falls to bits if you play with it too much.
      11d8cdc6
  28. 09 7月, 2006 1 次提交
  29. 06 6月, 2006 1 次提交
  30. 27 5月, 2006 1 次提交
  31. 24 5月, 2006 1 次提交
  32. 19 5月, 2006 2 次提交
  33. 18 5月, 2006 1 次提交
  34. 08 5月, 2006 1 次提交
  35. 05 8月, 2005 1 次提交
  36. 20 5月, 2005 1 次提交
  37. 17 5月, 2005 1 次提交