You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2020/05/27 06:39:04 UTC

[incubator-milagro-crypto-c] 01/01: Merge pull request #82 from apache/security_checks

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit 431ef02ad8ea8664978cfa2cbc749d16e6083d6d
Merge: 15c6141 47ab30e
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Wed May 27 08:38:57 2020 +0200

    Merge pull request #82 from apache/security_checks
    
    Added security checks:

 CMakeLists.txt                      |  1 +
 include/utils.h                     |  7 ++++---
 src/oct.c                           |  8 +++++++-
 src/utils.c                         | 33 ++++++++++++++++++++-------------
 test/test_aes_decrypt.c             |  6 ++++--
 test/test_aes_encrypt.c             | 14 ++++++++++----
 test/test_big_arithmetics_XXX.c.in  | 15 +++++++++++++++
 test/test_ecdh_ZZZ.c.in             | 11 ++++++++---
 test/test_ecdsa_keypair_ZZZ.c.in    |  6 ++++--
 test/test_ecdsa_sign_ZZZ.c.in       | 25 +++++++++++++++----------
 test/test_ecdsa_verify_ZZZ.c.in     | 17 +++++++++++------
 test/test_ecp2_arithmetics_ZZZ.c.in | 12 ++++++++++++
 test/test_ecp4_arithmetics_ZZZ.c.in | 23 +++++++++++++++++++++++
 test/test_ecp8_arithmetics_ZZZ.c.in | 24 ++++++++++++++++++++++++
 test/test_ecp_arithmetics_ZZZ.c.in  | 11 +++++++++++
 test/test_fp2_arithmetics_YYY.c.in  | 19 +++++++++++++++++++
 test/test_fp4_arithmetics_YYY.c.in  | 22 ++++++++++++++++++++++
 test/test_fp8_arithmetics_YYY.c.in  | 18 ++++++++++++++++++
 test/test_octet_consistency.c       |  9 +++++++--
 test/test_utils.c                   |  8 ++++----
 20 files changed, 239 insertions(+), 50 deletions(-)