TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
3d2c4b70f2e05be7d8c4b6be6add399e0cbab79c
/
programs
/
test
3d2c4b7
Fix url in new files
by Manuel Pégourié-Gonnard
· 11 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
7c9e75a
Remove a few useless #defines
by Manuel Pégourié-Gonnard
· 11 years ago
f90016a
Use platform layer in programs for consistency.
by Rich Evans
· 11 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 11 years ago
d43ccb6
Quit using deprecated header.
by Manuel Pégourié-Gonnard
· 11 years ago
dba564b
Fix files that are not in development
by Manuel Pégourié-Gonnard
· 11 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
9169921
Rename to mbed TLS in examples
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
f9c8a60
Merge commit '8b9bcec' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
5ba1d52
Add memory_buffer_alloc_self_test()
by Manuel Pégourié-Gonnard
· 11 years ago
ba958b8
Add test for server-initiated renego
by Manuel Pégourié-Gonnard
· 11 years ago
ce8588c
Make udp_proxy more robust
by Manuel Pégourié-Gonnard
· 11 years ago
fa60f12
Quit using "yes" in ssl-opt.sh with openssl
by Manuel Pégourié-Gonnard
· 11 years ago
ae666c5
proxy: avoid always dropping the same packet
by Manuel Pégourié-Gonnard
· 11 years ago
d0fd1da
Add test with proxy and openssl server
by Manuel Pégourié-Gonnard
· 11 years ago
8cc7e03
udp_proxy: show encrypted messages as encrypted
by Manuel Pégourié-Gonnard
· 11 years ago
6265d30
Fix some delayed packets going the wrong way
by Manuel Pégourié-Gonnard
· 11 years ago
bf02319
udp_proxy: don't overwrite delayed packets
by Manuel Pégourié-Gonnard
· 11 years ago
6312e0f
udp_proxy: allow successive clients
by Manuel Pégourié-Gonnard
· 11 years ago
b46780e
Enlarge udp_proxy's message buffer
by Manuel Pégourié-Gonnard
· 11 years ago
ae8d239
udp_proxy: also drop messages from the last flight
by Manuel Pégourié-Gonnard
· 11 years ago
992e136
Make decisions pseudo-random in udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
bc010a0
udp_proxy: don't drop messages in the last flight
by Manuel Pégourié-Gonnard
· 11 years ago
7cf3518
Enhance output of udp_proxy (with time)
by Manuel Pégourié-Gonnard
· 11 years ago
63eca93
Drop invalid records with DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
6c18a39
Add option 'bad_ad' to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
eb00bfd
Add option 'mtu' to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
81f2fe9
Add option 'delay_ccs' to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
60fdd7e
Add option 'drop' to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
21398c3
Add option 'delay' to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
2c41bd8
Add a 'duplicate' option to udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
44d5e63
Enhance output of udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
cb4137b
Add test utility udp_proxy
by Manuel Pégourié-Gonnard
· 11 years ago
f5a1312
Add UDP support to the NET module
by Manuel Pégourié-Gonnard
· 11 years ago
5b78f21
ssl_test.c: remove dead store, assign at declaration
by Alfred Klomp
· 11 years ago
a317a98
Adapt programs / test suites
by Paul Bakker
· 11 years ago
8cfd9d8
Adapt programs / test suites to _init() and _free()
by Paul Bakker
· 11 years ago
c5fd391
Check return value of ssl_set_xxx() in programs
by Manuel Pégourié-Gonnard
· 11 years ago
7680698
Temporarily disable timing test on non-Linux
by Manuel Pégourié-Gonnard
· 11 years ago
508e573
Merge tests for asn1write, XTEA and Entropy modules
by Paul Bakker
· 11 years ago
e1ac0f8
Add back timing selftest with new hardclock test
by Manuel Pégourié-Gonnard
· 11 years ago
4dd7392
Add entropy_self_test()
by Manuel Pégourié-Gonnard
· 11 years ago
b5212b4
Merge CCM cipher mode and ciphersuites
by Paul Bakker
· 11 years ago
0c5e429
benchmark application also works without POLARSSL_ERROR_C
by Paul Bakker
· 11 years ago
58d78a8
Add CCM to benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
df71dd1
Cleaner initialization (values did not matter, but were uninitialized)
by Paul Bakker
· 11 years ago
0c22610
Cleaned up location of init and free for some programs to prevent memory
by Paul Bakker
· 11 years ago
cbe3d0d
Added return value checking for correctness in programs
by Paul Bakker
· 11 years ago
0f79bab
Disable timing_selftest() for now
by Manuel Pégourié-Gonnard
· 11 years ago
13a1ef8
Misc selftest adjustements
by Manuel Pégourié-Gonnard
· 11 years ago
470fc93
Add timing_self_test() with consistency tests
by Manuel Pégourié-Gonnard
· 11 years ago
388dac4
Still test pbkdf2 while it's there
by Manuel Pégourié-Gonnard
· 11 years ago
5a1d687
Fixed typo introduced in 486485b
by Paul Bakker
· 11 years ago
486485b
PBKDF2 -> PKCS5 in selftest.c
by Manuel Pégourié-Gonnard
· 11 years ago
a5d336b
Increase title size (fits to increased curve names). Give verbose errors on failures.
by Gergely Budai
· 12 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 12 years ago
fef0f8f
Add HMAC_DRBG to benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
5eb264c
Minor fixes to o_p_test.c (CMakeLists.txt and includes)
by Paul Bakker
· 12 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 12 years ago
1744d72
Add RIPEMD-160 to selftest
by Manuel Pégourié-Gonnard
· 12 years ago
01b0b38
Add RIPEMD-160 to benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
f70fe81
Fixed memory leak in benchmark application
by Paul Bakker
· 12 years ago
840ab20
Explicit conversions to int from size_t for MSVC (64-bit) in apps
by Paul Bakker
· 12 years ago
c97f9f6
Removed making commandline arguments case insensitive
by Paul Bakker
· 12 years ago
b799dec
Merged support for Brainpool curves and ciphersuites
by Paul Bakker
· 12 years ago
2f77ce3
Fix forgotten snprintf define for MSVC
by Manuel Pégourié-Gonnard
· 12 years ago
22f64c8
Cosmetics in benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
1337aff
Buffer allocator threading support
by Paul Bakker
· 12 years ago
1ffefac
Introduced entropy_free()
by Paul Bakker
· 12 years ago
396333e
Updated ssl_test to handle EOF return value
by Paul Bakker
· 12 years ago
641de71
Use both RSA and ECDSA CA if available
by Manuel Pégourié-Gonnard
· 12 years ago
cbf3ef3
RSA and ECDSA key exchanges don't depend on CRL
by Manuel Pégourié-Gonnard
· 12 years ago
abd6e02
Rm _CRT_SECURE_NO_DEPRECATE for programs
by Manuel Pégourié-Gonnard
· 12 years ago
7831b0c
A few more issues with small configurations
by Manuel Pégourié-Gonnard
· 12 years ago
da179e4
Add ecp_curve_list(), hide ecp_supported_curves
by Manuel Pégourié-Gonnard
· 12 years ago
56cd319
Add human-friendly name in ecp_curve_info
by Manuel Pégourié-Gonnard
· 12 years ago
803bb31
Remove ecp-bench (now in general benchmark)
by Manuel Pégourié-Gonnard
· 12 years ago
cc34f95
Include ECDSA and ECDH in benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
ed7cbe9
Allow selection of what to benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
8271f2f
Shorten benchmark source using macros and loops
by Manuel Pégourié-Gonnard
· 12 years ago
15d5de1
Simplify usage of DHM blinding
by Manuel Pégourié-Gonnard
· 12 years ago
68821da
Fix clang warnings in applications
by Manuel Pégourié-Gonnard
· 12 years ago
c559c7a
Renamed x509_cert structure to x509_crt for consistency
by Paul Bakker
· 12 years ago
ddf26b4
Renamed x509parse_* functions to new form
by Paul Bakker
· 12 years ago
369d2eb
Introduced x509_crt_init(), x509_crl_init() and x509_csr_init()
by Paul Bakker
· 12 years ago
36713e8
Fixed bunch of X509_PARSE related defines / dependencies
by Paul Bakker
· 12 years ago
7504d7f
Fixed X509 define in selftest.c
by Paul Bakker
· 12 years ago
40ce79f
Moved DHM parsing from X509 module to DHM module
by Paul Bakker
· 12 years ago
9a97c5d
Fixed warnings in case application dependencies are not met
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
Next »