1. 08 4月, 2021 1 次提交
  2. 02 4月, 2021 1 次提交
  3. 26 3月, 2021 1 次提交
  4. 28 2月, 2021 1 次提交
  5. 26 2月, 2021 1 次提交
  6. 25 2月, 2021 1 次提交
  7. 18 2月, 2021 1 次提交
  8. 10 2月, 2021 1 次提交
  9. 22 10月, 2020 1 次提交
  10. 15 10月, 2020 1 次提交
  11. 23 9月, 2020 1 次提交
  12. 21 9月, 2020 1 次提交
  13. 03 9月, 2020 1 次提交
  14. 16 7月, 2020 1 次提交
  15. 24 6月, 2020 1 次提交
  16. 11 6月, 2020 1 次提交
  17. 26 5月, 2020 1 次提交
    • S
      Update core_names.h fields and document most fields. · b8086652
      Shane Lontis 提交于
      Renamed some values in core_names i.e Some DH specific names were changed to use DH instead of FFC.
      Added some strings values related to RSA keys.
      Moved set_params related docs out of EVP_PKEY_CTX_ctrl.pod into its own file.
      Updated Keyexchange and signature code and docs.
      Moved some common DSA/DH docs into a shared EVP_PKEY-FFC.pod.
      Moved Ed25519.pod into EVP_SIGNATURE-ED25519.pod and reworked it.
      
      Added some usage examples. As a result of the usage examples the following change was also made:
      ec allows OSSL_PKEY_PARAM_USE_COFACTOR_ECDH as a settable gen parameter.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/11610)
      b8086652
  18. 23 4月, 2020 1 次提交
  19. 27 2月, 2020 1 次提交
  20. 12 12月, 2019 1 次提交
  21. 16 11月, 2019 1 次提交
  22. 17 10月, 2019 4 次提交
  23. 27 9月, 2019 2 次提交
  24. 25 9月, 2019 1 次提交
  25. 19 9月, 2019 1 次提交
    • R
      Modify providers that keep track of underlying algorithms · 7cfa1717
      Richard Levitte 提交于
      With some provider implementations, there are underlying ciphers,
      digests and macs.  For some of them, the name was retrieved from the
      method, but since the methods do not store those any more, we add
      different mechanics.
      
      For code that needs to pass on the name of a cipher or diges via
      parameters, we simply locally store the name that was used when
      fetching said cipher or digest.  This will ensure that any underlying
      code that needs to fetch that same cipher or digest does so with the
      exact same name instead of any random name from the set of names
      associated with the algorithm.
      
      For code that needs to check what kind of algorithm was passed, we
      provide EVP_{type}_is_a(), that returns true if the given method has
      the given name as one of its names.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/9897)
      7cfa1717
  26. 18 9月, 2019 1 次提交
  27. 14 9月, 2019 1 次提交
  28. 13 9月, 2019 1 次提交
  29. 04 9月, 2019 1 次提交
  30. 02 9月, 2019 2 次提交
  31. 24 8月, 2019 1 次提交
  32. 19 8月, 2019 1 次提交
  33. 16 8月, 2019 3 次提交