TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
351f0eee205f5cc99407ca0b83b88d292a834e32
/
tests
/
suites
351f0ee
tests: Add mbedtls_test_ prefix to rnd_* symbols
by Ronald Cron
· 5 years ago
2dbba99
tests: Reformating due to hexcmp() renaming
by Ronald Cron
· 5 years ago
de70b16
tests: Add mbedtls_test_ prefix to hexcmp()
by Ronald Cron
· 5 years ago
f73ab00
tests: Reformating due to unhexify_alloc() renaming
by Ronald Cron
· 5 years ago
a256c70
tests: Add mbedtls_test_ prefix to unhexify_alloc()
by Ronald Cron
· 5 years ago
690f3eb
tests: Add mbedtls_test_ prefix to zero_alloc()
by Ronald Cron
· 5 years ago
ff31eab
tests: Reformating due to *hexify functions renaming
by Ronald Cron
· 5 years ago
72d628f
tests: Add mbedtls_test_ prefix to *hexify functions
by Ronald Cron
· 5 years ago
e9c09f1
tests: Add mbedtls_test_ prefix to platform_* functions
by Ronald Cron
· 5 years ago
2058d56
tests: Move random helper functions
by Ronald Cron
· 5 years ago
b7eb67f
tests: Add random.c and random.h files
by Ronald Cron
· 5 years ago
f40529d
tests: Move generic helper functions
by Ronald Cron
· 5 years ago
b6d6d4c
tests: Add helpers.c and helpers.h files
by Ronald Cron
· 5 years ago
849930a
tests: Move generic macros to macros.h
by Ronald Cron
· 5 years ago
4b8b199
tests: Add macros.h include file
by Ronald Cron
· 5 years ago
f91c495
tests: helpers: Update static qualifiers
by Ronald Cron
· 5 years ago
02c78b7
tests: Create an include folder
by Ronald Cron
· 5 years ago
87a51aa
Merge pull request #3243 from ndilieto/development
by Manuel Pégourié-Gonnard
· 5 years ago
a7f6d25
Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev
by Manuel Pégourié-Gonnard
· 5 years ago
e860fef
Merge pull request #3318 from Jonas4420/development
by Manuel Pégourié-Gonnard
· 5 years ago
c03d499
Fix undeclared dep on deterministic ECDSA in test
by Manuel Pégourié-Gonnard
· 5 years ago
bba4c17
Merge pull request #3315 from hanno-arm/tls13-experimental-macro
by Janos Follath
· 5 years ago
6abc20e
Merge pull request #3378 from mpg/fix-ctr-drbg-deps
by Manuel Pégourié-Gonnard
· 5 years ago
d6916d7
Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto
by Gilles Peskine
· 5 years ago
e58b463
Unsupported extension tests in test_suite_x509parse
by Nicola Di Lieto
· 5 years ago
d12402f
Fix undeclared deps on MBEDTLS_CTR_DRBG in tests
by Manuel Pégourié-Gonnard
· 5 years ago
5659e7e
Add opaque context to mbedtls_x509_crt_ext_cb_t
by Nicola Di Lieto
· 5 years ago
17bb60c
Tests for mbedtls_x509_crt_parse_der_with_ext_cb
by Nicola Di Lieto
· 5 years ago
b54094b
Fix copy-pasta in TLS 1.3 record protection unit test names
by Hanno Becker
· 5 years ago
e683287
Adapt SSL record protection unit test to setup TLS 1.3 transforms
by Hanno Becker
· 5 years ago
b2713ab
Enhance record encryption unit tests by checking hidden content type
by Hanno Becker
· 5 years ago
3169dad
Add unit tests for TLS 1.3 record encryption
by Hanno Becker
· 5 years ago
46b8782
fix mbedtls_x509_dn_gets to escape non-ASCII characters
by Koh M. Nakagawa
· 5 years ago
923d579
Add test cases to check rng failure
by Jonas
· 5 years ago
344e15b
Update SE support to pass a location when registering a driver
by Gilles Peskine
· 5 years ago
d9f6949
Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development
by Gilles Peskine
· 5 years ago
dd2feea
Merge pull request #3229 from gabor-mezei-arm/development
by Gilles Peskine
· 5 years ago
518d435
Fix GCC format-signedness warnings
by Kenneth Soerensen
· 5 years ago
88d7eee
Check for empty string in outcome file name
by gabor-mezei-arm
· 5 years ago
31f88a2
Strict C99: make sure that fileno() is declared
by Gilles Peskine
· 5 years ago
b72df54
Merge pull request #2840 from k-stachowiak/check-bounds-of-test-intex-in-suites
by Gilles Peskine
· 5 years ago
5f69cbe
Merge pull request #3155 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix
by Gilles Peskine
· 5 years ago
31f4cd9
Merge pull request #3192 from AndrzejKurek/max_pathlen_overflow
by Jaeden Amero
· 5 years ago
1605074
Guard from undefined behaviour in case of an INT_MAX max_pathlen
by Andrzej Kurek
· 5 years ago
6710e15
Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full and fix tests
by Gilles Peskine
· 5 years ago
72d40fc
Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT
by Gilles Peskine
· 5 years ago
ac15f84
Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0
by Janos Follath
· 5 years ago
mbedtls-2.22.0
8ea6872
Improve pointer calculations when resizing I/O buffers
by Andrzej Kurek
· 5 years ago
876e025
Bump version to Mbed TLS 2.22.0
by Janos Follath
· 5 years ago
67a8a37
unit test: Indicate missing unmet dependencies
by Ronald Cron
· 5 years ago
e1a05a5
unit tests main: Fix potential buffer overflow
by Ronald Cron
· 5 years ago
06725c9
Fix intermittent crash in test suites with outcome file enabled
by Gilles Peskine
· 5 years ago
5d324b2
Merge remote-tracking branch 'upstream-crypto/development' into HEAD
by Gilles Peskine
· 5 years ago
3b310c6
Add a note to some invasive tests
by Gilles Peskine
· 6 years ago
1b7a780
Increase test coverage by adding AES and CAMELLIA empty buffer tests
by Andrzej Kurek
· 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
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
7dc9704
Revert "Remove tests that depend on TLS or X.509"
by Gilles Peskine
· 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
0afa2a1
Add I/O buffer resizing in handshake init and free
by Andrzej Kurek
· 5 years ago
49f8e31
Fix warning with gcc7/maximum allocation exceeded
by Simon Butcher
· 5 years ago
aad82f9
Add variable buffer length tests to all.sh
by Darryl Green
· 6 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
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
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
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
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
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
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
Next »