Skip to content

Commit

Permalink
[#352] Update CryptoLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jan 24, 2025
1 parent 8296fdb commit 9ee1960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cryptolib
Submodule cryptolib updated 46 files
+30 −99 .github/workflows/build.yml
+5 −8 .github/workflows/codeql.yml
+3 −0 .gitignore
+0 −1 CMakeLists.txt
+4 −0 Makefile
+ docs/CryptoLib_Indv_CLA.pdf
+0 −0 docs/requirements.md
+101 −0 docs/wiki/Environment_Building.md
+39 −0 docs/wiki/Home.md
+20 −0 docs/wiki/Makefile
+29 −0 docs/wiki/Releases.md
+127 −0 docs/wiki/Testing_Validation.md
+118 −0 docs/wiki/Usage.md
+30 −0 docs/wiki/_static/custom.css
+41 −0 docs/wiki/conf.py
+19 −0 docs/wiki/index.rst
+35 −0 docs/wiki/make.bat
+3 −0 docs/wiki/requirements.txt
+1 −1 include/crypto.h
+1 −1 include/crypto_config.h
+0 −1 include/crypto_error.h
+35 −0 readthedocs.yaml
+1 −6 src/CMakeLists.txt
+36 −34 src/core/crypto.c
+0 −1 src/core/crypto_aos.c
+50 −44 src/core/crypto_key_mgmt.c
+19 −13 src/core/crypto_mc.c
+1 −1 src/core/crypto_print.c
+10 −12 src/core/crypto_tc.c
+26 −26 src/sa/internal/sa_interface_inmemory.template.c
+14 −2 support/Dockerfile
+15 −0 support/scripts/build_docs.sh
+14 −0 support/scripts/documentation_build.sh
+1 −1 support/scripts/env.sh
+1 −1 support/standalone/standalone.h
+10 −10 test/CMakeLists.txt
+56 −57 test/unit/ut_aos_apply.c
+29 −29 test/unit/ut_aos_process.c
+12 −13 test/unit/ut_crypto.c
+22 −22 test/unit/ut_ep_key_mgmt.c
+49 −49 test/unit/ut_ep_mc.c
+73 −75 test/unit/ut_ep_sa_mgmt.c
+7 −7 test/unit/ut_tc_apply.c
+25 −25 test/unit/ut_tc_process.c
+80 −81 test/unit/ut_tm_apply.c
+90 −90 test/unit/ut_tm_process.c

0 comments on commit 9ee1960

Please sign in to comment.