TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/dev/mbedtls-2.10.0-preview
/
programs
/
test
b1e4fc6
Merge remote-tracking branch 'upstream-public/pr/1617' into evaluation-2
by Jaeden Amero
· 7 years ago
c975b2c
Add Chacha20-Poly1305 to benchmark.c
by Manuel Pégourié-Gonnard
· 7 years ago
9b7a93c
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
d4bd856
Rename aead_chacha20_poly1305 to chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
a7472e1
Add ChaCha20/Poly1305 ciphers to the selftest program
by Daniel King
· 9 years ago
5d77eaa
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago
a98ff5e
Initial implementation of ChaCha20
by Daniel King
· 9 years ago
c00cac7
benchmark: Add AES-XTS benchmark
by Jaeden Amero
· 7 years ago
eecea0e
Update zeroize test to use mbedtls_platform_zeroize()
by Andres Amaya Garcia
· 7 years ago
82934be
Do not install zeroize program in CMakeLists
by Andres Amaya Garcia
· 7 years ago
ae8e306
Fix docs typos for zeroize related features/test
by Andres Amaya Garcia
· 7 years ago
757cd72
Update license headers year and branding
by Andres Amaya Garcia
· 7 years ago
42defd1
Improve docs for zeroize.c and test_zeroize.gdb
by Andres Amaya Garcia
· 7 years ago
6e34e63
Fix style in programs/test/zeroize.c
by Andres Amaya Garcia
· 8 years ago
88f8f41
Move zeroize func call to end of program in zeroize.c
by Andres Amaya Garcia
· 8 years ago
5ab74a1
Add programs/test/zeroize.c to test mbedtls_zeroize
by Andres Amaya Garcia
· 8 years ago
80aa3b8
Merge branch 'pr_946' into development-proposed
by Gilles Peskine
· 7 years ago
08f3ef1
Basic support for Curve448, similar to the current level of support for Curve25519
by Nicholas Wilson
· 10 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 7 years ago
e61514d
benchmark: Fix incompatibility with C89 compilers
by Brendan Shanks
· 7 years ago
784de59
Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted
by Jaeden Amero
· 8 years ago
934fb55
Merge remote-tracking branch 'upstream-public/pr/1036' into development
by Jaeden Amero
· 8 years ago
9e4f77c
New MD API: rename functions from _ext to _ret
by Gilles Peskine
· 8 years ago
d91f2a2
Merge branch 'development' into iotssl-1251-2.7
by Gilles Peskine
· 8 years ago
ae3925c
Merge remote-tracking branch 'public/pr/1136' into development
by Manuel Pégourié-Gonnard
· 8 years ago
ff79d27
selftest: allow excluding a subset of the tests
by Gilles Peskine
· 8 years ago
c82fbb4
selftest: allow running a subset of the tests
by Gilles Peskine
· 8 years ago
319ac80
selftest: refactor to separate the list of tests from the logic
by Gilles Peskine
· 8 years ago
a5e6897
Resolve integer type conversion problem on MSVC
by Hanno Becker
· 8 years ago
0728d69
Change kB to KiB
by Ron Eldor
· 8 years ago
a074801
Change KB to kB
by Ron Eldor
· 8 years ago
77abef5
Don't use busy-waiting in udp_proxy
by Hanno Becker
· 8 years ago
0cc7774
Only add pack option to UDP proxy if MBEDTLS_TIMING_C is enabled
by Hanno Becker
· 8 years ago
92474da
Use Mbed TLS timing module to obtain ellapsed time in udp_proxy
by Hanno Becker
· 8 years ago
211f44c
Rename `merge` option in UDP proxy to `pack`
by Hanno Becker
· 8 years ago
df4180a
Don't break debug messages
by Hanno Becker
· 8 years ago
8149321
udp_proxy_wrapper.sh: fix cleanup not cleaning up
by Gilles Peskine
· 8 years ago
afc4f89
udp_proxy_wrapper.sh: more robust
by Gilles Peskine
· 8 years ago
a677cdd
Detect IPv6 in udp_proxy_wrapper.sh grepping for `server_addr=::1`
by Hanno Becker
· 8 years ago
22829e9
Don't use sed -r in udp_proxy_wrapper.sh
by Hanno Becker
· 8 years ago
fbb0b70
Corrupt application data in the beginning instead of the end in UDP proxy
by Hanno Becker
· 8 years ago
1dd62ea
Add packing option to UDP proxy
by Hanno Becker
· 8 years ago
f65ca32
Introduce UDP proxy wrapper script
by Hanno Becker
· 8 years ago
b953921
Adapt benchmark application to naming and binary format
by Hanno Becker
· 8 years ago
d4d8562
Don't use deprecated macro form of DHM moduli in benchmark program
by Hanno Becker
· 8 years ago
38fc3a0
Remove duplicated defintion of PRINT_ERROR
by Peter Huewe
· 8 years ago
1ff60f4
Change examples to use the new MD API and check ret code
by Andres Amaya Garcia
· 8 years ago
46cf773
Fix wrong output in the benchmark application
by Ron Eldor
· 8 years ago
a592dcc
Clean up of formatting, and potential integer overflow fix
by Andres AG
· 9 years ago
b981b16
Minor fixes to formatting and compilation conditions
by Simon Butcher
· 9 years ago
549dc3d
Add CMAC functions to the benchmark sample application
by Simon Butcher
· 9 years ago
8b4111c
Fix build failure for thread config
by Brian Murray
· 9 years ago
57863ad
selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes
by Brian Murray
· 9 years ago
dc5c7b9
Add support for AES-128-CMAC and AES-CMAC-PRF-128
by Robert Cragie
· 10 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
e7723ec
Make entropy bias self test poll multiple times
by Andres AG
· 9 years ago
b34e42e
Add a new self test to entropy module
by Andres AG
· 9 years ago
70940ca
Allow compilation without MBEDTLS_SELF_TEST enabled
by Paul Bakker
· 9 years ago
ab069c6
Merge branch 'development' into development-restricted
by Simon Butcher
· 9 years ago
b6a73c9
Add provision to create the entropy seedfile for selftest sample
by Simon Butcher
· 9 years ago
15ab7ed
Merge branch 'development' into development-restricted
by Janos Follath
· 9 years ago
98e28a7
Address user reported coverity issues.
by Janos Follath
· 9 years ago
e4a46f6
Merge branch 'development'
by Simon Butcher
· 9 years ago
d3138c3
Fixes SSL sample apps for non-default configs
by Simon Butcher
· 9 years ago
0c53944
Fixes no return value warning in selftest.c
by Janos Follath
· 9 years ago
cd0ee5e
Fixes following review of 'iotssl-682-selftest-ci-break'
by Simon Butcher
· 9 years ago
2e3aca2
Fix test break in 'test-ref-configs.pl'
by Janos Follath
· 9 years ago
f154763
Fixes to style following review
by Simon Butcher
· 9 years ago
5a8afb8
Fix exit code and add a count of the test suites
by SimonB
· 9 years ago
4d8685b
Add skeleton for EC J-PAKE module
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
4f3368e
Fix bug in benchmark.c with DHM params
by Manuel Pégourié-Gonnard
· 10 years ago
a6dbddc
Fix benchmark.c for removal of small DH params
by Manuel Pégourié-Gonnard
· 10 years ago
046589e
Rm obsolete defines for snprintf in programs
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
abc729e
Simplify net_accept() with UDP sockets
by Manuel Pégourié-Gonnard
· 10 years ago
3d7d00a
Rename mbedtls_net_close() to mbedtls_net_free()
by Manuel Pégourié-Gonnard
· 10 years ago
5db6432
Adapt programs to the new NET API
by Manuel Pégourié-Gonnard
· 10 years ago
633c6b6
Run timing selftest on all platforms
by Manuel Pégourié-Gonnard
· 10 years ago
4b00f08
Fix snprintf test
by Manuel Pégourié-Gonnard
· 10 years ago
216a183
Fix whitespace in CMakeLists.txt
by Manuel Pégourié-Gonnard
· 10 years ago
c0d7494
Make 'port' a string in NET module
by Manuel Pégourié-Gonnard
· 10 years ago
0789433
Rename M255 to Curve25519
by Manuel Pégourié-Gonnard
· 10 years ago
7b6dcbe
Add tests for snprintf
by Manuel Pégourié-Gonnard
· 10 years ago
797f48a
Rename ecp_curve_info.size to bit_size
by Manuel Pégourié-Gonnard
· 10 years ago
3335205
Avoid in-out length in dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 10 years ago
d14acbc
Test assumptions we make about the platform
by Manuel Pégourié-Gonnard
· 10 years ago
b2a18a2
Remove references to malloc in strings/names
by Manuel Pégourié-Gonnard
· 10 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
53ebe13
Fix copyright lines still mentioning Brainspark
by Manuel Pégourié-Gonnard
· 10 years ago
0b104b0
Adapt prototype of net_accept() for explicit size
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
e85fef1
Fix option names in benchmark.c
by Manuel Pégourié-Gonnard
· 10 years ago
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
ac90673
Remove unused headers in o_p_test
by Manuel Pégourié-Gonnard
· 10 years ago
637376c
Fix bugs in programs displaying verify flags
by Manuel Pégourié-Gonnard
· 10 years ago
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
by Manuel Pégourié-Gonnard
· 10 years ago
Next »