1. Dec 12, 2021
  2. Dec 01, 2021
  3. Nov 26, 2021
  4. Nov 14, 2021
  5. Oct 12, 2021
  6. Oct 08, 2021
  7. Sep 28, 2021
  8. Sep 19, 2021
  9. Sep 16, 2021
  10. Sep 06, 2021
  11. Sep 01, 2021
  12. Aug 29, 2021
  13. Aug 19, 2021
  14. Aug 18, 2021
    • Richard Levitte's avatar
      Switch to using OpenSSL target names in CMakeLists.txt · 36c50fa5
      Richard Levitte authored
      Cmake 3.0 was a switch to using targets and properties rather than
      variables when linking different components together.
      We follow that philosophy by dropping ${OPENSSL_CRYPTO_LIBRARIES} and
      ${OPENSSL_SSL_LIBRARIES} in favor of OpenSSL::Crypto and OpenSSL::SSL.
      36c50fa5
    • Richard Levitte's avatar
      Reduce the repeated library dependence information · 7ca9b827
      Richard Levitte authored
      Cmake is generally good at tracking specified dependencies between
      libraries.  All that we need to do is to establish a dependency on
      OpenSSL's libcrypto for 'gost_core', and then we can reduce the amount
      of repeated dependencies for everything that links against 'gost_core'.
      7ca9b827
    • Richard Levitte's avatar
      Make CMakeLists.txt work better with static OpenSSL libraries · 3df64777
      Richard Levitte authored
      The static OpenSSL libraries have some dependencies that need to be
      recorded fofr everything that's linked against it.  To achieve this,
      we use ${OPENSSL_CRYPTO_LIBRARIES} and ${OPENSSL_SSL_LIBRARIES}
      instead of ${OPENSSL_CRYPTO_LIBRARY} and ${OPENSSL_SSL_LIBRARY}.
      3df64777
  15. Aug 11, 2021
  16. Jun 02, 2021