1. 20 8月, 2018 1 次提交
  2. 20 6月, 2018 1 次提交
  3. 19 6月, 2018 1 次提交
  4. 11 5月, 2018 1 次提交
  5. 20 3月, 2018 2 次提交
  6. 19 3月, 2018 1 次提交
  7. 15 3月, 2018 3 次提交
  8. 12 10月, 2017 1 次提交
  9. 25 8月, 2017 1 次提交
  10. 22 8月, 2017 1 次提交
  11. 12 8月, 2017 1 次提交
  12. 03 8月, 2017 1 次提交
  13. 27 7月, 2017 1 次提交
    • P
      Update the test framework so that the need for test_main is removed. Everything · ad887416
      Pauli 提交于
      that needed test_main now works using the same infrastructure as tests that used
      register_tests.
      
      This meant:
      * renaming register_tests to setup_tests and giving it a success/failure return.
      * renaming the init_test function to setup_test_framework.
      * renaming the finish_test function to pulldown_test_framework.
      * adding a user provided global_init function that runs before the test frame
          work is initialised.  It returns a failure indication that stops the stest.
      * adding helper functions that permit tests to access their command line args.
      * spliting the BIO initialisation and finalisation out from the test setup and
          teardown.
      * hiding some of the now test internal functions.
      * fix the comments in testutil.h
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3953)
      ad887416
  14. 19 7月, 2017 1 次提交
  15. 14 7月, 2017 1 次提交
  16. 20 6月, 2017 1 次提交
  17. 06 6月, 2017 1 次提交
  18. 26 5月, 2017 1 次提交
  19. 23 5月, 2017 1 次提交
  20. 20 5月, 2017 4 次提交
  21. 13 5月, 2017 1 次提交
  22. 12 5月, 2017 1 次提交
  23. 11 5月, 2017 3 次提交
  24. 26 4月, 2017 1 次提交
  25. 17 4月, 2017 1 次提交
    • R
      Catch EC_R_UNKNOWN_GROUP in check_unsupported() · 0c44545c
      Rich Salz 提交于
      If EC support is enabled we should catch also EC_R_UNKNOWN_GROUP as an hint to
      an unsupported algorithm/curve (e.g. if binary EC support is disabled).
      
      Before this commit the issue arise for example if binary EC keys are added in
      evptests.txt, and the test is run when EC is enabled but EC2m is disabled.
      
      E.g. adding these lines to evptests.txt would reproduce the issue:
      
      ~~~
      
      PrivateKey=KAS-ECC-CDH_K-163_C0
      -----BEGIN PRIVATE KEY-----
      MGMCAQAwEAYHKoZIzj0CAQYFK4EEAAEETDBKAgEBBBUAZlO2B3OY+tx79eYBWBcB
      SMPcRSehLgMsAAQHH4sod9YCfZwa3kJE8t6hJpLvI9UFwV7ndiIccrhLNHzjg/OA
      Z7icPpo=
      -----END PRIVATE KEY-----
      
      PublicKey=KAS-ECC-CDH_K-163_C0-PUBLIC
      -----BEGIN PUBLIC KEY-----
      MEAwEAYHKoZIzj0CAQYFK4EEAAEDLAAEBx+LKHfWAn2cGt5CRPLeoSaS7yPVBcFe
      53YiHHK4SzR844PzgGe4nD6a
      -----END PUBLIC KEY-----
      
      PublicKey=KAS-ECC-CDH_K-163_C0-Peer-PUBLIC
      -----BEGIN PUBLIC KEY-----
      MEAwEAYHKoZIzj0CAQYFK4EEAAEDLAAEBXQjbxQoxDITCUZ4Ols6q7bCfqXWB5CM
      JRuNoCHLrCgfEj969PrFs9u4
      -----END PUBLIC KEY-----
      
      Derive=KAS-ECC-CDH_K-163_C0
      PeerKey=KAS-ECC-CDH_K-163_C0-Peer-PUBLIC
      Ctrl=ecdh_cofactor_mode:1
      SharedSecret=04325bff38f1b0c83c27f554a6c972a80f14bc23bc
      
      ~~~
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3226)
      0c44545c
  26. 17 3月, 2017 1 次提交
  27. 28 2月, 2017 1 次提交
  28. 08 2月, 2017 1 次提交
  29. 02 2月, 2017 1 次提交
  30. 29 1月, 2017 1 次提交
  31. 25 1月, 2017 2 次提交