TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
c5671bdcf4bea8b9b51a0734fa16af78b6b01dd9
/
tests
/
suites
/
test_suite_cipher.function
6a9c725
Add Cipher layer corner case test coverage
by Paul Bakker
· 9 years ago
ac5361f
Fix small issues in tests found by Coverity
by Manuel Pégourié-Gonnard
· 10 years ago
8473f87
Rename cipher_init_ctx() to cipher_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
240b092
Drop dummy self_test functions
by Manuel Pégourié-Gonnard
· 11 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
ce2f237
change test function includes to use one convention
by Rich Evans
· 10 years ago
bd51b26
Add 'exit' label and variable initialization to relevant test suite functions
by Paul Bakker
· 11 years ago
d2a2d61
Adapt programs / test suites
by Paul Bakker
· 11 years ago
8f62563
Fix dependencies: GCM != AEAD != CCM
by Manuel Pégourié-Gonnard
· 11 years ago
5e7693f
Add tests for bad arguments to cipher functions
by Manuel Pégourié-Gonnard
· 11 years ago
542eac5
Add tests for CCM via cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
66dfc5a
Add test for cipher_list()
by Manuel Pégourié-Gonnard
· 11 years ago
2014016
Fix a few selftest typos
by Manuel Pégourié-Gonnard
· 12 years ago
a7496f0
Fix a few more warnings in small configurations
by Manuel Pégourié-Gonnard
· 12 years ago
387a211
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
989ed38
Make CBC an option, step 2: cipher layer
by Manuel Pégourié-Gonnard
· 12 years ago
5e0efa7
Added POLARSSL_MODE_ECB to the cipher layer
by Paul Bakker
· 12 years ago
1af50a2
Cipher: test multiple cycles
by Manuel Pégourié-Gonnard
· 12 years ago
f7ce67f
Add tests for gcm via cipher
by Manuel Pégourié-Gonnard
· 12 years ago
8eccab5
Add test vectors to the cipher test suite
by Manuel Pégourié-Gonnard
· 12 years ago
43a4780
Ommit AEAD functions if GCM not defined
by Manuel Pégourié-Gonnard
· 12 years ago
aa9ffc5
Split tag handling out of cipher_finish()
by Manuel Pégourié-Gonnard
· 12 years ago
2adc40c
Split cipher_update_ad() out or cipher_reset()
by Manuel Pégourié-Gonnard
· 12 years ago
9c853b9
Split cipher_set_iv() out of cipher_reset()
by Manuel Pégourié-Gonnard
· 12 years ago
9241be7
Change cipher prototypes for GCM
by Manuel Pégourié-Gonnard
· 12 years ago
07f8fa5
GCM in the cipher layer, step 1
by Manuel Pégourié-Gonnard
· 12 years ago
33b43f1
Converted .function file to c-like format and adapted generator code
by Paul Bakker
· 12 years ago
dbd443d
Adapted .function files and .data files to new test framework
by Paul Bakker
· 12 years ago
ebdc413
Add 'no padding' mode
by Manuel Pégourié-Gonnard
· 12 years ago
6c97899
Adapt cipher tests to configurable padding
by Manuel Pégourié-Gonnard
· 12 years ago
a640849
Add tests for get_padding() (PKCS#7)
by Manuel Pégourié-Gonnard
· 12 years ago
725680f
Make cipher tests less dependant on padding size
by Manuel Pégourié-Gonnard
· 12 years ago
d5fdcaf
Add cipher_set_padding() (no effect yet)
by Manuel Pégourié-Gonnard
· 12 years ago
c65ab34
- Fixed error code
by Paul Bakker
· 14 years ago
343a870
- Expanded generic cipher layer with support for CTR and CFB128 modes of operation.
by Paul Bakker
· 14 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
f4a3f30
- Updated for migration to size_t
by Paul Bakker
· 14 years ago
23986e5
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
by Paul Bakker
· 14 years ago
579923c
- The config header file is now always included in all tests
by Paul Bakker
· 14 years ago
8123e9d
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago