1. Nov 10, 2019
  2. Oct 28, 2019
  3. Oct 17, 2019
  4. Oct 16, 2019
  5. Oct 14, 2019
  6. Oct 08, 2019
  7. Sep 26, 2019
  8. Sep 21, 2019
  9. Sep 05, 2019
  10. Sep 04, 2019
    • Richard Levitte's avatar
      For Grasshopper OMAC_ACPKM, OMAC and MAGMA, support XOF · 899f0856
      Richard Levitte authored
      XOF (eXtendable-Output Function) is supported in OpenSSL since version
      1.1.1.  Unfortunately, that support is limited, as it requires calling
      EVP_DigestFinalXOF().  However, the grasshopper code wasn't compatible.
      
      This changeset adds XOF support in grasshopper
      
      This changeset removes the _meth_ calls from test_grasshopper.c (they
      should never have been there, but considering support for XOF came so
      late in OpenSSL, their presence is understandable) and uses supported
      functionality for this sort of thing instead.
      899f0856
  11. Aug 28, 2019
  12. Aug 27, 2019
  13. Aug 26, 2019
  14. Aug 25, 2019
    • Richard Levitte's avatar
      test/run_tests: extend support for more operating systems · 28e0ece4
      Richard Levitte authored
      Not all systems recognise LD_LIBRARY_PATH, and we therefore need to
      set other environment variables.
      
      Currently set:
      
      - LD_LIBRARY_PATH (Linux and ELF HP-UX)
      - DYLD_LIBRARY_PATH (MacOS X)
      - LIBPATH (AIX, OS/2)
      
      More can be added as the need arises.
      
      Fixes #146
      28e0ece4
  15. Aug 24, 2019