TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
7cb22b8327e97838c4b51d03b74e0f076ad77925
/
tests
5eb6e9e
PSA_ALG_CBC_BASE -> SA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE
by Moran Peker
· 7 years ago
d810024
Remove cipher_test_positive, duplicated as cipher_test_encrypt
by Gilles Peskine
· 7 years ago
7691fb7
add new test scenario (cipher_test_encrypt_multipart)
by Moran Peker
· 7 years ago
96cc00a
add missing tests function
by Moran Peker
· 7 years ago
f55e804
adjust indentation per Mbed TLS standards
by Moran Peker
· 7 years ago
0071b87
add missing parameter output_size on psa_cipher_finish
by Moran Peker
· 7 years ago
b152d4d
add test scenarios to decrypt and encrypt input and compare with given output
by mohammad1603
· 7 years ago
e1210dc
remove unused parameter in psa_cipher_finish.
by Moran Peker
· 7 years ago
3205a65
tests fix
by Moran Peker
· 7 years ago
8481e74
CR fixes
by mohammad1603
· 7 years ago
cdd3be9
Add psa_crypto test suite to Cmake
by mohammad1603
· 7 years ago
e6b67a1
Fix parameters in test suite
by mohammad1603
· 7 years ago
d7d7ba5
add positive test scenarios
by mohammad1603
· 7 years ago
a0655c3
Merge remote-tracking branch 'psa/pr/13' into feature-psa
by Gilles Peskine
· 7 years ago
5d7ec20
fix key lifetime set implementation , tests accordingly
by mohammad1603
· 7 years ago
ba17851
Remove unused and duplicated erros, fix documentation and tests
by mohammad1603
· 7 years ago
060ad8a
Compilation and tests fixes
by mohammad1603
· 7 years ago
804cd71
initial key lifetime implementation and tests
by mohammad1603
· 7 years ago
c63b6ba
Merge remote-tracking branch 'psa/pr/14' into feature-psa
by Gilles Peskine
· 7 years ago
d926b88
Fix Policy enforcement sign test
by mohammad1603
· 7 years ago
6df908f
Add static internal MAC finish function
by mohammad1603
· 7 years ago
4eed757
add new test scenarios
by mohammad1603
· 7 years ago
a97cb8c
Add calls for set policy in export/sign tests
by mohammad1603
· 7 years ago
a592623
Rename PKCS1V15 to PKCS1V15_SIGN
by Gilles Peskine
· 7 years ago
8cc1cee
Key Policy APIs implementation
by mohammad1603
· 7 years ago
40f68b9
Use unhexify_alloc where applicable
by Gilles Peskine
· 7 years ago
8c9def3
PSA: Implement MAC functions
by Gilles Peskine
· 7 years ago
9ef733f
Implement hash functions
by Gilles Peskine
· 7 years ago
93aa033
PSA asymmetric signature: set *signature_length = 0 on failure
by Gilles Peskine
· 8 years ago
0189e75
PSA crypto: PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE macro
by Gilles Peskine
· 8 years ago
20035e3
PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only)
by Gilles Peskine
· 8 years ago
c66ea6a
PSA key import: support RSA public keys
by Gilles Peskine
· 8 years ago
969ac72
PSA RSA key import: don't rely on pk so much
by Gilles Peskine
· 8 years ago
2f9c4dc
Add key management functions
by Gilles Peskine
· 8 years ago
1d26709
New function mbedtls_rsa_get_bitlen
by Gilles Peskine
· 8 years ago
e59236f
Add PSA crypto module
by Gilles Peskine
· 8 years ago
4d075cd
Update library version number to 2.13.0
by Simon Butcher
· 7 years ago
552754a
Merge remote-tracking branch 'public/pr/1988' into development
by Simon Butcher
· 7 years ago
68dbc94
Merge remote-tracking branch 'public/pr/1951' into development
by Simon Butcher
· 7 years ago
e50128a
Merge remote-tracking branch 'public/pr/1994' into development
by Simon Butcher
· 7 years ago
108992e
Add MTU auto-reduction test with valgrind
by Hanno Becker
· 7 years ago
37029eb
Skip MTU auto-reduction test when running valgrind
by Hanno Becker
· 7 years ago
39b8bc9
Change wording of debug message
by Hanno Becker
· 7 years ago
7c48dd1
ssl-opt.sh: Add function extracting val or default val from config.h
by Hanno Becker
· 7 years ago
dc1e950
DTLS reordering: Add test for buffering a proper fragment
by Hanno Becker
· 7 years ago
14dac09
Merge remote-tracking branch 'public/pr/1918' into development
by Simon Butcher
· 7 years ago
1846e40
Merge remote-tracking branch 'public/pr/1939' into development
by Simon Butcher
· 7 years ago
9598845
Merge remote-tracking branch 'public/pr/1955' into development
by Simon Butcher
· 7 years ago
e604556
ssl-opt.sh: Don't hardcode varname in requires_config_value_xxx()
by Hanno Becker
· 7 years ago
b841b4f
ssl-opt.sh: Remove reference to Github issue
by Hanno Becker
· 7 years ago
3b8b40c
ssl-opt.sh: Add function to skip next test
by Hanno Becker
· 7 years ago
6f032a6
Merge remote-tracking branch 'public/pr/1963' into development
by Simon Butcher
· 7 years ago
badeb07
Merge remote-tracking branch 'public/pr/1967' into development
by Simon Butcher
· 7 years ago
b9a0086
ssl-opt.sh: Explain use of --insecure in GnuTLS client tests
by Hanno Becker
· 7 years ago
2f5aa4c
all.sh: Add builds allowing to test dropping buffered messages
by Hanno Becker
· 7 years ago
a1adcca
ssl-opt.sh: Add tests exercising freeing of buffered messages
by Hanno Becker
· 7 years ago
5cd017f
ssl-opt.sh: Allow numerical constraints for tests
by Hanno Becker
· 7 years ago
0e96585
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 7 years ago
69ca0ad
ssl-opt.sh: Remove wrong test exercising MTU implications of MFL
by Hanno Becker
· 7 years ago
6b6f602
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 7 years ago
c92b5c8
ssl-opt.sh: Add tests checking that MFL implies bounds on MTU
by Hanno Becker
· 7 years ago
34aa187
Force IPv4 for gnutls-cli DTLS tests
by Manuel Pégourié-Gonnard
· 7 years ago
3546201
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 7 years ago
a67dee2
Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing
by Hanno Becker
· 7 years ago
b8eec19
Implement PMTU auto-reduction in handshake
by Manuel Pégourié-Gonnard
· 7 years ago
170e2d8
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 7 years ago
c1d54b7
Add tests with non-blocking I/O
by Manuel Pégourié-Gonnard
· 7 years ago
3d183ce
Allow client-side resend in proxy MTU tests
by Manuel Pégourié-Gonnard
· 7 years ago
903ee3d
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 7 years ago
175cb8f
ssl-opt.sh: Allow resend in DTLS session resumption tests, cont'd
by Hanno Becker
· 7 years ago
e356705
ssl-opt.sh: Add test for reassembly after reordering
by Hanno Becker
· 7 years ago
5bcf2b0
ssl-opt.sh: Allow spurious resend in DTLS session resumption test
by Hanno Becker
· 7 years ago
6b13afe
Fix indentation
by Ron Eldor
· 7 years ago
2f2d902
Add delay in test to avoid race condition
by Manuel Pégourié-Gonnard
· 7 years ago
6151298
Add missing requires_gnutls guards
by Manuel Pégourié-Gonnard
· 7 years ago
9434713
Move the assertion
by Ron Eldor
· 7 years ago
6aeaa05
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 7 years ago
f362c29
ssl-opt.sh Add dependency on gnutls in two fragmentation tests
by Hanno Becker
· 7 years ago
7be2e5b
ssl-opt.sh: Preserve proxy log, too, if --preserve-logs is specified
by Hanno Becker
· 7 years ago
4e1a9c1
ssl-opt.sh: Preserve proxy log, too, if --preserve-logs is specified
by Hanno Becker
· 7 years ago
4532329
Add proxy-enforcement to a MTU test
by Manuel Pégourié-Gonnard
· 7 years ago
9829315
Add missing dependency in ssl-opt.sh
by Hanno Becker
· 7 years ago
58e9dc3
Allow GNUTLS_NEXT_CLI / GNUTLS_NEXT_SERV to be unset in ssl-opt.sh
by Hanno Becker
· 7 years ago
02f3a8a
Adjust timeout values for 3d test
by Manuel Pégourié-Gonnard
· 7 years ago
56cdfd1
Refine reordering tests
by Hanno Becker
· 7 years ago
8727304
Disable datagram packing in reordering tests
by Hanno Becker
· 7 years ago
b34149c
Add test for buffering of record from next epoch
by Hanno Becker
· 7 years ago
e384221
Add test for reordering of handshake messages
by Hanno Becker
· 7 years ago
aa5d0c4
Add test for buffering out-of-order CCS
by Hanno Becker
· 7 years ago
4a9d006
Add missing dependency in ssl-opt.sh
by Hanno Becker
· 7 years ago
bc73e4a
Allow GNUTLS_NEXT_CLI / GNUTLS_NEXT_SERV to be unset in ssl-opt.sh
by Hanno Becker
· 7 years ago
7ae8a76
Add tests for datagram packing option to ssl-opt.sh
by Hanno Becker
· 7 years ago
1c9a24c
Disable datagram packing for various UDP proxy tests
by Hanno Becker
· 7 years ago
c430523
Re-enable delayed CCS test
by Hanno Becker
· 7 years ago
12405e7
Increase max_frag_len / MTU in fragmentation ref tests
by Hanno Becker
· 7 years ago
111fa49
TEST-ONLY: Remove delayed CCS test
by Hanno Becker
· 7 years ago
38110df
Add interop test with unreliable connection
by Manuel Pégourié-Gonnard
· 7 years ago
d26bb20
Add tests for empty CA list in CertificateRequest, TLS 1.0 & 1.1
by Hanno Becker
· 7 years ago
0794d49
Skip some tests with valgrind (spurious resend)
by Manuel Pégourié-Gonnard
· 7 years ago
1218bc0
Add simple interop tests (reliable connection)
by Manuel Pégourié-Gonnard
· 7 years ago
Next »