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:03 UTC

[incubator-milagro-crypto-c] branch develop updated (15c6141 -> 431ef02)

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(-)


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

Posted by gi...@apache.org.
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(-)