1. 30 8月, 2017 1 次提交
  2. 28 8月, 2017 1 次提交
  3. 25 8月, 2017 1 次提交
  4. 24 8月, 2017 1 次提交
  5. 16 8月, 2017 1 次提交
  6. 15 8月, 2017 2 次提交
    • 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
    • R
      Add ERR_clear_last_mark() · e1a4ff76
      Richard Levitte 提交于
      This allows callers to set a mark, and then clear it without removing
      the errors.  Useful in case an error is encountered that should be
      returned up the call stack.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4094)
      e1a4ff76
  7. 12 8月, 2017 1 次提交
  8. 09 8月, 2017 1 次提交
  9. 08 8月, 2017 1 次提交
  10. 04 8月, 2017 1 次提交
  11. 03 8月, 2017 8 次提交
  12. 31 7月, 2017 1 次提交
  13. 30 7月, 2017 2 次提交
  14. 28 7月, 2017 1 次提交
  15. 27 7月, 2017 3 次提交
  16. 26 7月, 2017 2 次提交
  17. 23 7月, 2017 1 次提交
  18. 21 7月, 2017 1 次提交
  19. 19 7月, 2017 1 次提交
  20. 16 7月, 2017 1 次提交
  21. 14 7月, 2017 1 次提交
  22. 13 7月, 2017 1 次提交
  23. 07 7月, 2017 5 次提交
  24. 04 7月, 2017 1 次提交