1. 18 5月, 2016 2 次提交
  2. 16 5月, 2016 1 次提交
  3. 30 4月, 2016 1 次提交
  4. 16 4月, 2016 1 次提交
  5. 06 4月, 2016 1 次提交
  6. 05 4月, 2016 1 次提交
  7. 03 4月, 2016 1 次提交
  8. 23 3月, 2016 1 次提交
  9. 22 3月, 2016 1 次提交
  10. 21 3月, 2016 1 次提交
  11. 12 3月, 2016 1 次提交
  12. 09 3月, 2016 2 次提交
  13. 08 3月, 2016 2 次提交
  14. 01 2月, 2016 2 次提交
  15. 31 1月, 2016 1 次提交
  16. 29 1月, 2016 1 次提交
    • V
      Make it possible to check for explicit auxiliary trust · aea61161
      Viktor Dukhovni 提交于
      By default X509_check_trust() trusts self-signed certificates from
      the trust store that have no explicit local trust/reject oids
      encapsulated as a "TRUSTED CERTIFICATE" object.  (See the -addtrust
      and -trustout options of x509(1)).
      
      This commit adds a flag that makes it possible to distinguish between
      that implicit trust, and explicit auxiliary settings.
      
      With flags |= X509_TRUST_NO_SS_COMPAT, a certificate is only trusted
      via explicit trust settings.
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      aea61161
  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. 08 1月, 2016 3 次提交
  19. 04 1月, 2016 1 次提交
  20. 15 12月, 2015 1 次提交
  21. 10 12月, 2015 2 次提交
  22. 02 12月, 2015 2 次提交
  23. 14 11月, 2015 2 次提交
  24. 31 10月, 2015 1 次提交
  25. 23 9月, 2015 1 次提交
  26. 22 9月, 2015 4 次提交
  27. 18 9月, 2015 1 次提交
  28. 17 9月, 2015 1 次提交