TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
6e8d5a00b2e74a0984100b50a2004e6e79a5d50f
/
tests
6e8d5a0
Clarify confusion between file names and suffixes of file names
by Gilles Peskine
· 5 years ago
5e7d6fd
Merge 'mbedtls/development' into merge-crypto-unremoved-20200304
by Gilles Peskine
· 5 years ago
049feff
Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests
by Gilles Peskine
· 5 years ago
6eb45f9
Add missing dependency on MBEDTLS_CIPHER_MODE_CBC
by Gilles Peskine
· 5 years ago
19e841e
Fix warning about a potentially initialized variable
by Gilles Peskine
· 5 years ago
eccd888
Rename identifiers containing double-underscore
by Gilles Peskine
· 5 years ago
7415f2f
Add comment to help syntax highlighting in editors
by Gilles Peskine
· 6 years ago
aae57bf
Remove remaining references to the crypto subdirectory
by Gilles Peskine
· 5 years ago
4e616f8
Remove config-default.h
by Gilles Peskine
· 5 years ago
a57a80e
Restore full tls coverage to remaining scripts
by Gilles Peskine
· 5 years ago
636c26a
Restore full tls coverage to all.sh
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
3b46cd3
Invoke config.py instead of config.pl in reverted content
by Gilles Peskine
· 5 years ago
69e8f7f
Revert "all.sh: Remove dependency on TLS, NET, and X.509"
by Gilles Peskine
· 5 years ago
920b775
Revert "recursion.pl: Don't depend on X.509"
by Gilles Peskine
· 5 years ago
7dc9704
Revert "Remove tests that depend on TLS or X.509"
by Gilles Peskine
· 5 years ago
1a9c624
Revert "tests: Use parent module includes when used as a submodule"
by Gilles Peskine
· 5 years ago
5748757
Revert "tests: Exclude version suite when used as a submodule"
by Gilles Peskine
· 5 years ago
b85b20d
Revert "tests: Add a crypto prefix to submodule tests"
by Gilles Peskine
· 5 years ago
6bbe783
Revert "Remove pkcs11-helper option"
by Gilles Peskine
· 5 years ago
5bb8bec
Revert "Remove zlib"
by Gilles Peskine
· 5 years ago
70824f2
Revert "Remove programs that depend on TLS or X.509"
by Gilles Peskine
· 5 years ago
4fa9f9f
Revert "programs, tests: Depend only on libmbedcrypto"
by Gilles Peskine
· 5 years ago
722a7e6
Revert "Only build libmbedcrypto"
by Gilles Peskine
· 5 years ago
12230eb
Revert "Remove irrelevant configs"
by Gilles Peskine
· 5 years ago
9d28c42
Revert "check-names: Enable referencing Mbed TLS macros"
by Gilles Peskine
· 5 years ago
4e11749
Revert "config: Remove TLS and NET options"
by Gilles Peskine
· 5 years ago
252e391
Revert "config: Remove X.509 options"
by Gilles Peskine
· 5 years ago
e30d03e
Change the use of pylint to optionally use pylint3
by Simon Butcher
· 5 years ago
21d1cbc
Merge pull request #2262 from andresag01/iotssl-2544-deprecate-record-accel
by Manuel Pégourié-Gonnard
· 5 years ago
438bf3b
App data with 1/n-1 splitting in test suite
by Piotr Nowicki
· 5 years ago
c31f970
Merge pull request #3075 from AndrzejKurek/variable-buffer-size
by Jaeden Amero
· 5 years ago
mbedtls-2.22.0d0
55727c3
Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity
by Jaeden Amero
· 5 years ago
89bdc58
test_suite_ssl: check for errors during queue setup
by Andrzej Kurek
· 5 years ago
45916ba
test_suite_ssl: fix coverity issues with uninitialized members
by Andrzej Kurek
· 5 years ago
32d90b3
Revert "Remove unused test data files"
by Gilles Peskine
· 5 years ago
84a63fa
Revert "tests: Update generator with Mbed Crypto comments"
by Gilles Peskine
· 5 years ago
0937ed2
Add an acceptance test for memory usage after handshake
by Piotr Nowicki
· 6 years ago
0afa2a1
Add I/O buffer resizing in handshake init and free
by Andrzej Kurek
· 5 years ago
3d5f05b
Merge pull request #376 from gilles-peskine-arm/paths-mergeability-crypto
by Gilles Peskine
· 5 years ago
68192fc
Fix remaining occurrences of config.pl in all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
aad82f9
Add variable buffer length tests to all.sh
by Darryl Green
· 6 years ago
f03c13c
Merge pull request #3050 from mpg/skip-close-notify-dev
by Manuel Pégourié-Gonnard
· 5 years ago
26e4fdc
Move MEMORY_BUFFER_ALLOC components to align the order with mbedtls
by Gilles Peskine
· 5 years ago
bde7ee8
Add DTLS handshake fragmentation test
by Piotr Nowicki
· 5 years ago
8a6ff15
test_suite_ssl refactoring: provide default options structure for tests
by Andrzej Kurek
· 5 years ago
316da1f
test_suite_ssl refactoring: merge renegotiation test into handshake
by Andrzej Kurek
· 5 years ago
9e9efdc
test_suite_ssl refactoring: merge tls & dtls application data tests
by Andrzej Kurek
· 5 years ago
dd8807f
Add build with MBEDTLS_SSL_HW_RECORD_ACCEL to all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
56941fe
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
95e9eb8
Add test for renegotiation in DTLS
by Piotr Nowicki
· 5 years ago
6a7f01c
Add test with sending application data via DTLS
by Piotr Nowicki
· 5 years ago
20b3a68
Merge pull request #3042 from AndrzejKurek/dtls-handshake-serialization
by Jaeden Amero
· 5 years ago
6fc816a
Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs
by Janos Follath
· 5 years ago
da2b678
Add a dtls handshake test with context serialization
by Andrzej Kurek
· 5 years ago
a08e699
Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests
by Jaeden Amero
· 5 years ago
9ab9621
Move 3rdparty mentions to a separate line
by Gilles Peskine
· 5 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
cf4a40b
Merge pull request #370 from yanesca/update-version-2.21.0
by Janos Follath
· 5 years ago
bc7c242
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
9bbe328
Test each failure mode of pk_parse_key_pkcs1_der()
by Manuel Pégourié-Gonnard
· 5 years ago
b65370f
Clean up test function pk_parse_key
by Manuel Pégourié-Gonnard
· 5 years ago
941962e
Add DTLS handshake tests for the mocked ssl test suite
by Andrzej Kurek
· 5 years ago
15daf50
Parametrize the endpoint init and free to prepare for DTLS tests
by Andrzej Kurek
· 5 years ago
765d240
Test component with malloc(0) returning NULL: run some ssl tests
by Gilles Peskine
· 5 years ago
c4ef7a9
Add a test component with malloc(0) returning NULL
by Gilles Peskine
· 6 years ago
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
4c08dd4
Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os
by Manuel Pégourié-Gonnard
· 5 years ago
1a44a15
Change the order of endpoint initialization steps
by Andrzej Kurek
· 5 years ago
f46b912
Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ
by Andrzej Kurek
· 5 years ago
c3fca5e
Add tests with sending application data to test_suite_ssl
by Piotr Nowicki
· 6 years ago
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 6 years ago
f317dc4
Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage
by Janos Follath
· 6 years ago
c64eb63
Merge pull request #3021 from AndrzejKurek/handshake-tests
by Jaeden Amero
· 6 years ago
cc5169c
Add a PSK test to the mocked ssl handshake tests
by Andrzej Kurek
· 6 years ago
5da20cc
Merge pull request #3023 from gilles-peskine-arm/config-crypto
by Gilles Peskine
· 6 years ago
f40daa3
Add version & ciphersuite tests to ssl handshake
by Andrzej Kurek
· 6 years ago
148c3de
Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1
by Janos Follath
· 6 years ago
ec10bf1
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
6ec0f0f
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
by Gilles Peskine
· 6 years ago
a9da093
shrink tests: clearer description
by Gilles Peskine
· 6 years ago
9a6ecee
Move test functions from Lilliput to Blefuscu
by Gilles Peskine
· 6 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 6 years ago
6bb3915
Always use "-O1 -Werror" in crypto-only test builds
by Gilles Peskine
· 6 years ago
b298074
Refactor certificates and keys in ssl handshake mock tests
by Andrzej Kurek
· 6 years ago
199b709
ASN.1: Add ASN.1 SEQUENCE traversal API
by Hanno Becker
· 6 years ago
12ae27d
ASN.1: Introduce helper function to free ASN.1 sequence
by Hanno Becker
· 6 years ago
ec541fe
Add test components for crypto-only builds
by Gilles Peskine
· 6 years ago
f4e672e
Add missing compilation guards in test suite
by Gilles Peskine
· 6 years ago
03035eb
Stop testing ssl3 when it isn't enabled
by Manuel Pégourié-Gonnard
· 6 years ago
7cfcb3f
Change the encoding of key types to have a parity bit
by Gilles Peskine
· 6 years ago
7d7c8dc
Test parsing invalid key type in storage
by Gilles Peskine
· 6 years ago
f65ed6f
Change key types to a 16-bit encoding
by Gilles Peskine
· 6 years ago
b87b719
Remove old values of curve encodings
by Gilles Peskine
· 6 years ago
80d26fb
Switch psa_crypto tests to the new curve encoding
by Gilles Peskine
· 6 years ago
89177e8
Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding
by Gilles Peskine
· 6 years ago
33b1c69
pk tests: USE_PSA_CRYPTO: test several curves
by Gilles Peskine
· 6 years ago
85f47c9
pk tests: USE_PSA_CRYPTO: test attributes of the PSA key
by Gilles Peskine
· 6 years ago
45c29ce
Move size-specific curve/group constants to crypto_compat.h
by Gilles Peskine
· 6 years ago
Next »