1. 18 5月, 2016 1 次提交
  2. 29 4月, 2016 1 次提交
  3. 08 4月, 2016 2 次提交
    • V
      make update · a4ccf068
      Viktor Dukhovni 提交于
      Signed-off-by: NRob Percival <robpercival@google.com>
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      a4ccf068
    • V
      Suppress CT callback as appropriate · 43341433
      Viktor Dukhovni 提交于
      Suppress CT callbacks with aNULL or PSK ciphersuites that involve
      no certificates.  Ditto when the certificate chain is validated via
      DANE-TA(2) or DANE-EE(3) TLSA records.  Also skip SCT processing
      when the chain is fails verification.
      
      Move and consolidate CT callbacks from libcrypto to libssl.  We
      also simplify the interface to SSL_{,CTX_}_enable_ct() which can
      specify either a permissive mode that just collects information or
      a strict mode that requires at least one valid SCT or else asks to
      abort the connection.
      
      Simplified SCT processing and options in s_client(1) which now has
      just a simple pair of "-noct" vs. "-ct" options, the latter enables
      the permissive callback so that we can complete the handshake and
      report all relevant information.  When printing SCTs, print the
      validation status if set and not valid.
      Signed-off-by: NRob Percival <robpercival@google.com>
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      43341433
  4. 05 4月, 2016 2 次提交
  5. 21 3月, 2016 1 次提交
  6. 11 3月, 2016 3 次提交
  7. 10 3月, 2016 9 次提交
  8. 04 3月, 2016 1 次提交
  9. 02 3月, 2016 2 次提交
  10. 27 2月, 2016 2 次提交
  11. 26 2月, 2016 1 次提交
  12. 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
  13. 08 1月, 2016 1 次提交
  14. 19 10月, 2015 1 次提交
  15. 14 10月, 2015 1 次提交
  16. 09 10月, 2015 1 次提交