1. 12 3月, 2016 1 次提交
  2. 09 3月, 2016 2 次提交
  3. 08 3月, 2016 2 次提交
  4. 01 2月, 2016 2 次提交
  5. 31 1月, 2016 1 次提交
  6. 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
  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. 08 1月, 2016 3 次提交
  9. 04 1月, 2016 1 次提交
  10. 15 12月, 2015 1 次提交
  11. 10 12月, 2015 2 次提交
  12. 02 12月, 2015 2 次提交
  13. 14 11月, 2015 2 次提交
  14. 31 10月, 2015 1 次提交
  15. 23 9月, 2015 1 次提交
  16. 22 9月, 2015 4 次提交
  17. 18 9月, 2015 1 次提交
  18. 17 9月, 2015 2 次提交
  19. 06 9月, 2015 1 次提交
  20. 05 9月, 2015 2 次提交
  21. 04 9月, 2015 1 次提交
    • D
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse 提交于
      This reverts the non-cleanup parts of commit c73ad690. We do actually
      have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
      build, since we don't have a strspn() function in our runtime environment
      and we don't want the RFC3779 functionality anyway.
      
      In addition, it changes the default behaviour of the Configure script so
      that RFC3779 support isn't disabled by default. It was always disabled
      from when it was first added in 2006, right up until the point where
      OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
      Configure script was left *trying* to disable it, but not actually
      working.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      47bbaa5b
  22. 03 9月, 2015 2 次提交
  23. 02 9月, 2015 1 次提交
  24. 01 9月, 2015 3 次提交