1. 13 8月, 2016 2 次提交
  2. 20 7月, 2016 1 次提交
  3. 18 5月, 2016 1 次提交
  4. 13 4月, 2016 3 次提交
  5. 09 3月, 2016 1 次提交
  6. 08 3月, 2016 1 次提交
  7. 04 3月, 2016 1 次提交
  8. 09 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. 20 1月, 2016 1 次提交
  11. 19 1月, 2016 1 次提交
  12. 12 1月, 2016 1 次提交
  13. 08 1月, 2016 2 次提交
  14. 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
  15. 20 9月, 2015 1 次提交
  16. 24 3月, 2015 1 次提交