TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/iotssl-784-array-entry_name-too-small-2.1
/
tests
/
suites
6c0fba4
Update version to 2.1.12
by Jaeden Amero
· 7 years ago
a1149a7
Add tests for "return plaintext data faster on unpadded decryption"
by Andrzej Kurek
· 7 years ago
82e288a
Merge remote-tracking branch 'upstream-public/pr/1494' into mbedtls-2.1-proposed
by Jaeden Amero
· 7 years ago
478baec
Merge remote-tracking branch 'upstream-public/pr/1525' into mbedtls-2.1-proposed
by Jaeden Amero
· 7 years ago
e425103
Fix some test deps
by Deomid Ryabkov
· 9 years ago
748ddda
Fix test dependencies of pkcs5 pbs2 on asn1 parse
by Andres Amaya Garcia
· 7 years ago
9a05d1a
Add missing dependencies in test_suite_x509parse
by Gilles Peskine
· 7 years ago
2a74061
Merge tag 'mbedtls-2.1.11' into iotssl-1381-x509-verify-refactor-2.1-restricted
by Gilles Peskine
· 7 years ago
1a886ff
Fix parsing of PKCS#8 encoded Elliptic Curve keys.
by Jethro Beekman
· 7 years ago
1c986a9
Update version to 2.1.11
by Jaeden Amero
· 7 years ago
mbedtls-2.1.11
23f503f
Merge remote-tracking branch 'upstream-restricted/pr/465' into mbedtls-2.1-restricted-proposed
by Jaeden Amero
· 7 years ago
5e50ff8
Merge remote-tracking branch 'upstream-restricted/pr/395' into mbedtls-2.1-restricted-proposed
by Jaeden Amero
· 7 years ago
74b8ae8
x509: CRL: add tests for non-critical extension
by Manuel Pégourié-Gonnard
· 7 years ago
85f36ae
x509: CRL: add tests for malformed extensions
by Manuel Pégourié-Gonnard
· 7 years ago
b066176
x509: CRL: reject unsupported critical extensions
by Manuel Pégourié-Gonnard
· 7 years ago
df6f3dd
Merge remote-tracking branch 'upstream-restricted/pr/430' into mbedtls-2.1-restricted-proposed
by Gilles Peskine
· 7 years ago
8c12179
Merge remote-tracking branch 'upstream-restricted/pr/360' into mbedtls-2.1-restricted-proposed
by Gilles Peskine
· 7 years ago
503047f
Fix 2.1-specific remaining MD/PK depend issues
by Manuel Pégourié-Gonnard
· 7 years ago
5e533f4
Merge remote-tracking branch 'upstream-public/pr/1373' into mbedtls-2.1-proposed
by Gilles Peskine
· 7 years ago
8da4f86
Merge remote-tracking branch 'upstream-public/pr/1009' into mbedtls-2.1-proposed
by Gilles Peskine
· 7 years ago
62732b3
Fix remaining issues found by depend-hashes
by Manuel Pégourié-Gonnard
· 7 years ago
8326fb2
Fix remaining issues found by depend-pkalgs
by Manuel Pégourié-Gonnard
· 7 years ago
8111a85
Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug
by Gert van Dijk
· 8 years ago
dc8b748
Fix test that didn't check full value of flags
by Manuel Pégourié-Gonnard
· 8 years ago
3273955
Unify name of default profile in X.509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
3f0f972
Fix some whitespace
by Manuel Pégourié-Gonnard
· 8 years ago
aa86a61
Add test for callback and bad signatures
by Manuel Pégourié-Gonnard
· 8 years ago
7e00e1c
Add test for bad name and callback
by Manuel Pégourié-Gonnard
· 8 years ago
93d828c
Add test for same CA with different keys
by Manuel Pégourié-Gonnard
· 8 years ago
ecff9e9
Add test for CA forgery attempt
by Manuel Pégourié-Gonnard
· 8 years ago
9c9a228
Add test for profile on trusted EE cert
by Manuel Pégourié-Gonnard
· 8 years ago
94ff1c6
Add tests for flags passed to f_vrfy
by Manuel Pégourié-Gonnard
· 8 years ago
2431061
Add ability to test flags value in vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
f2fd546
Fix depends_on:pk_alg in test suites
by Manuel Pégourié-Gonnard
· 8 years ago
293b884
Fix depends_on:curve in x509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
57176e5
Fix missing depends_on:SHA/MD in x509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
6a42083
Add tests for spurious certs in the chain
by Manuel Pégourié-Gonnard
· 8 years ago
92cd3fe
Add test for bad signature with longer chain
by Manuel Pégourié-Gonnard
· 8 years ago
3c87346
Add test for expired cert in longer chain
by Manuel Pégourié-Gonnard
· 8 years ago
a8ed751
Add tests for fatal error in vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
3d12638
Add ability to test failing vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
9c1282c
Add tests for profile enforcement
by Manuel Pégourié-Gonnard
· 8 years ago
90eb5d9
Set deterministic flags for NULL profile
by Manuel Pégourié-Gonnard
· 8 years ago
c53082c
Add "profile" arg to X.509 test function
by Manuel Pégourié-Gonnard
· 8 years ago
cabc098
Test suite test_suite_pk test pk_rsa_overflow passes valid parameters for hash and sig.
by itayzafrir
· 7 years ago
ac33180
Merge branch 'pr_1354' into mbedtls-2.1
by Gilles Peskine
· 7 years ago
2e50efa
Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed
by Gilles Peskine
· 7 years ago
0a63f9e
tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1
by Antonio Quartulli
· 8 years ago
b0fe7be
tests/pkcs5/pbkdf2_hmac: extend array to accommodate longer results
by Antonio Quartulli
· 8 years ago
6ae1fe0
tests/pkcs5/pbkdf2_hmac: add unit tests for additional SHA algorithms
by Antonio Quartulli
· 8 years ago
b9e3c6d
pkcs5v2: add support for additional hmacSHA algorithms
by Antonio Quartulli
· 8 years ago
607033e
Add some tests for different available profiles
by Ron Eldor
· 7 years ago
f885c81
Update version to 2.1.10
by Jaeden Amero
· 8 years ago
c2c3432
Improve test_suite_pk size_t vs unsigned int check
by Andres Amaya Garcia
· 8 years ago
ce37ab7
Fix test_suite_pk.function to work on 64-bit ILP32
by Andres Amaya Garcia
· 8 years ago
e5b443e
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Jaeden Amero
· 8 years ago
8bcd549
Refactored test suite template code
by SimonB
· 9 years ago
0284f58
Added support for per test suite helper functions
by SimonB
· 9 years ago
9b9ae0d
Test corner case uses of memory_buffer_alloc.c
by Andres AG
· 9 years ago
e9cfe14
Widens test bounds on memory alloc tests
by Simon Butcher
· 9 years ago
aff7992
Additional tests to test stack buffer allocator
by SimonB
· 9 years ago
1741db9
fix bug in get_one_and_zeros_padding()
by Micha Kraus
· 8 years ago
1010760
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Jaeden Amero
· 8 years ago
b70ba9f
Address issues found by coverity
by Hanno Becker
· 8 years ago
4aa6f12
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
86bc448
Merge remote-tracking branch 'public/pr/1118' into mbedtls-2.1
by Manuel Pégourié-Gonnard
· 8 years ago
92e6a0e
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Gilles Peskine
· 8 years ago
4b36dfb
Merge remote-tracking branch 'upstream-public/pr/1174' into mbedtls-2.1
by Gilles Peskine
· 8 years ago
4b4744b
Add regression test for parsing subjectAltNames
by Andres Amaya Garcia
· 8 years ago
1854a0e
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Gilles Peskine
· 8 years ago
25aa833
Merge branch 'pr_1082' into mbedtls-2.1
by Gilles Peskine
· 8 years ago
283a80d
Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1
by Gilles Peskine
· 8 years ago
a6f6947
Merge remote-tracking branch 'upstream-public/pr/943' into mbedtls-2.1
by Gilles Peskine
· 8 years ago
9aab699
Merge remote-tracking branch 'upstream-restricted/pr/406' into mbedtls-2.1-restricted
by Gilles Peskine
· 8 years ago
e881a22
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Gilles Peskine
· 8 years ago
d08ae68
Merge remote-tracking branch 'upstream-public/pr/1112' into mbedtls-2.1
by Gilles Peskine
· 8 years ago
aed00f7
Merge remote-tracking branch 'restricted/pr/417' into mbedtls-2.1-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
67bfc5b
Add tests for invalid private parameter in mbedtls_ecdsa_sign
by Darryl Green
· 8 years ago
e2ccadd
Ensure RSA test suite calls rsa_private with PRNG
by Hanno Becker
· 8 years ago
31a2d14
RSA PSS: fix first byte check for keys of size 8N+1
by Gilles Peskine
· 8 years ago
9e20582
RSA PSS: fix minimum length check for keys of size 8N+1
by Gilles Peskine
· 8 years ago
d0cd855
RSA: Fix another buffer overflow in PSS signature verification
by Gilles Peskine
· 8 years ago
5c32471
RSA: Fix buffer overflow in PSS signature verification
by Gilles Peskine
· 8 years ago
b1d78fc
Improve leap year test names in x509parse.data
by Andres Amaya Garcia
· 8 years ago
bc04113
Correctly handle leap year in x509_date_is_valid()
by Andres Amaya Garcia
· 9 years ago
8379554
Correct typo: PBDFK -> PBKDF
by Hanno Becker
· 8 years ago
0d0422c
Unify naming schemes for RSA keys
by Hanno Becker
· 8 years ago
734b6d4
Add suffix for 1024-bit RSA key files
by Hanno Becker
· 8 years ago
f700a71
Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys
by Hanno Becker
· 8 years ago
5e568e2
Add further tests for new RSA keys
by Hanno Becker
· 8 years ago
0642ed4
Add tests for encrypted 2048 and 4096-bit RSA keys
by Hanno Becker
· 8 years ago
7de3ff3
Minor style and typo corrections
by Hanno Becker
· 8 years ago
2b6c3f6
Extend tests/data_files/Makefile to include CRT's for CRT write test
by Hanno Becker
· 8 years ago
e38900b
Allow comments in test data files
by Gilles Peskine
· 8 years ago
b974e98
Add test case calling ssl_set_hostname twice
by Hanno Becker
· 8 years ago
996720d
Remove redundant dependency
by Sanne Wouda
· 8 years ago
bd58a14
Rename test and update dependencies
by Sanne Wouda
· 8 years ago
6cf9af3
DHM: Add negative tests for parameter checking
by Janos Follath
· 8 years ago
1981676
Add test case found through fuzzing to pkparse test suite
by Sanne Wouda
· 8 years ago
d2cc7ce
Correct definition of ENTROPY_HAVE_STRONG
by Hanno Becker
· 8 years ago
Next »