Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a28db923d95a7a0ca169992cbdfb91043b17b0c6
/
tests
a28db92
Support wildcard patterns with a positive list of components to run
by Gilles Peskine
· 6 years ago
53190e6
Delete $OUT_OF_SOURCE_DIR under --force
by Gilles Peskine
· 6 years ago
d1174cf
Fix sometimes-spurious warning about changed config.h
by Gilles Peskine
· 6 years ago
c70637a
all.sh: Update the maintainer documentation
by Gilles Peskine
· 6 years ago
cc9f0b9
Merge the code to call output_env.sh into pre_check_tools
by Gilles Peskine
· 6 years ago
8796426
all.sh: only check tools that are going to be used
by Gilles Peskine
· 6 years ago
5331c6e
all.sh: only look for armcc if it is used
by Gilles Peskine
· 6 years ago
beb3a81
all.sh: Always build the list of components to run
by Gilles Peskine
· 6 years ago
878cf60
all.sh: list components automatically
by Gilles Peskine
· 6 years ago
a1fc4b5
all.sh: fix MAKEFLAGS setting
by Gilles Peskine
· 6 years ago
a16c2b1
all.sh: don't insist on Linux; always run Valgrind
by Gilles Peskine
· 6 years ago
4976e82
Gdb script: improve portability of ASLR disabling disabling
by Gilles Peskine
· 6 years ago
5fa32a7
Use CMAKE_BUILD_TYPE to do Asan builds
by Gilles Peskine
· 6 years ago
55f7c94
Fix inconsistent indentation
by Gilles Peskine
· 6 years ago
b28636b
Merge tag 'mbedtls-2.16.0' into all_sh-2.14
by Gilles Peskine
· 6 years ago
608953e
Back up and restore config.h systematically
by Gilles Peskine
· 6 years ago
ffcdeff
Add the current component name to msg output and the final report
by Gilles Peskine
· 6 years ago
81b96ed
Add --except mode: run all components except a list
by Gilles Peskine
· 6 years ago
9252511
all.sh: with non-option arguments, run only these components
by Gilles Peskine
· 6 years ago
348fb9a
New option --list-components
by Gilles Peskine
· 6 years ago
782f411
Move test-ref-configs into its own component
by Gilles Peskine
· 6 years ago
e48351a
Move cleanup into the common wrapper function
by Gilles Peskine
· 6 years ago
9f8f92c
Remove duplicate component for RSA_NO_CRT
by Gilles Peskine
· 6 years ago
8f07312
Move the code into functions. No behavior change.
by Gilles Peskine
· 6 years ago
6c164e7
Update the version of the library to 2.16.0
by Simon Butcher
· 6 years ago
428d00d
Merge remote-tracking branch 'public/pr/2209' into development-restricted
by Simon Butcher
· 6 years ago
88d45a8
Merge remote-tracking branch 'public/pr/2171' into development-restricted
by Simon Butcher
· 6 years ago
ad7c210
Merge remote-tracking branch 'public/pr/2274' into development
by Simon Butcher
· 6 years ago
12b4240
Merge remote-tracking branch 'public/pr/2288' into development
by Simon Butcher
· 6 years ago
c831193
Merge remote-tracking branch 'public/pr/2302' into development
by Simon Butcher
· 6 years ago
1efda39
Merge remote-tracking branch 'public/pr/2297' into development
by Simon Butcher
· 6 years ago
5aa7809
Merge remote-tracking branch 'public/pr/2275' into development
by Simon Butcher
· 6 years ago
780cf18
Merge remote-tracking branch 'public/pr/2271' into development
by Simon Butcher
· 6 years ago
032c037
Merge remote-tracking branch 'public/pr/2270' into development
by Simon Butcher
· 6 years ago
a033633
Merge remote-tracking branch 'public/pr/2269' into development
by Simon Butcher
· 6 years ago
70935a4
Merge remote-tracking branch 'public/pr/2299' into development
by Simon Butcher
· 6 years ago
003c0e0
Merge remote-tracking branch 'public/pr/2292' into development
by Simon Butcher
· 6 years ago
decf2f5
Merge remote-tracking branch 'public/pr/2291' into development
by Simon Butcher
· 6 years ago
65ce5dc
Merge remote-tracking branch 'public/pr/2290' into development
by Simon Butcher
· 6 years ago
ad2e0da
Merge remote-tracking branch 'public/pr/2283' into development
by Simon Butcher
· 6 years ago
0bbf7f4
Merge remote-tracking branch 'public/pr/2279' into development
by Simon Butcher
· 6 years ago
962b7b1
Merge remote-tracking branch 'public/pr/2273' into development
by Simon Butcher
· 6 years ago
6be67a6
Merge remote-tracking branch 'public/pr/2281' into development
by Simon Butcher
· 6 years ago
dac513e
Merge remote-tracking branch 'public/pr/2282' into development
by Simon Butcher
· 6 years ago
ccafd14
Merge remote-tracking branch 'public/pr/2276' into development
by Simon Butcher
· 6 years ago
2a8d32c
Merge remote-tracking branch 'public/pr/2287' into development
by Simon Butcher
· 6 years ago
743e398
Avoid unused-variable warnings for str as well
by Gilles Peskine
· 6 years ago
88ca3a2
Avoid unused-variable warnings in some configurations
by Gilles Peskine
· 6 years ago
d602711
Fix dependencies on MBEDTLS_FS_IO
by Gilles Peskine
· 6 years ago
73b7984
Remove parameter validation for deprecated function in ECDSA module
by Hanno Becker
· 6 years ago
dd63359
Add tests for valid NULL in ccm_free()
by k-stachowiak
· 6 years ago
508bcd9
Remove unneeded test for the CCM free function
by k-stachowiak
· 6 years ago
26d365e
Add parameter validation for CCM
by k-stachowiak
· 6 years ago
fb54360
Prevent unused variable in some configurations
by k-stachowiak
· 6 years ago
6af45ec
PK: document context validity requirements
by Gilles Peskine
· 6 years ago
a85edd9
Split the unconditional and conditional parameter validation tests
by k-stachowiak
· 6 years ago
f25ee7f
Fix parameter validation for mbedtls_mpi_lsb()
by Hanno Becker
· 6 years ago
d54b975
pk parse: the password is optional
by Gilles Peskine
· 6 years ago
516897a
Remove unnecessary parameter validation from the Cipher module
by k-stachowiak
· 6 years ago
95070a8
Make some cipher parameter validation unconditional
by k-stachowiak
· 6 years ago
5b01f8b
Add a new line at the end of the test data file
by k-stachowiak
· 6 years ago
90b8d4a
Include static cipher functions in the parameter validation scheme
by k-stachowiak
· 6 years ago
a539070
Make all parameter validation tests optional
by k-stachowiak
· 6 years ago
e0215d7
Add Cipher module parameter validation
by Krzysztof Stachowiak
· 6 years ago
5fccb3e
Add tests for valid NULL in gcm_free()
by k-stachowiak
· 6 years ago
8ffc92a
Add parameter validation for the GCM module
by k-stachowiak
· 6 years ago
ee3cfec
PK sign/verify: hash=NULL is ok if md_alg=0 and hash_len=0
by Gilles Peskine
· 6 years ago
998fbfb
Properly test pk_write with an empty output buffer
by Gilles Peskine
· 6 years ago
cc274c2
Do run the valid parameters test function
by Gilles Peskine
· 6 years ago
1f19fa6
PK: Fix free(NULL) in library and tests
by Gilles Peskine
· 6 years ago
f947c0a
Move testing of mbedtls_blowfish_free() to separate test case
by Hanno Becker
· 6 years ago
49acc64
Minor improvements to Blowfish documentation and tests
by Hanno Becker
· 6 years ago
e38b4cd
Test parameter validation for Blowfish module
by Hanno Becker
· 6 years ago
0294072
Avoid unused variable warning in ARIA param validation test
by Hanno Becker
· 6 years ago
14b91e8
Move testing of mbedtls_aria_free() to separate test
by Hanno Becker
· 6 years ago
fac1d44
Fix style in ARIA parameter validation tests
by Hanno Becker
· 6 years ago
b0de9f5
Test that mbedtls_aria_free() accepts NULL parameter
by Hanno Becker
· 6 years ago
9e45c16
Test parameter validation for ARIA module
by Hanno Becker
· 6 years ago
f193176
Move test of mbedtls_camellia_free() to separate test
by Hanno Becker
· 6 years ago
ff62f44
Remove duplicated parameter check in CAMELLIA module
by Hanno Becker
· 6 years ago
e939de7
Minor fixes to Camellia parameter validation
by Hanno Becker
· 6 years ago
7578837
Test parameter validation for CAMELLIA module
by Hanno Becker
· 6 years ago
e146e7d
Don't use TEST_VALID_PARAM with a value
by Gilles Peskine
· 6 years ago
1959535
Add parameter validation test for mbedtls_ecp_check_pub_priv()
by Hanno Becker
· 6 years ago
549e455
Add parameter validation test for mbedtls_ecp_gen_privkey()
by Hanno Becker
· 6 years ago
0a4fa9b
Add parameter validation test for mbedtls_ecp_check_budget()
by Hanno Becker
· 6 years ago
807c107
Fix typos in ECP test suite
by Hanno Becker
· 6 years ago
54b789a
Merge remote-tracking branch 'public/pr/2298' into development
by Simon Butcher
· 6 years ago
78438e4
Test parameter validation for pk, pkparse and pkwrite
by Gilles Peskine
· 6 years ago
59274d4
Remove unnecessary call to mbedtls_mpi_free() in MPI tests
by Hanno Becker
· 6 years ago
b48e1aa
Add separate test for mbedtls_mpi_free() accepting NULL
by Hanno Becker
· 6 years ago
ee427b2
tests: Backup config.h before modifying it
by Jaeden Amero
· 6 years ago
e118504
Numerous minor improvements to bignum documentation
by Hanno Becker
· 6 years ago
56b661c
Add test that mbedtls_mpi_free() accepts NULL parameter
by Hanno Becker
· 6 years ago
afb607b
Add tests for parameter validation in MPI module
by Hanno Becker
· 6 years ago
d22df58
Add missing guards around SHA-1 tests
by Hanno Becker
· 6 years ago
adc9b17
Minor improvements to DHM module
by Hanno Becker
· 6 years ago
8c8a93c
Test parameter validation for DHM module
by Hanno Becker
· 6 years ago
4fbd4bf
Fix guard in SHA-512 tests
by Hanno Becker
· 6 years ago
36beb04
Add tests or SHA-256 parameter validation
by Hanno Becker
· 6 years ago
Next »