mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 16:15:08 -05:00
Update wolfSSL to the latest version(v.4.4.0) (#186)
* deleted old version wolfSSL before updating * updated wolfSSL to the latest version(v4.4.0) * updated wolfSSL to the latest version(v4.4.0) * added macros for timing resistance Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com> Co-authored-by: Ming Yue <mingyue86010@gmail.com>
This commit is contained in:
parent
68518f5866
commit
94aa31c3cb
1185 changed files with 837519 additions and 72138 deletions
|
|
@ -0,0 +1,30 @@
|
|||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/.gitignore
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/asymmetric.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/conf.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/digest.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/index.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/mac.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/Makefile
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/random.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/docs/symmetric.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/LICENSING.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/MANIFEST.in
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/README.rst
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/requirements-testing.txt
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/setup.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_ciphers.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_hashes.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/test/test_random.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/tox.ini
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__about__.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/__init__.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/build_ffi.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/ciphers.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/exceptions.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/hashes.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/random.py
|
||||
EXTRA_DIST+= wrapper/python/wolfcrypt/wolfcrypt/utils.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue