TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
16afd3d9b48da2b03fc89af44d2913d6e0b956e7
/
tests
16afd3d
Unify cipher setup function inside test driver
by Steven Cooreman
· 5 years ago
5240e8b
Style and language fixes from review
by Steven Cooreman
· 5 years ago
acb5a10
Structify cipher test driver hook variables
by Steven Cooreman
· 5 years ago
d53c1bf
Exercise the AES-CTR multipart driver and check it gets called
by Steven Cooreman
· 5 years ago
8b12225
Add a working implementation of a multipart AES-CTR test driver
by Steven Cooreman
· 5 years ago
3ec4018
Update license texts
by Steven Cooreman
· 5 years ago
d3feccd
Restructure cipher context object to contain driver switch
by Steven Cooreman
· 5 years ago
37941cb
Add initial pass on a multi-part test driver
by Steven Cooreman
· 5 years ago
b1d3f27
Merge pull request #3480 from stevew817/feature/aes-ecb
by Gilles Peskine
· 5 years ago
6bf4f5f
Merge pull request #3585 from jdurkop/fix/undefined-reference-3294
by Gilles Peskine
· 5 years ago
619e09e
Minor update to all.sh to change test order
by John Durkop
· 5 years ago
d4efa8d
Fix pk_ec_test_vec() to use MBEDTLS_MD_NONE
by John Durkop
· 5 years ago
2ec2eaa
Fix test issues with depends-hashes
by John Durkop
· 5 years ago
1ffec8f
Merge pull request #3501 from stevew817/feature/transparent_drivers_trial
by Gilles Peskine
· 5 years ago
177deba
Fix style and pull out ECB processing in separate function
by Steven Cooreman
· 5 years ago
0d7c64d
Changed test driver include folder to reflect it's a test driver
by Steven Cooreman
· 5 years ago
831c695
Apply feedback from PR review
by Steven Cooreman
· 5 years ago
853f9bd
Merge pull request #3625 from gilles-peskine-arm/test-fail-report-first
by Gilles Peskine
· 5 years ago
56250fd
Style fixes after PR review
by Steven Cooreman
· 5 years ago
15f58d2
Move mbedtls_to_psa_error declaration to internal header
by Steven Cooreman
· 5 years ago
2c7b2f8
Apply changes from #3546 to newly introduced files
by Steven Cooreman
· 5 years ago
f1720ea
Fix macro naming to match inhouse style
by Steven Cooreman
· 5 years ago
1cd39d5
Use own define for building with test drivers
by Steven Cooreman
· 5 years ago
2a1664c
Add & splice in test driver for ECC keygen
by Steven Cooreman
· 5 years ago
55ae217
Add and splice in signature verification through driver
by Steven Cooreman
· 5 years ago
d57203d
Add driver tests and run them through all.sh
by Steven Cooreman
· 5 years ago
a70d588
Add initial test driver conforming to the new spec
by Steven Cooreman
· 5 years ago
0deccf1
Initialize ret from test code
by Gilles Peskine
· 5 years ago
aeedd74
Pass -std=c99 to arm-none-eabi-gcc
by Gilles Peskine
· 5 years ago
349eadc
Report the first failure, not the last one
by Gilles Peskine
· 5 years ago
17ffc5d
Bump version to Mbed TLS 2.24.0
by Janos Follath
· 5 years ago
d2ce916
Merge branch 'development-restricted'
by Janos Follath
· 5 years ago
d4b9133
Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008
by Gilles Peskine
· 5 years ago
9e4d438
Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time
by Gilles Peskine
· 5 years ago
a2e518d
Fix the documentation of has_even_parity
by Gilles Peskine
· 5 years ago
ed9fbc6
Clearer function name for parity check
by Gilles Peskine
· 5 years ago
6c75152
Explain the purpose of check_parity
by Gilles Peskine
· 5 years ago
34f063c
Add missing cleanup to hash multipart operation tests
by Gilles Peskine
· 5 years ago
29c4a6c
Add negative tests for MAC verification
by Gilles Peskine
· 5 years ago
090e16c
Don't destroy the key during a MAC verification operation
by Gilles Peskine
· 5 years ago
8b356b5
Test other output sizes for psa_mac_sign_finish
by Gilles Peskine
· 5 years ago
5e65cec
Simplify output bounds check in mac_sign test
by Gilles Peskine
· 5 years ago
3d404d6
Test PSA_MAC_FINAL_SIZE in mac_sign exactly
by Gilles Peskine
· 5 years ago
cd65f4c
Add empty-output-buffer test cases for single-part hash functions
by Gilles Peskine
· 5 years ago
e92c68a
Note that a failure in cleanup is intentional
by Gilles Peskine
· 5 years ago
64f13ef
Add missing cleanup to some multipart operation tests
by Gilles Peskine
· 5 years ago
a09713c
test cleanup: Annotate file removal after a failed creation
by Gilles Peskine
· 5 years ago
14613bc
Fix parity tests to actually fail the test on error
by Gilles Peskine
· 5 years ago
ffecb7b
Implement support for multipart ECB and add tests
by Steven Cooreman
· 5 years ago
d4ac4e0
Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted
by Janos Follath
· 5 years ago
a6033e9
Style and language fixes
by Steven Cooreman
· 5 years ago
04b7488
Fix potential use of uninitialised variable
by Manuel Pégourié-Gonnard
· 5 years ago
ed19762
Merge pull request #3574 from makise-homura/e2k_support
by Gilles Peskine
· 5 years ago
c14be90
Add new test_depends_curves_psa to all.sh
by John Durkop
· 5 years ago
f35069a
Fix undefined ref error when ECDSA not defined
by John Durkop
· 5 years ago
0f343ac
Merge pull request #3528 from gufe44/helpers-redirect-restore-output
by Gilles Peskine
· 5 years ago
8a79b9b
Fix "unused function" warning in some configs
by Manuel Pégourié-Gonnard
· 5 years ago
6edfe60
Merge pull request #2182 from hanno-arm/key_pwd
by Manuel Pégourié-Gonnard
· 5 years ago
6c77bc6
compat.sh: stop using allow_sha1
by Manuel Pégourié-Gonnard
· 5 years ago
499bf4c
compat.sh: quit using SHA-1 certificates
by Manuel Pégourié-Gonnard
· 5 years ago
244d066
compat.sh: enable CBC-SHA-2 suites for GnuTLS
by Manuel Pégourié-Gonnard
· 5 years ago
067f6e0
Fix bug in redirection of unit test outputs
by gufe44
· 5 years ago
5011814
Update remaining copyright notices to use Linux Foundation guidance
by Dan Handley
· 5 years ago
abccfc1
Merge development into development-restricted
by Dan Handley
· 5 years ago
73afa37
Add option to test constant-flow with valgrind
by Manuel Pégourié-Gonnard
· 5 years ago
feb0396
Fix memory leak in test_suite_x509write with PSA crypto
by Manuel Pégourié-Gonnard
· 5 years ago
e8582ba
Merge pull request #3546 from bensze01/copyright
by danh-arm
· 5 years ago
7fe2c5f
Add mbedtls_ssl_cf_memcpy_offset() with tests
by Manuel Pégourié-Gonnard
· 5 years ago
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
e74f372
Get back -Wsigned-one-bit-field and fix sources according to it
by makise-homura
· 5 years ago
721f7c1
Add minimal client authentication test to ssl-opt.sh
by Hanno Becker
· 5 years ago
2f54a3c
Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters
by Hanno Becker
· 5 years ago
226eedb
Add password protected version of key for data_files/server{2,5}.key
by Hanno Becker
· 5 years ago
98944cd
Merge pull request #3404 from mpg/improve-ssl-opt-logs
by Manuel Pégourié-Gonnard
· 5 years ago
a4e8614
Always revoke certificate on CRL
by Raoul Strackx
· 5 years ago
71f4fa1
Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development
by Gilles Peskine
· 5 years ago
fa452c4
Fix guard in ECJPAKE tests in ssl-opt.sh
by Hanno Becker
· 5 years ago
ee63af6
Adapt ssl-opt.sh to modified ciphersuite log format
by Hanno Becker
· 5 years ago
8ca03a7
Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev
by Manuel Pégourié-Gonnard
· 5 years ago
c4af324
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
3890f7c
Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf
by Gilles Peskine
· 5 years ago
9ec3648
Merge pull request #3495 from mpg/check-generated-files
by Gilles Peskine
· 5 years ago
7d2a4d8
Add test: DNS names should not match IP addresses
by Manuel Pégourié-Gonnard
· 5 years ago
eaa0739
Merge pull request #716 from mpg/ct-varlen-hmac
by Manuel Pégourié-Gonnard
· 5 years ago
210bea3
Add the decomposition of the base case as a comment
by Gilles Peskine
· 5 years ago
67a85d1
Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer
by Gilles Peskine
· 5 years ago
d486787
Initialize key pointer in ecdh to NULL
by Steven Cooreman
· 5 years ago
c2620da
Use arc4random_buf instead of rand on NetBSD
by gufe44
· 5 years ago
3fa684e
Allow importing Montgomery public keys in PSA Crypto
by Steven Cooreman
· 5 years ago
882148e
Remove obsolete buildbot reference in compat.sh
by Manuel Pégourié-Gonnard
· 5 years ago
a3b994f
Fix misuse of printf in shell script
by Manuel Pégourié-Gonnard
· 5 years ago
0b2112d
Add comment on memsan + constant-flow testing
by Manuel Pégourié-Gonnard
· 5 years ago
8779e9a
Fix added proxy command when IPv6 is used
by Manuel Pégourié-Gonnard
· 5 years ago
ea6a740
Merge pull request #717 from mpg/non-etm-cbc-negative-testing
by Manuel Pégourié-Gonnard
· 5 years ago
e55653f
Improve comments about padlen convention
by Manuel Pégourié-Gonnard
· 5 years ago
c321900
Fix suboptimal use of ASSER_ALLOC()
by Manuel Pégourié-Gonnard
· 5 years ago
ca8287c
Use test_set_step() in loop in cf_hmac test
by Manuel Pégourié-Gonnard
· 5 years ago
ed0e864
Factor repeated condition to its own macro
by Manuel Pégourié-Gonnard
· 5 years ago
9670a59
Start testing cf_hmac() for constant flow
by Manuel Pégourié-Gonnard
· 5 years ago
d3beca9
Test Everest with only Curve25519 enabled
by Gilles Peskine
· 5 years ago
Next »