TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
fb18b6ccd2f7f33e893dbf5d299f232b51a7c41f
/
tests
/
CMakeLists.txt
25f762d
Allow test suites to be run on Windows
by Nicholas Wilson
· 10 years ago
7244ecf
Add tests for the bug IOTSSL-619.
by Janos Follath
· 9 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 11 years ago
d7e2483
Merge miscellaneous fixes into development
by Paul Bakker
· 11 years ago
765bb31
Add test_suite_memory_buffer_alloc
by Manuel Pégourié-Gonnard
· 11 years ago
98aa191
Adjust warnings in different modes
by Manuel Pégourié-Gonnard
· 11 years ago
39141fe
Add warnings in debug build, and -Werror with ASan
by Manuel Pégourié-Gonnard
· 11 years ago
508e573
Merge tests for asn1write, XTEA and Entropy modules
by Paul Bakker
· 11 years ago
2c25eb0
Add test_suite_entropy
by Manuel Pégourié-Gonnard
· 11 years ago
36178ff
Add tests for asn1_write_octet_string()
by Manuel Pégourié-Gonnard
· 11 years ago
f7ced92
Fix symlink command for cross compiling
by Andre Heinecke
· 11 years ago
542eac5
Add tests for CCM via cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
1630058
Potential buffer overwrite in pem_write_buffer() fixed
by Paul Bakker
· 11 years ago
3d52ab7
Fixed CMake symlinking on out-of-source builds
by Paul Bakker
· 11 years ago
e8bac68
Add -Wunreachable-code to check mode
by Manuel Pégourié-Gonnard
· 11 years ago
cd6d69a
Fixed testing with out-of-source builds using cmake
by Paul Bakker
· 11 years ago
62273b8
Add NIST validation tests for HMAC_DRBG pr=true
by Manuel Pégourié-Gonnard
· 12 years ago
24600b7
Add NIST validation tests for HMAC_DRBG nopr
by Manuel Pégourié-Gonnard
· 12 years ago
48bc3e8
Add hmac_drbg_{write,update}_seed_file()
by Manuel Pégourié-Gonnard
· 12 years ago
6801f39
Add NIST no_reseed validation tests for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 12 years ago
8505d50
Fix "check" mode warnings
by Manuel Pégourié-Gonnard
· 12 years ago
1642122
Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
by Paul Bakker
· 12 years ago
13e0d44
Add Camellia-GCM test vectors
by Manuel Pégourié-Gonnard
· 12 years ago
94dd5b4
Rename GCM test suites to AES-GCM
by Manuel Pégourié-Gonnard
· 12 years ago
b0a467f
Start adding a PK test suite
by Manuel Pégourié-Gonnard
· 12 years ago
c7bb02b
Moved PK key writing from X509 module to PK module
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
07f8fa5
GCM in the cipher layer, step 1
by Manuel Pégourié-Gonnard
· 12 years ago
37e230c
Add arc4 support in the cipher layer
by Manuel Pégourié-Gonnard
· 12 years ago
1934318
Introduced own scripted test framework to replace fct.h and reduce compile time
by Paul Bakker
· 12 years ago
d5fdcaf
Add cipher_set_padding() (no effect yet)
by Manuel Pégourié-Gonnard
· 12 years ago
b0c19a4
PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated
by Paul Bakker
· 12 years ago
286bf3c
Split up largest test suite data files into smaller chunks
by Paul Bakker
· 12 years ago
d1c7150
Basic tests for ECDSA.
by Manuel Pégourié-Gonnard
· 13 years ago
61ce13b
Basic tests for ECDH primitive
by Manuel Pégourié-Gonnard
· 13 years ago
4b8c3f2
Moved tests from selftest to tests/test_suite_ecp
by Manuel Pégourié-Gonnard
· 13 years ago
f518b16
- Added PKCS#5 PBKDF2 key derivation function
by Paul Bakker
· 13 years ago
6132d0a
- Added Blowfish to generic cipher layer
by Paul Bakker
· 13 years ago
a9379c0
- Added base blowfish algorithm
by Paul Bakker
· 13 years ago
92eeea4
- Modified CMakeLists to support zlib
by Paul Bakker
· 13 years ago
89e80c9
- Added base Galois/Counter mode (GCM) for AES
by Paul Bakker
· 13 years ago
6d62050
- First tests for x509_write_cert_req() compat with OpenSSL output
by Paul Bakker
· 13 years ago
fab5c82
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
by Paul Bakker
· 13 years ago
0e04d0e
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
by Paul Bakker
· 14 years ago
7304376
- Fixed CMakeLists.txt for new suites with multiple data files
by Paul Bakker
· 14 years ago
46c1794
- Split cipher test suite into three different sets
by Paul Bakker
· 14 years ago
9d78140
- A error_strerror function() has been added to translate between error codes and their description.
by Paul Bakker
· 14 years ago
9dcc322
- Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21)
by Paul Bakker
· 14 years ago
b06819b
- Adapted CMake files for the PKCS#11 support
by Paul Bakker
· 15 years ago
8123e9d
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago
1737385
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago
4c14a25
- Fixed out of source build for tests with CMake
by Paul Bakker
· 15 years ago
3ac1b2d
- Added runtime and compiletime version information
by Paul Bakker
· 15 years ago
1f76115
- Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request()
by Paul Bakker
· 15 years ago
37940d9f
- Added test coverage for X509parse
by Paul Bakker
· 16 years ago
5c60de2
- Added preliminary test cases for DHM
by Paul Bakker
· 16 years ago
f725a88
- Added test suite for XTEA
by Paul Bakker
· 16 years ago
42a29bf
- Added test suite for RSA and PKCS#1
by Paul Bakker
· 16 years ago
e896fea
- Added additional cases for MPI, MDx
by Paul Bakker
· 16 years ago
367dae4
- Added CMake makefiles as alternative to regular Makefiles.
by Paul Bakker
· 16 years ago