1. 25 5月, 2021 1 次提交
  2. 18 5月, 2021 1 次提交
  3. 15 5月, 2021 1 次提交
  4. 06 5月, 2021 1 次提交
  5. 01 5月, 2021 1 次提交
  6. 30 4月, 2021 1 次提交
  7. 23 4月, 2021 1 次提交
  8. 14 4月, 2021 1 次提交
  9. 09 4月, 2021 1 次提交
  10. 15 3月, 2021 1 次提交
  11. 13 3月, 2021 1 次提交
  12. 28 2月, 2021 1 次提交
  13. 12 2月, 2021 1 次提交
  14. 05 2月, 2021 1 次提交
  15. 28 1月, 2021 1 次提交
  16. 13 1月, 2021 2 次提交
  17. 15 12月, 2020 1 次提交
  18. 03 12月, 2020 2 次提交
  19. 26 11月, 2020 1 次提交
  20. 10 11月, 2020 1 次提交
  21. 26 10月, 2020 1 次提交
  22. 22 10月, 2020 1 次提交
  23. 15 10月, 2020 1 次提交
  24. 04 10月, 2020 1 次提交
  25. 11 9月, 2020 1 次提交
  26. 20 8月, 2020 3 次提交
  27. 12 8月, 2020 1 次提交
  28. 04 8月, 2020 1 次提交
  29. 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
  30. 23 7月, 2020 1 次提交
  31. 02 6月, 2020 1 次提交
  32. 16 5月, 2020 3 次提交
  33. 25 4月, 2020 1 次提交
  34. 23 4月, 2020 1 次提交