1. 14 10月, 2020 1 次提交
  2. 28 9月, 2020 1 次提交
  3. 13 9月, 2020 2 次提交
  4. 24 7月, 2020 1 次提交
    • S
      Add X509 related libctx changes. · 6725682d
      Shane Lontis 提交于
      - In order to not add many X509_XXXX_with_libctx() functions the libctx and propq may be stored in the X509 object via a call to X509_new_with_libctx().
      - Loading via PEM_read_bio_X509() or d2i_X509() should pass in a created cert using X509_new_with_libctx().
      - Renamed some XXXX_ex() to XXX_with_libctx() for X509 API's.
      - Removed the extra parameters in check_purpose..
      - X509_digest() has been modified so that it expects a const EVP_MD object() and then internally it does the fetch when it needs to (via ASN1_item_digest_with_libctx()).
      - Added API's that set the libctx when they load such as X509_STORE_new_with_libctx() so that the cert chains can be verified.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/12153)
      6725682d
  5. 19 6月, 2020 2 次提交
  6. 19 5月, 2020 1 次提交
  7. 24 4月, 2020 1 次提交
  8. 19 4月, 2020 1 次提交
  9. 18 4月, 2020 1 次提交
  10. 02 4月, 2020 2 次提交
  11. 30 3月, 2020 1 次提交
  12. 14 3月, 2020 1 次提交
  13. 20 2月, 2020 1 次提交
  14. 06 2月, 2020 2 次提交
  15. 29 1月, 2020 1 次提交
  16. 24 1月, 2020 1 次提交
  17. 18 10月, 2019 1 次提交
  18. 29 9月, 2019 1 次提交
  19. 06 8月, 2019 1 次提交
  20. 17 7月, 2019 1 次提交
  21. 18 6月, 2019 2 次提交
  22. 17 6月, 2019 2 次提交
  23. 13 6月, 2019 1 次提交
  24. 12 6月, 2019 1 次提交
  25. 01 5月, 2019 1 次提交
  26. 30 4月, 2019 1 次提交
  27. 29 3月, 2019 1 次提交
  28. 06 3月, 2019 1 次提交
  29. 06 12月, 2018 1 次提交
  30. 15 11月, 2018 1 次提交
  31. 13 11月, 2018 1 次提交
    • V
      Added missing signature algorithm reflection functions · a51c9f63
      Viktor Dukhovni 提交于
          SSL_get_signature_nid()      -- local signature algorithm
          SSL_get_signature_type_nid() -- local signature algorithm key type
          SSL_get_peer_tmp_key()       -- Peer key-exchange public key
          SSL_get_tmp_key              -- local key exchange public key
      
      Aliased pre-existing SSL_get_server_tmp_key(), which was formerly
      just for clients, to SSL_get_peer_tmp_key().  Changed internal
      calls to use the new name.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      a51c9f63
  32. 30 8月, 2018 1 次提交
  33. 15 8月, 2018 1 次提交
  34. 20 7月, 2018 1 次提交