TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
55427964b1073e566acfa36786bc4ab3ad901b9c
/
programs
/
test
/
benchmark.c
3ef6a6d
Fix const-ness in mbedtls_param_failed()
by Manuel Pégourié-Gonnard
· 7 years ago
63cb97e
Add handlers for parameter validation in the sample programs
by Simon Butcher
· 7 years ago
52735ef
ECDH: Prevent direct access in non-legacy mode
by Janos Follath
· 7 years ago
278af45
Fix hmac_drbg failure in benchmark, with threading
by Ron Eldor
· 7 years ago
51d7cfe
Fix coverity warnings in benchmark.c
by Manuel Pégourié-Gonnard
· 7 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
0931708
benchmark: Add comma at end of help message
by Jaeden Amero
· 7 years ago
9366feb
aes: xts: Add new context structure
by Jaeden Amero
· 7 years ago
e9ecf00
aes: Remove AES-XEX
by Jaeden Amero
· 7 years ago
5f77801
Implement AES-XTS mode
by Aorimn
· 9 years ago
daf7045
Add benchmark for AES-XEX
by Aorimn
· 9 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
9c82e2c
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 7 years ago
3dc62a0
chachapoly: force correct mode for integrated API
by Manuel Pégourié-Gonnard
· 7 years ago
d6aea18
Add Chacha20-Poly1305 to benchmark.c
by Manuel Pégourié-Gonnard
· 7 years ago
b1ac5e7
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
adc32c0
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago
34b822c
Initial implementation of ChaCha20
by Daniel King
· 9 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
08f3ef1
Basic support for Curve448, similar to the current level of support for Curve25519
by Nicholas Wilson
· 10 years ago
e61514d
benchmark: Fix incompatibility with C89 compilers
by Brendan Shanks
· 7 years ago
62e813c
Add aria to benchmark program
by Manuel Pégourié-Gonnard
· 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
0728d69
Change kB to KiB
by Ron Eldor
· 8 years ago
a074801
Change KB to kB
by Ron Eldor
· 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
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
0789433
Rename M255 to Curve25519
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
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
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
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
by Manuel Pégourié-Gonnard
· 10 years ago
f9e9481
Split mbedtls_hmac_drbg_init() -> seed{,_buf}()
by Manuel Pégourié-Gonnard
· 10 years ago
c34e8dd
Split mbedtls_gcm_init() -> gcm_setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
6963ff0
Split mbedtls_ccm_init() -> setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
32076e6
Fix programs for recent ECDSA changes
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
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
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
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
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
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 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
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
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
cbe3d0d
Added return value checking for correctness in programs
by Paul Bakker
· 11 years ago
a5d336b
Increase title size (fits to increased curve names). Give verbose errors on failures.
by Gergely Budai
· 12 years ago
fef0f8f
Add HMAC_DRBG to benchmark
by Manuel Pégourié-Gonnard
· 12 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 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
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
abd6e02
Rm _CRT_SECURE_NO_DEPRECATE for programs
by Manuel Pégourié-Gonnard
· 12 years ago
Next »