1. 06 2月, 2014 3 次提交
    • S
      Updating DTCP authorization type to expected value · 519531e9
      Scott Deboy 提交于
      519531e9
    • S
      Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. · ac20719d
      Scott Deboy 提交于
      If multiple TLS extensions are expected but not received, the TLS extension and supplemental data 'generate' callbacks are the only chance for the receive-side to trigger a specific TLS alert during the handshake.
      
      Removed logic which no-op'd TLS extension generate callbacks (as the generate callbacks need to always be called in order to trigger alerts), and updated the serverinfo-specific custom TLS extension callbacks to track which custom TLS extensions were received by the client, where no-ops for 'generate' callbacks are appropriate.
      ac20719d
    • D
      Return per-certificate chain if extra chain is NULL. · a51f7676
      Dr. Stephen Henson 提交于
      If an application calls the macro SSL_CTX_get_extra_chain_certs
      return either the old "shared" extra certificates or those associated
      with the current certificate.
      
      This means applications which call SSL_CTX_use_certificate_chain_file
      and retrieve the additional chain using SSL_CTX_get_extra_chain_certs
      will still work. An application which only wants to check the shared
      extra certificates can call the new macro
      SSL_CTX_get_extra_chain_certs_only
      a51f7676
  2. 05 2月, 2014 5 次提交
  3. 03 2月, 2014 3 次提交
  4. 02 2月, 2014 3 次提交
  5. 29 1月, 2014 1 次提交
    • D
      Clarify docs. · 30ea570f
      Dr. Stephen Henson 提交于
      Remove reference to ERR_TXT_MALLOCED in the error library as that is
      only used internally. Indicate that returned error data must not be
      freed.
      (cherry picked from commit f2d678e6e89b6508147086610e985d4e8416e867)
      30ea570f
  6. 28 1月, 2014 4 次提交
  7. 27 1月, 2014 4 次提交
  8. 26 1月, 2014 1 次提交
  9. 16 1月, 2014 2 次提交
  10. 12 1月, 2014 1 次提交
  11. 11 1月, 2014 3 次提交
  12. 10 1月, 2014 1 次提交
  13. 09 1月, 2014 9 次提交