Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CryptoLib#164 - TM Multiple Packets and Pre-allocation of SA #170

Merged
merged 54 commits into from
Jun 22, 2023

Conversation

jlucas9
Copy link
Collaborator

@jlucas9 jlucas9 commented Jun 21, 2023

In order to properly compile for cFS / flight software use the security association memory needs to be pre-allocated in the structure and not dynamically allocated. This was resolved as well as some minor improvements for standalone for demonstration purposes.

IbraheemYSaleh and others added 30 commits June 8, 2022 15:45
Gitlab ENV Variables do not seem to be passing to this container.
# Conflicts:
#	.github/workflows/mariadb.yml
#	CMakeLists.txt
#	src/sa/mariadb/sadb_routine_mariadb.template.c
#	test/CMakeLists.txt
#	test/tests/ut_kmc_crypto_with_mtls_sadb.c
#	util/CMakeLists.txt
…ons as well as the support and test folders entirely;
[#145] Initial Reconfiguration
@jlucas9 jlucas9 self-assigned this Jun 21, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

Merging #170 (0b113dd) into main (5beb08f) will increase coverage by 18.54%.
The diff coverage is 93.38%.

@@             Coverage Diff             @@
##             main     #170       +/-   ##
===========================================
+ Coverage   67.28%   85.83%   +18.54%     
===========================================
  Files          25       29        +4     
  Lines        9620     7629     -1991     
===========================================
+ Hits         6473     6548       +75     
+ Misses       3147     1081     -2066     
Impacted Files Coverage Δ
src/core/crypto_aos.c 100.00% <ø> (ø)
src/core/crypto_error.c 34.37% <ø> (ø)
src/core/crypto_mc.c 82.22% <ø> (ø)
...y/custom_stub/key_interface_custom_stub.template.c 0.00% <0.00%> (ø)
src/key/kmc_stub/key_interface_kmc_stub.template.c 0.00% <0.00%> (ø)
test/core/shared_util.c 28.20% <ø> (ø)
test/include/utest.h 12.98% <ø> (ø)
test/unit/ut_crypto_aos.c 100.00% <ø> (ø)
test/unit/ut_crypto_mc.c 100.00% <ø> (ø)
test/unit/ut_mysql_m_tls_connection.c 0.00% <0.00%> (ø)
... and 19 more

... and 5 files with indirect coverage changes

@jlucas9 jlucas9 added the cmp NASA GSFC CMP label Jun 21, 2023
Copy link
Contributor

@dccutrig dccutrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good! See comment wrt configuration. Minor fix on an error message string.

@jlucas9 jlucas9 linked an issue Jun 22, 2023 that may be closed by this pull request
@dccutrig dccutrig merged commit 67dfb76 into main Jun 22, 2023
8 checks passed
@jlucas9 jlucas9 deleted the cryptolib#164-TM-Multiple-Packets branch June 22, 2023 18:07
@jlucas9 jlucas9 restored the cryptolib#164-TM-Multiple-Packets branch June 22, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp NASA GSFC CMP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standalone TM Multiple Packet Support
5 participants