This is an automated email from the ASF dual-hosted git repository.
giorgio pushed a change to branch develop
in repository
https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.
from 15c6141 Merge pull request #80 from apache/review-mike
add d8e9238 Added security checks: - Removed sprintf for octect/utils
conversion - Closed file descriptor for tests (first part)
add ec361f8 deleted: .idea/.gitignore deleted: .idea/.name
deleted: .idea/incubator-milagro-crypto-c.iml deleted:
.idea/misc.xml deleted: .idea/modules.xml deleted: .idea/vcs.xml
add 47ab30e modified: src/oct.c
new 431ef02 Merge pull request #82 from apache/security_checks
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)