TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
fb18b6ccd2f7f33e893dbf5d299f232b51a7c41f
/
programs
/
test
40d8cc7
Adds dl link library to OpenSSL example builds
by Simon Butcher
· 9 years ago
a67fd79
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 10 years ago
e92617b
Run timing selftest on all platforms
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
0c6ce2f
Use x509_crt_verify_info() in programs
by Manuel Pégourié-Gonnard
· 10 years ago
e46c6c3
Fix tests to work with DEPRECATED_REMOVED
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
c439e7b
Minor portability fix in benchmark
by Manuel Pégourié-Gonnard
· 10 years ago
c3e3395
Fix missing #define if PLATFORM_C not here
by Manuel Pégourié-Gonnard
· 10 years ago
714929b
Fix issues introduced when rebasing
by Manuel Pégourié-Gonnard
· 10 years ago
7defc77
Code cosmetics
by Manuel Pégourié-Gonnard
· 10 years ago
85391f2
Add curve25519 to the benchmark program
by Manuel Pégourié-Gonnard
· 10 years ago
e579dab
Fix compile issue when buffer_alloc not available
by Manuel Pégourié-Gonnard
· 11 years ago
71e75dc
Fix unused variable issue in some configs
by Manuel Pégourié-Gonnard
· 11 years ago
50da048
Add heap usage for PK in benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
128657d
Use memory_buffer_alloc() in benchmark if available
by Manuel Pégourié-Gonnard
· 11 years ago
ab02580
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
c531b4a
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
012acfc
modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
by Rich Evans
· 11 years ago
b92965b
modify programs/*.c to use polarssl_snprintf
by Rich Evans
· 11 years ago
ac1f76c
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6c5abfa
Style: fix trailing spaces
by Manuel Pégourié-Gonnard
· 10 years ago
013bffe
Style: add spaces before line continuation
by Manuel Pégourié-Gonnard
· 10 years ago
77d3638
modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
by Rich Evans
· 11 years ago
783d9d1
modify programs/*.c to use polarssl_snprintf
by Rich Evans
· 11 years ago
85b05ec
Cleanup programs further
by Rich Evans
· 10 years ago
18b78c7
cleanup programs
by Rich Evans
· 10 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
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
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
5ba1d52
Add memory_buffer_alloc_self_test()
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
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 12 years ago
8f0423a
Fix for benchmark app after GCM refactoring merge
by Paul Bakker
· 12 years ago
Next »