1. 25 1月, 2018 1 次提交
  2. 11 1月, 2018 1 次提交
  3. 09 1月, 2018 1 次提交
  4. 06 1月, 2018 1 次提交
  5. 14 12月, 2017 2 次提交
  6. 30 11月, 2017 1 次提交
  7. 06 11月, 2017 1 次提交
  8. 29 9月, 2017 1 次提交
  9. 15 9月, 2017 1 次提交
  10. 09 9月, 2017 2 次提交
  11. 06 9月, 2017 1 次提交
  12. 31 8月, 2017 3 次提交
  13. 30 8月, 2017 1 次提交
  14. 15 8月, 2017 1 次提交
    • B
      Add SSL_get_pending_cipher() · 0aed6e44
      Benjamin Kaduk 提交于
      The existing function SSL_get_current_cipher() queries the
      current session for the ciphersuite in use, but there is no way
      for application code to determine what ciphersuite has been
      negotiated and will be used in the future, prior to ChangeCipherState
      (or the TLS 1.3 equivalent) causing the new cipher to take effect and
      become visible in the session information.  Expose this information
      to appropriate application callbacks to use during the handshake.
      
      The name SSL_get_pending_cipher() was chosen for compatibility with
      BoringSSL's routine of that name.
      
      Improve the note on macro implementations in SSL_get_current_cipher.pod
      while here.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4070)
      0aed6e44
  15. 09 8月, 2017 1 次提交
  16. 03 8月, 2017 2 次提交
  17. 26 7月, 2017 1 次提交
  18. 21 7月, 2017 1 次提交
  19. 14 7月, 2017 1 次提交
  20. 07 7月, 2017 3 次提交
  21. 21 6月, 2017 11 次提交
  22. 20 6月, 2017 1 次提交
  23. 12 6月, 2017 1 次提交