1. 03 7月, 2017 1 次提交
  2. 30 6月, 2017 1 次提交
  3. 29 6月, 2017 1 次提交
    • R
      Add the STORE module · 71a5516d
      Richard Levitte 提交于
      This STORE module adds the following functionality:
      
      - A function OSSL_STORE_open(), OSSL_STORE_load() and OSSL_STORE_close()
        that accesses a URI and helps loading the supported objects (PKEYs,
        CERTs and CRLs for the moment) from it.
      - An opaque type OSSL_STORE_INFO that holds information on each loaded
        object.
      - A few functions to retrieve desired data from a OSSL_STORE_INFO
        reference.
      - Functions to register and unregister loaders for different URI
        schemes.  This enables dynamic addition of loaders from applications
        or from engines.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3542)
      71a5516d
  4. 28 6月, 2017 1 次提交
  5. 22 6月, 2017 1 次提交
  6. 17 6月, 2017 2 次提交
  7. 02 5月, 2017 2 次提交
  8. 25 4月, 2017 1 次提交
  9. 05 4月, 2017 1 次提交
  10. 01 4月, 2017 1 次提交
  11. 29 3月, 2017 1 次提交
  12. 24 3月, 2017 1 次提交
  13. 06 3月, 2017 1 次提交
  14. 28 2月, 2017 2 次提交
  15. 24 2月, 2017 1 次提交
  16. 23 2月, 2017 1 次提交
  17. 21 2月, 2017 1 次提交
  18. 18 2月, 2017 1 次提交
  19. 02 2月, 2017 1 次提交
  20. 01 2月, 2017 1 次提交
  21. 29 12月, 2016 1 次提交
  22. 06 12月, 2016 1 次提交
  23. 03 12月, 2016 2 次提交
  24. 26 11月, 2016 1 次提交
  25. 15 11月, 2016 4 次提交
  26. 10 11月, 2016 1 次提交
  27. 04 11月, 2016 2 次提交
  28. 03 11月, 2016 1 次提交
  29. 02 11月, 2016 1 次提交
    • M
      Update Configure to know about tls1_3 · 84a68336
      Matt Caswell 提交于
      Also we disable TLS1.3 by default (use enable-tls1_3 to re-enable). This is
      because this is a WIP and will not be interoperable with any other TLS1.3
      implementation.
      
      Finally, we fix some tests that started failing when TLS1.3 was disabled by
      default.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      84a68336
  30. 01 11月, 2016 2 次提交
  31. 14 10月, 2016 1 次提交