1. Mar 23, 2019
  2. Mar 03, 2019
  3. Mar 02, 2019
  4. Feb 26, 2019
  5. Feb 17, 2019
  6. Feb 16, 2019
  7. Feb 09, 2019
  8. Feb 07, 2019
  9. Feb 03, 2019
  10. Feb 01, 2019
  11. Jan 30, 2019
  12. Jan 28, 2019
  13. Jan 27, 2019
  14. 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
  15. Jan 25, 2019
  16. Jan 23, 2019
  17. Jan 22, 2019
  18. Jan 21, 2019