TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
7cb22b8327e97838c4b51d03b74e0f076ad77925
/
tests
/
suites
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
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
6f032a6
Merge remote-tracking branch 'public/pr/1963' into development
by Simon Butcher
· 7 years ago
6b13afe
Fix indentation
by Ron Eldor
· 7 years ago
9434713
Move the assertion
by Ron Eldor
· 7 years ago
2c069df
Fix typo in test_suite_entropy.function
by Mohammad Azim Khan
· 7 years ago
446227a
Enhance nist_kw with some NULL buffers tests
by Ron Eldor
· 7 years ago
5cb7017
Less obscure test suites template
by Mohammad Azim Khan
· 7 years ago
d2d0112
Style fixes
by Mohammad Azim Khan
· 7 years ago
8d686bf
Incorporated code revoew comments.
by Azim Khan
· 7 years ago
5fcca46
Rename HexParam_t -> data_t for consistent coding style
by Azim Khan
· 7 years ago
62a5d7d
Document status/error codes in helper.function
by Azim Khan
· 7 years ago
cfd8342
Use integer instead of string as test result
by Mohammad Azim Khan
· 7 years ago
0fa3504
Add missing MSVC typedefs
by Azim Khan
· 7 years ago
b73159d
Remove white spaces caught by check-files.py
by Mohammad Azim Khan
· 7 years ago
ddde34c
Remove git conflict marker from test_suite_timing.function
by Mohammad Azim Khan
· 7 years ago
7613534
Fix gcc-7 -Wformat-truncation warning
by Mohammad Azim Khan
· 7 years ago
05d83fa
Put parentheses around macro arguments
by Azim Khan
· 8 years ago
36e5fac
Rephrase confusing function description
by Azim Khan
· 8 years ago
317efe8
Adapt new test gcm_bad_parameters() to on target testing changes
by Azim Khan
· 8 years ago
9540261
Incorporated code review comments
by Mohammad Azim Khan
· 8 years ago
b1c2d0f
Use switch instead if if-else for dependency and expression checks.
by Azim Khan
· 8 years ago
d61a438
incorporate code review comment in embedded_test.function
by Azim Khan
· 8 years ago
13c6bfb
Gaurd test suite headers with suite dependency
by Azim Khan
· 8 years ago
cf32c45
Add missing headers and fix name change issues
by Mohammad Azim Khan
· 8 years ago
1de892b
Update code as old template and generator is replaced with new one
by Azim Khan
· 8 years ago
191e904
Replace old template and code generator with new ones. Keep names
by Azim Khan
· 8 years ago
d30ca13
Combine hex parameters in a struct
by Azim Khan
· 8 years ago
5cfc068
Fix name conflict in function params after hexify/unhexify change
by Azim Khan
· 8 years ago
3e5d000
Update Greentea API header
by Azim Khan
· 8 years ago
47b4060
Fix RSA test suite bugged by hexify/unhexify change
by Azim Khan
· 8 years ago
392267a
Fix missing data in the RSA test vectors file
by Azim Khan
· 8 years ago
b3a103c
Put else in it's own line
by Azim Khan
· 8 years ago
d59391a
Add support for sending hex parameters
by Azim Khan
· 8 years ago
46c9b1f
Fix test functions and data after moving hexify/unhexify out
by Azim Khan
· 8 years ago
184447e
Add proper handling of hex data
by Azim Khan
· 8 years ago
f1aaec9
Intermediate hexify out change
by Azim Khan
· 8 years ago
9079170
Adapt code for scripting out hexify/unhexify code
by Azim Khan
· 8 years ago
3499a9e
Add hex comparison function
by Azim Khan
· 8 years ago
0574632
Update Greentea client API calls
by Azim Khan
· 8 years ago
ee6c018
Unify test setup errors for sending to host
by Azim Khan
· 8 years ago
ec02448
Fix line no. directive
by Azim Khan
· 8 years ago
67735d5
Fix name conflict and implicit use of functions from string.h
by Mohammad Azim Khan
· 8 years ago
fff4904
mbed-os test code generator
by Mohammad Azim Khan
· 8 years ago
5f26b11
Change test dependencies to RC4 from DES
by Simon Butcher
· 7 years ago
193c864
Update version to 2.12.0
by Jaeden Amero
· 7 years ago
2c92949
Merge remote-tracking branch 'public/pr/1198' into development
by Simon Butcher
· 7 years ago
8dd03cd
Add tests for the nist key wrapping feature
by Ron Eldor
· 7 years ago
be685ba
Merge remote-tracking branch 'public/pr/1836' into development
by Simon Butcher
· 7 years ago
727325b
Merge remote-tracking branch 'public/pr/1788' into development
by Simon Butcher
· 7 years ago
cdb5cc5
tests: dhm: Rename Hallman to Hellman
by Jaeden Amero
· 7 years ago
b056dd8
Remove a redundant dependency clause
by k-stachowiak
· 7 years ago
7972334
Enable ARIA self test in the unit testing
by k-stachowiak
· 7 years ago
2682edf
Fix build using -std=c99
by Nicholas Wilson
· 8 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
2fcd3e4
Change the library version to 2.11.0
by Simon Butcher
· 7 years ago
d906b81
tests: cipher: Allocate enough space for XTS keys
by Jaeden Amero
· 7 years ago
c28012a
tests: Remove NIST AES-XTS test vectors
by Jaeden Amero
· 7 years ago
142383e
aes: xts: Add tests for invalid key sizes
by Jaeden Amero
· 7 years ago
c653990
cipher: Add wrappers for AES-XTS
by Jaeden Amero
· 7 years ago
425382d
tests: Extend AES-XTS suite
by Jaeden Amero
· 7 years ago
e5c4b07
tests: Make AES-XTS suite more stack friendly
by Jaeden Amero
· 7 years ago
cd9fc5e
aes: xts: Rename iv to data_unit
by Jaeden Amero
· 7 years ago
5162b93
aes: Use length instead of bits_length in XTS
by Jaeden Amero
· 7 years ago
9366feb
aes: xts: Add new context structure
by Jaeden Amero
· 7 years ago
e9ecf00
aes: Remove AES-XEX
by Jaeden Amero
· 7 years ago
Next »