1. 25 11月, 2020 2 次提交
  2. 20 11月, 2020 1 次提交
  3. 13 11月, 2020 2 次提交
  4. 10 11月, 2020 2 次提交
  5. 26 10月, 2020 1 次提交
  6. 22 10月, 2020 1 次提交
  7. 16 10月, 2020 1 次提交
  8. 15 10月, 2020 2 次提交
  9. 04 10月, 2020 1 次提交
  10. 01 10月, 2020 1 次提交
  11. 24 9月, 2020 2 次提交
  12. 23 9月, 2020 1 次提交
  13. 16 9月, 2020 1 次提交
  14. 13 9月, 2020 5 次提交
  15. 11 9月, 2020 5 次提交
  16. 10 9月, 2020 4 次提交
  17. 08 9月, 2020 1 次提交
  18. 27 8月, 2020 1 次提交
  19. 20 8月, 2020 3 次提交
  20. 12 8月, 2020 1 次提交
  21. 04 8月, 2020 1 次提交
  22. 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