1. 29 9月, 2017 1 次提交
  2. 15 9月, 2017 1 次提交
  3. 09 9月, 2017 2 次提交
  4. 06 9月, 2017 1 次提交
  5. 31 8月, 2017 3 次提交
  6. 30 8月, 2017 1 次提交
  7. 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
  8. 09 8月, 2017 1 次提交
  9. 03 8月, 2017 2 次提交
  10. 26 7月, 2017 1 次提交
  11. 21 7月, 2017 1 次提交
  12. 14 7月, 2017 1 次提交
  13. 07 7月, 2017 3 次提交
  14. 21 6月, 2017 11 次提交
  15. 20 6月, 2017 1 次提交
  16. 12 6月, 2017 1 次提交
  17. 10 6月, 2017 1 次提交
  18. 08 6月, 2017 1 次提交
    • R
      make error tables const and separate header file · 52df25cf
      Rich Salz 提交于
      Run perltidy on util/mkerr
      Change some mkerr flags, write some doc comments
      Make generated tables "const" when genearting lib-internal ones.
      Add "state" file for mkerr
      Renerate error tables and headers
      Rationalize declaration of ERR_load_XXX_strings
      Fix out-of-tree build
      Add -static; sort flags/vars for options.
      Also tweak code output
      Moved engines/afalg to engines (from master)
      Use -static flag
      Standard engine #include's of errors
      Don't linewrap err string tables unless necessary
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3392)
      52df25cf
  19. 07 6月, 2017 1 次提交
  20. 22 5月, 2017 1 次提交
  21. 19 5月, 2017 1 次提交
  22. 17 5月, 2017 1 次提交
  23. 12 5月, 2017 1 次提交
  24. 11 5月, 2017 1 次提交