1. Jan 10, 2018
  2. Nov 24, 2017
  3. Oct 18, 2017
  4. Sep 12, 2017
  5. Sep 10, 2017
  6. Sep 09, 2017
  7. Aug 20, 2017
  8. Aug 15, 2017
  9. Aug 08, 2017
  10. Aug 03, 2017
  11. Aug 02, 2017
  12. Jul 13, 2017
  13. Jul 12, 2017
  14. Jul 04, 2017
  15. Jun 28, 2017
  16. Jun 27, 2017
  17. Jun 26, 2017
    • Dmitry Belyavskiy's avatar
      Merge pull request #27 from levitte/separate-lib-and-eng · 71d610e2
      Dmitry Belyavskiy authored
      Separate GOST engine and GOST library, make GOST engine a module
      71d610e2
    • Richard Levitte's avatar
      Rename the GOST engine · 83cbbc5b
      Richard Levitte authored
      The GOST engine file was "libgost_engine.so".  Unfortunately, this
      will fail to load with any OpenSSL version, as the derived engine ID
      will be "gost_engine" (OpenSSL <1.1.0) or "libgost_engine" (OpenSSL
      >=1.1.0), since the engine checks the ID internally against "gost".
      
      To make the IDs compatible, make sure the file name will be "gost.so"
      83cbbc5b