TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
849b05afb805d84cf986f206e6a0a0fe0cf02a0d
/
tests
849b05a
Fix PSA tests
by Janos Follath
· 6 years ago
8aa7e9b
Merge branch 'psa-api-1.0-beta' into merge-psa-api-branch-into-development
by Janos Follath
· 6 years ago
0c77b0e
Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
bdc96fd
Add tests to generate more random than MBEDTLS_CTR_DRBG_MAX_REQUEST
by Gilles Peskine
· 6 years ago
b1f6c5f
Fix copypasta in test data
by Gilles Peskine
· 6 years ago
49232e8
Avoid a lowercase letter in a macro name
by Gilles Peskine
· 6 years ago
3963993
Merge 'mbedtls/development' into merge-crypto-development-20190806
by Gilles Peskine
· 6 years ago
01655da
Merge pull request #2417 from RonEld/2734
by Gilles Peskine
· 6 years ago
82966d2
Merge pull request #2734 from hanno-arm/skip_test
by Gilles Peskine
· 6 years ago
5386f6b
Fix PSA init/deinit in mbedtls_xxx tests when using PSA
by Gilles Peskine
· 6 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
3825e14
Fix policy validity check on key creation.
by Gilles Peskine
· 6 years ago
6edfa29
Add test function for import with a bad policy
by Gilles Peskine
· 6 years ago
7c227ae
Test key creation with an invalid type (0 and nonzero)
by Gilles Peskine
· 6 years ago
4ed0e6f
Switch storage functions over to psa_core_key_attributes_t
by Gilles Peskine
· 6 years ago
fe93bc4
Merge pull request #187 from Patater/tls-development-20190722
by Jaeden Amero
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
c744d99
Limit keys to 65528 bits
by Gilles Peskine
· 6 years ago
7e0cff9
Move attribute fields to a substructure
by Gilles Peskine
· 6 years ago
fc321f1
SE keys: test that the bit size is saved and loaded correctly
by Gilles Peskine
· 6 years ago
1801740
SE driver: report the bit size on key import
by Gilles Peskine
· 6 years ago
dc5bfe9
SE keys: implement and test psa_get_key_attributes
by Gilles Peskine
· 6 years ago
f96aefe
Test with secure element support
by Gilles Peskine
· 6 years ago
1057366
SE keys: test that no function goes crazy
by Gilles Peskine
· 6 years ago
d1cd766
SE keys: test NOT_SUPPORTED error from generate_key
by Gilles Peskine
· 6 years ago
89870eb
Cosmetic improvements in SE driver tests
by Gilles Peskine
· 6 years ago
b992313
Merge pull request #180 from simonqhughes/feature-psa-storage
by Jaeden Amero
· 6 years ago
bda5a21
Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs
by Simon D Hughes
· 6 years ago
1d04b05f
Dear check-names, where you accept struct, also accept union.
by Gilles Peskine
· 6 years ago
8b96cad
SE drivers: implement persistent storage
by Gilles Peskine
· 6 years ago
1df83d4
SE keys: implement persistent storage
by Gilles Peskine
· 6 years ago
0e8d495
Add the lifetime to the key storage format
by Gilles Peskine
· 6 years ago
bfd322f
Use a key attribute structure in the internal storage interface
by Gilles Peskine
· 6 years ago
f7dca86
Allow building with the -Wunused flag
by Jaeden Amero
· 6 years ago
5dc742c
SE keys: smoke test import, export, destroy
by Gilles Peskine
· 6 years ago
ff645d9
Merge remote-tracking branch 'origin/pr/2727' into development
by Jaeden Amero
· 6 years ago
8306508
Merge remote-tracking branch 'origin/pr/2660' into development
by Jaeden Amero
· 6 years ago
072959f
Merge remote-tracking branch 'origin/pr/1622' into development
by Jaeden Amero
· 6 years ago
2282cfa
Remove GMAC algorithm (for now)
by Adrian L. Shaw
· 6 years ago
9eeb861
Update certificates to expire in 2029
by Ron Eldor
· 6 years ago
74a87f8
Merge remote-tracking branch 'origin/pr/2738' into development
by Jaeden Amero
· 6 years ago
5db519b
Merge remote-tracking branch 'origin/pr/2730' into development
by Jaeden Amero
· 6 years ago
01604a3
Merge remote-tracking branch 'origin/pr/2726' into development
by Jaeden Amero
· 6 years ago
0b8b5e3
Merge remote-tracking branch 'origin/pr/2706' into development
by Jaeden Amero
· 6 years ago
702c659
Add a linker flag to enable gcov in basic-build-test.sh
by Philippe Antoine
· 6 years ago
b7c9626
Update soon to be expired crl
by Ron Eldor
· 6 years ago
0f220ec
Test with MBEDTLS_ECP_RESTARTABLE
by Jaeden Amero
· 6 years ago
e69d015
Add TEST_ASSUME macro to allow skipping tests at runtime
by Hanno Becker
· 6 years ago
55b49ee
Allow TODO in code
by Gilles Peskine
· 6 years ago
7dfcfce
Use the docstring in the command line help
by Gilles Peskine
· 6 years ago
93fe3a1
Merge pull request #160 from yanesca/iotcrypt-790-update-tests-to-multipart-key-derivation
by Jaeden Amero
· 6 years ago
343067e
Add invalid_key_derivation test cases for TLS PRF
by Janos Follath
· 6 years ago
d958bb7
Convert invalid_key_derivation_state to new API
by Janos Follath
· 6 years ago
5ab0e0b
Add derive_key_export test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
42fd888
Convert derive_key_export to the new KDF API
by Janos Follath
· 6 years ago
8d98a1e
Add derive_key_exercise test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
e60c905
Convert derive_key_exercise to the new KDF API
by Janos Follath
· 6 years ago
f2815ea
Refactor key derivation setup in tests
by Janos Follath
· 6 years ago
e7e4706
Add derive_full test cases for TLS 1.2 PRF
by Janos Follath
· 6 years ago
47f27ed
Convert derive_full test to the new KDF API
by Janos Follath
· 6 years ago
46d9fbc
Add test cases for exercise_key_derivation_key
by Janos Follath
· 6 years ago
7607cd6
Convert exercise_key_derivation_key to the new KDF API
by Gilles Peskine
· 6 years ago
c19dceb
Merge pull request #154 from yanesca/iotcrypt-789-update-tls-prf-to-multipart
by Jaeden Amero
· 6 years ago
6e70eb2
tests: Limit each log to 10 GiB
by Jaeden Amero
· 6 years ago
1e65771
Remove redundant compiler flag
by Gilles Peskine
· 6 years ago
85aba47
Consistently spell -Wextra
by Gilles Peskine
· 6 years ago
5131f77
Fix parsing issue when int parameter is in base 16
by Ron Eldor
· 6 years ago
ee6f9b2
Merge pull request #152 from Patater/cmake-subproject-fix
by Jaeden Amero
· 6 years ago
718c74c
Improve compatibility with firewalled networks
by Peter Kolbus
· 6 years ago
be54358
Dockerfile: apt -> apt-get
by Peter Kolbus
· 6 years ago
49c2435
Change Docker container to bionic
by Peter Kolbus
· 6 years ago
4225b1a
Clean up file prologue comments
by Peter Kolbus
· 6 years ago
e4e2d3a
Add docker-based test scripts
by Peter Kolbus
· 7 years ago
0c1ed84
Improve style
by Janos Follath
· 6 years ago
5dece6d
Restore programs/fuzz/Makefile after in-tree cmake
by Philippe Antoine
· 6 years ago
5559b31
Disable optimizations for the full+make+gcc all.sh component
by k-stachowiak
· 6 years ago
48f35f5
Move fuzz directory to programs
by Philippe Antoine
· 6 years ago
6514479
Fix typo in invalid-lifetime test and add explicit test for 0
by Gilles Peskine
· 6 years ago
a8ade16
Gate secure element support by a separate config option
by Gilles Peskine
· 6 years ago
0291cb7
Add an alternarive full build component to all.sh
by k-stachowiak
· 6 years ago
e8451f2
CMake: Add a subdirectory build regression test
by Jaeden Amero
· 6 years ago
77dd25d
tests: Enable building with add_subdirectory()
by Jaeden Amero
· 6 years ago
d85a7e9
Remove use of CMAKE_SOURCE_DIR
by Ashley Duncan
· 6 years ago
1468da7
Convert derive_output to the new KDF API
by Gilles Peskine
· 6 years ago
adbec81
Remove the deprecated PSA_ALG_SELECT_RAW option
by Janos Follath
· 6 years ago
a27c927
Add test for psa_key_derivation_set_capacity
by Janos Follath
· 6 years ago
16de4a4
Adapt the derive_setup tests to the new API
by Janos Follath
· 6 years ago
ba3fab9
Adapt derive_key_policy test to the new API
by Janos Follath
· 6 years ago
4b7effd
Add more tests for TLS 1.2 PRF input
by Janos Follath
· 6 years ago
99dd6ac
Add test cases for derive_input
by Janos Follath
· 6 years ago
af3c2a0
Add a test for psa_key_derivation_input
by Janos Follath
· 6 years ago
71a4c91
Add flag for removing deprecated API
by Janos Follath
· 6 years ago
cf8fdfd
Documentation for corpus generation
by Philippe Antoine
· 6 years ago
1c582c3
Restore tests/fuzz/Makefile after in-tree cmake
by Philippe Antoine
· 6 years ago
adc23e6
Adding ifdefs to avoid warnings for unused globals
by Philippe Antoine
· 6 years ago
cd2c127
Adds LDFLAGS fsanitize=address
by Philippe Antoine
· 6 years ago
c2d56a4
Allow declarations after statements
by Gilles Peskine
· 6 years ago
ab83fdf
CMake: Add a subdirectory build regression test
by Jaeden Amero
· 6 years ago
72662a4
Refactor receive_uint32()
by Ron Eldor
· 6 years ago
b220489
Refactor get_byte function
by Ron Eldor
· 6 years ago
Next »