1. Jan 28, 2019
  2. Jan 26, 2019
    • Vitaly Chikunov's avatar
      Enable benchmark for all curves · 3153b3dd
      Vitaly Chikunov authored
      3153b3dd
    • Vitaly Chikunov's avatar
      test_sign: Sign/Verify tests for all curves · 50701f1b
      Vitaly Chikunov authored
      Currently, not all curves are tested, but only these that are fully
      implemented, to test all curves run `test_sign` with any argument.
      50701f1b
    • Vitaly Chikunov's avatar
      Allow key creation using TC26 (2012) parameters · b2e0f8c6
      Vitaly Chikunov authored
      R 1323565.1.023-2018 forbids encoding hash oid into TC26 (2012)
      parameters in AlgorithmIdentifier, so this is removed.
      
      New "paramset" names for 256-bit TC26 parameters: TCA, TCB, TCC, TCD,
      for 512-bit parameter: C.
      
      Using these new OIDs for gost2012_256:
        NID_id_tc26_gost_3410_2012_256_paramSetA = TCA
        NID_id_tc26_gost_3410_2012_256_paramSetB = TCB
        NID_id_tc26_gost_3410_2012_256_paramSetC = TCC
        NID_id_tc26_gost_3410_2012_256_paramSetD = TCD
      for gost2012_512:
        NID_id_tc26_gost_3410_2012_512_paramSetC = C
      
      Resolves #84.
      b2e0f8c6
    • Vitaly Chikunov's avatar
      run_tests: pass OPENSSL_ROOT_DIR into perl tests · 6d7502c5
      Vitaly Chikunov authored
      If OPENSSL_ROOT_DIR is specified pass it to the perl tests, and set its
      value as LD_LIBRARY_PATH, if unset. This allows to run tests for custom
      openssl build without manually setting proper env.
      6d7502c5
  3. Jan 25, 2019
  4. Jan 23, 2019
  5. Jan 22, 2019
  6. Jan 21, 2019
  7. Dec 29, 2018
  8. Dec 28, 2018
  9. Dec 27, 2018
  10. Dec 25, 2018
  11. Dec 24, 2018
  12. Dec 22, 2018
  13. Dec 18, 2018
  14. Dec 07, 2018
  15. Nov 18, 2018
  16. Nov 11, 2018
  17. Nov 08, 2018