1. 11 9月, 2018 1 次提交
  2. 04 9月, 2018 1 次提交
  3. 29 6月, 2018 1 次提交
    • B
      More EVP ECC testing: positive and negative · 249330de
      Billy Brumley 提交于
      1. For every named curve, two "golden" keypair positive tests.
      2. Also two "golden" stock ECDH positive tests.
      3. For named curves with non-trivial cofactors, additionally two "golden"
         ECC CDH positive tests.
      4. For named curves with non-trivial cofactors, additionally two negative
         tests.
      
      There is some overlap with existing EVP tests, especially for the NIST
      curves (for example, positive testing ECC CDH KATs for NIST curves).
      
      "Golden" here means all the values are independent from OpenSSL's ECC
      code. I used sage to calculate them. What comes from OpenSSL is:
      
      1. The OIDs (parsed by tooling)
      2. The curve parameters (parsing ecparam output with tooling)
      
      The values inside the PEMs (private keys, public keys) and shared keys
      are from sage. The PEMs themselves are the output of asn1parse, with
      input taken from sage.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/6608)
      249330de
  4. 16 6月, 2017 1 次提交
  5. 12 5月, 2017 3 次提交
  6. 22 4月, 2016 1 次提交
  7. 09 2月, 2016 1 次提交
    • R
      unified build scheme: adjust test framework for out of source build tree · 42e0ccdf
      Richard Levitte 提交于
      To be able to run tests when we've built in a directory other than
      the source tree, the testing framework needs a few adjustments.
      
      test/testlib/OpenSSL/Test.pm needs to know where it can find
      shlib_wrap.sh, and a number of other tests need to be told a different
      place to find engines than what they may be able to figure out on
      their own.  Relying to $TOP is not enough, $SRCTOP and $BLDTOP can be
      used as an alternative.
      
      As part of this change, top_file and top_dir are removed and
      srctop_file, bldtop_file, srctop_dir and bldtop_dir take their place.
      Reviewed-by: NBen Laurie <ben@openssl.org>
      42e0ccdf
  8. 07 9月, 2015 3 次提交