1. Mar 15, 2018
  2. Aug 28, 2017
  3. Aug 18, 2017
  4. Jul 04, 2017
  5. Jun 28, 2017
  6. Jun 27, 2017
  7. 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
    • Richard Levitte's avatar
      Separate GOST engine and GOST library, make GOST engine a module · 6b5fa41e
      Richard Levitte authored
      The GOST engine is a dynamically loadable module rather than a shared
      library, so make that explicit.  However, the programs gost12sum,
      gostsum and gostsum12 need to link against the algorithms implemented
      as part of the engine, so separate those out into a static library
      that both programs and engine link with.
      6b5fa41e
  8. Dec 15, 2016
  9. Dec 14, 2016
  10. Dec 12, 2016
  11. Nov 20, 2016
  12. Sep 10, 2016
  13. Sep 08, 2016