1. 26 4月, 2017 1 次提交
  2. 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
  3. 17 3月, 2017 1 次提交
  4. 28 2月, 2017 1 次提交
  5. 08 2月, 2017 1 次提交
  6. 02 2月, 2017 1 次提交
  7. 29 1月, 2017 1 次提交
  8. 25 1月, 2017 3 次提交
  9. 24 1月, 2017 1 次提交
  10. 06 1月, 2017 1 次提交
  11. 16 12月, 2016 1 次提交
  12. 15 12月, 2016 1 次提交
  13. 10 12月, 2016 1 次提交
  14. 22 11月, 2016 1 次提交
  15. 10 11月, 2016 1 次提交
  16. 13 8月, 2016 1 次提交
  17. 18 5月, 2016 1 次提交
  18. 17 5月, 2016 1 次提交
  19. 06 5月, 2016 1 次提交
  20. 18 4月, 2016 1 次提交
  21. 08 4月, 2016 1 次提交
  22. 21 3月, 2016 1 次提交
  23. 19 3月, 2016 2 次提交
  24. 03 3月, 2016 2 次提交
  25. 09 2月, 2016 1 次提交
  26. 06 2月, 2016 1 次提交
  27. 31 1月, 2016 3 次提交
  28. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  29. 19 1月, 2016 1 次提交
  30. 11 1月, 2016 1 次提交
  31. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  32. 11 12月, 2015 1 次提交
  33. 10 12月, 2015 1 次提交
  34. 08 12月, 2015 1 次提交