1. 14 9月, 2017 1 次提交
  2. 08 8月, 2017 1 次提交
  3. 31 5月, 2017 2 次提交
  4. 02 2月, 2017 1 次提交
  5. 25 1月, 2017 1 次提交
  6. 24 1月, 2017 1 次提交
  7. 08 1月, 2017 1 次提交
  8. 18 11月, 2016 1 次提交
  9. 13 8月, 2016 2 次提交
  10. 20 7月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 13 4月, 2016 3 次提交
  13. 09 3月, 2016 1 次提交
  14. 08 3月, 2016 1 次提交
  15. 04 3月, 2016 1 次提交
  16. 09 2月, 2016 1 次提交
  17. 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
  18. 20 1月, 2016 1 次提交
  19. 19 1月, 2016 1 次提交
  20. 12 1月, 2016 1 次提交
  21. 08 1月, 2016 2 次提交
  22. 08 12月, 2015 1 次提交
    • R
      Make the definition of EVP_MD opaque · 2db6bf6f
      Richard Levitte 提交于
      This moves the definition to crypto/include/internal/evp_int.h and
      defines all the necessary method creators, destructors, writers and
      accessors.  The name standard for the latter is inspired from the
      corresponding functions to manipulate UI methods.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      2db6bf6f
  23. 20 9月, 2015 1 次提交
  24. 24 3月, 2015 1 次提交