1. 08 3月, 2016 4 次提交
  2. 04 3月, 2016 1 次提交
  3. 03 3月, 2016 1 次提交
  4. 10 2月, 2016 1 次提交
  5. 09 2月, 2016 2 次提交
  6. 04 2月, 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. 20 1月, 2016 1 次提交
  9. 19 1月, 2016 1 次提交
  10. 12 1月, 2016 8 次提交
  11. 10 1月, 2016 1 次提交
  12. 29 12月, 2015 1 次提交
  13. 15 12月, 2015 1 次提交
  14. 11 12月, 2015 2 次提交
  15. 10 12月, 2015 1 次提交
  16. 08 12月, 2015 7 次提交
  17. 03 12月, 2015 1 次提交
    • D
      Remove legacy sign/verify from EVP_MD. · 7f572e95
      Dr. Stephen Henson 提交于
      Remove sign/verify and required_pkey_type fields of EVP_MD: these are a
      legacy from when digests were linked to public key types. All signing is
      now handled by the corresponding EVP_PKEY_METHOD.
      
      Only allow supported digest types in RSA EVP_PKEY_METHOD: other algorithms
      already block unsupported types.
      
      Remove now obsolete EVP_dss1() and EVP_ecdsa().
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      7f572e95
  18. 25 11月, 2015 3 次提交
  19. 31 10月, 2015 1 次提交
  20. 01 10月, 2015 1 次提交