Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
4b3a45e190cc36ec69d0d805f3c4c7799fac05f7
/
tests
4b3a45e
Remove unnecessary memory buffer alloc unsets
by Andrzej Kurek
· 6 years ago
1e56d2c
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
by Andrzej Kurek
· 6 years ago
69f20aa
all.sh: restructure memory allocator tests
by Andrzej Kurek
· 6 years ago
d706420
Add missing dependency in memory buffer alloc set in all.sh
by Hanno Becker
· 6 years ago
bf2dacb
Fix memory leak in CSR test suite on failure
by Hanno Becker
· 6 years ago
2fcdd74
Fix a memory leak in x509write test suite
by Hanno Becker
· 6 years ago
0163551
Add all.sh run with full config and ASan enabled
by Hanno Becker
· 6 years ago
0fb9ba2
Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled
by Hanno Becker
· 6 years ago
790c281
Adapt all.sh to removal of buffer allocator from full config
by Unknown
· 6 years ago
4714fd8
Merge remote-tracking branch 'origin/pr/2815' into development
by Jaeden Amero
· 6 years ago
ba7f4d1
Merge remote-tracking branch 'origin/pr/2771' into development
by Jaeden Amero
· 6 years ago
dc3a179
Fix copypasta in msg
by Gilles Peskine
· 6 years ago
6ce3072
When not using PSA crypto, disable it
by Gilles Peskine
· 6 years ago
751bb4c
Disable MEMORY_BUFFER_ALLOC with ASan
by Gilles Peskine
· 6 years ago
c6f1c84
Remove config.pl calls with no effect
by Gilles Peskine
· 6 years ago
d364f4c
ssl-opt.sh: wait for proxy to start before running the script further
by Unknown
· 6 years ago
upstream/archive/iotssl-2885-wait-for-proxy
49fcbea
Merge remote-tracking branch 'origin/pr/2799' into development
by Jaeden Amero
· 6 years ago
9b9a790
Handle deleting non-existant files on Windows
by Darryl Green
· 6 years ago
379964a
Merge remote-tracking branch 'origin/pr/2814' into development
by Jaeden Amero
· 6 years ago
fe997c6
Update library version to 2.19.0
by Darryl Green
· 6 years ago
e0b90ec
ssl-opt.sh: Add var's of context s11n tests for ChaChaPoly,CCM,GCM
by Hanno Becker
· 6 years ago
1b18fd3
ssl-opt.sh: Duplicate context serialization tests for CID
by Hanno Becker
· 6 years ago
4f055f4
Use 3rdparty headers from the submodule
by Janos Follath
· 6 years ago
0c6b799
Add Everest components to all.sh
by Gilles Peskine
· 6 years ago
37eb906
3rdparty: Fix Makefile coding conventions
by Christoph M. Wintersteiger
· 6 years ago
655ddab
3rdparty: Add additional build facilities for 3rd-party code
by Christoph M. Wintersteiger
· 6 years ago
9b33e7d
ECDH: Exclude FStar and Hacl* from exported symbol checks
by Christoph M. Wintersteiger
· 6 years ago
346932a
Fix preprocessor directive recognition in list-enum-consts.pl
by Christoph M. Wintersteiger
· 6 years ago
e0e8eb3
ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl
by Christoph M. Wintersteiger
· 6 years ago
977d89a
ECDH: Include Everest Curve25519 in build scripts
by Christoph M. Wintersteiger
· 6 years ago
4e0db56
Merge branch 'mbedtls-2.18' into development
by Jaeden Amero
· 6 years ago
862b319
Enable serialisation tests in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
c2376f0
Add tests for re-init flow for context serialization
by Jarno Lamsa
· 6 years ago
a0b2cd6
ssl-opt.sh tests for serialization are currently using stub implementation
by Jarno Lamsa
· 6 years ago
cbee1b3
Add missing slashes to tests
by Jarno Lamsa
· 6 years ago
2937d81
Add serialization tests to ssl-opt.sh
by Jarno Lamsa
· 6 years ago
f9b3303
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
fe1275e
Improve test for detection of ver/cfg corruption in serialized data
by Hanno Becker
· 6 years ago
363b646
Use US spelling 'serialize' instead of UK spelling 'serialise'
by Hanno Becker
· 6 years ago
bb54d5a
Use consistent spelling of 'serialise/serialize' in SSL test suite
by Hanno Becker
· 6 years ago
861d0bb
Add negative tests for unexpected ver/cfg in session deserialization
by Hanno Becker
· 6 years ago
aa75583
Re-enable test that now works with new format
by Manuel Pégourié-Gonnard
· 6 years ago
eef4c75
Adapt buffering test to new ticket size
by Manuel Pégourié-Gonnard
· 6 years ago
ee13a73
Fix serialization tests for !SSL_KEEP_PEER_CERT
by Manuel Pégourié-Gonnard
· 6 years ago
686adb4
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
1f6033a
Fix undeclared dependency on FS_IO in test code
by Manuel Pégourié-Gonnard
· 6 years ago
220403b
Fix style issues and typos in test code
by Manuel Pégourié-Gonnard
· 6 years ago
b407990
Fix another wrong check for errors in test code
by Manuel Pégourié-Gonnard
· 6 years ago
f9deaec
Add test that save-load is the identity
by Manuel Pégourié-Gonnard
· 6 years ago
6b84070
Fix populate_session() and its usage in tests
by Manuel Pégourié-Gonnard
· 6 years ago
a3d831b
Add test for session_load() from small buffers
by Manuel Pégourié-Gonnard
· 6 years ago
f5fa0aa
Add test for session_save() on small buffers
by Manuel Pégourié-Gonnard
· 6 years ago
5b1674e
Disable test for load-save identity
by Manuel Pégourié-Gonnard
· 6 years ago
3caa6ca
Improve load-save test with tickets and certs
by Manuel Pégourié-Gonnard
· 6 years ago
6eac11b
Start adding unit test for session serialisation
by Manuel Pégourié-Gonnard
· 6 years ago
a7c3765
Add tests for session copy without serialisation
by Manuel Pégourié-Gonnard
· 6 years ago
8faa70e
Use more specific name in debug message for testing
by Manuel Pégourié-Gonnard
· 6 years ago
7fa1407
Remove redundant debug message.
by Manuel Pégourié-Gonnard
· 6 years ago
beec142
Merge remote-tracking branch 'origin/pr/2790' into development
by Jaeden Amero
· 6 years ago
70de9dc
Remove unused cryptography test files
by Jaeden Amero
· 6 years ago
78d9d0c
check-names: Consider crypto-sourced header files
by Jaeden Amero
· 6 years ago
b2a86c3
Don't disallow 'record from another epoch' log msg in proxy ref test
by Hanno Becker
· 6 years ago
61fc108
Merge remote-tracking branch 'upstream-public/pr/2728' into development
by Gilles Peskine
· 6 years ago
681edbe
Merge remote-tracking branch 'upstream-public/pr/2777' into development
by Gilles Peskine
· 6 years ago
56c0161
Test that a shared library build produces a dynamically linked executable
by Gilles Peskine
· 6 years ago
cf74050
Test that the shared library build with CMake works
by Gilles Peskine
· 6 years ago
abf9b4d
Add a test of MBEDTLS_CONFIG_FILE
by Gilles Peskine
· 6 years ago
6eece5b
Exclude DTLS 1.2 only with older OpenSSL
by Gilles Peskine
· 6 years ago
2c897d7
Document the rationale for the armel build
by Gilles Peskine
· 6 years ago
8a52af9
Switch armel build to -Os
by Gilles Peskine
· 6 years ago
93e4e03
Add a build on ARMv5TE in ARM mode
by Gilles Peskine
· 6 years ago
01655da
Merge pull request #2417 from RonEld/2734
by Gilles Peskine
· 6 years ago
82966d2
Merge pull request #2734 from hanno-arm/skip_test
by Gilles Peskine
· 6 years ago
7ab9e24
CMake: Add a subdirectory build regression test
by Jaeden Amero
· 6 years ago
ff645d9
Merge remote-tracking branch 'origin/pr/2727' into development
by Jaeden Amero
· 6 years ago
8306508
Merge remote-tracking branch 'origin/pr/2660' into development
by Jaeden Amero
· 6 years ago
072959f
Merge remote-tracking branch 'origin/pr/1622' into development
by Jaeden Amero
· 6 years ago
9eeb861
Update certificates to expire in 2029
by Ron Eldor
· 6 years ago
74a87f8
Merge remote-tracking branch 'origin/pr/2738' into development
by Jaeden Amero
· 6 years ago
5db519b
Merge remote-tracking branch 'origin/pr/2730' into development
by Jaeden Amero
· 6 years ago
01604a3
Merge remote-tracking branch 'origin/pr/2726' into development
by Jaeden Amero
· 6 years ago
0b8b5e3
Merge remote-tracking branch 'origin/pr/2706' into development
by Jaeden Amero
· 6 years ago
702c659
Add a linker flag to enable gcov in basic-build-test.sh
by Philippe Antoine
· 6 years ago
b7c9626
Update soon to be expired crl
by Ron Eldor
· 6 years ago
0f220ec
Test with MBEDTLS_ECP_RESTARTABLE
by Jaeden Amero
· 6 years ago
e69d015
Add TEST_ASSUME macro to allow skipping tests at runtime
by Hanno Becker
· 6 years ago
55b49ee
Allow TODO in code
by Gilles Peskine
· 6 years ago
7dfcfce
Use the docstring in the command line help
by Gilles Peskine
· 6 years ago
6e70eb2
tests: Limit each log to 10 GiB
by Jaeden Amero
· 6 years ago
1e65771
Remove redundant compiler flag
by Gilles Peskine
· 6 years ago
85aba47
Consistently spell -Wextra
by Gilles Peskine
· 6 years ago
5131f77
Fix parsing issue when int parameter is in base 16
by Ron Eldor
· 6 years ago
718c74c
Improve compatibility with firewalled networks
by Peter Kolbus
· 6 years ago
be54358
Dockerfile: apt -> apt-get
by Peter Kolbus
· 6 years ago
49c2435
Change Docker container to bionic
by Peter Kolbus
· 6 years ago
4225b1a
Clean up file prologue comments
by Peter Kolbus
· 6 years ago
e4e2d3a
Add docker-based test scripts
by Peter Kolbus
· 6 years ago
5dece6d
Restore programs/fuzz/Makefile after in-tree cmake
by Philippe Antoine
· 6 years ago
48f35f5
Move fuzz directory to programs
by Philippe Antoine
· 6 years ago
cf8fdfd
Documentation for corpus generation
by Philippe Antoine
· 6 years ago
Next »