Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
39b1904b9fc18699732d21bac32a727c094109b8
/
tests
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 8 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 8 years ago
d5a09f1
Updated version number to 2.10.0 for release
by Simon Butcher
· 8 years ago
d08a2f7
Adapt the ARIA test cases for new ECB function
by Simon Butcher
· 8 years ago
9c82e2c
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 8 years ago
3dc62a0
chachapoly: force correct mode for integrated API
by Manuel Pégourié-Gonnard
· 8 years ago
eb6ed71
Merge remote-tracking branch 'public/pr/1267' into development
by Simon Butcher
· 8 years ago
246cb05
Merge remote-tracking branch 'public/pr/1410' into development
by Simon Butcher
· 8 years ago
b02f789
Merge remote-tracking branch 'public/pr/1470' into development
by Simon Butcher
· 8 years ago
ba91994
Merge remote-tracking branch 'public/pr/1604' into development
by Simon Butcher
· 8 years ago
3798b6b
Add some error codes and merge others
by Manuel Pégourié-Gonnard
· 8 years ago
234e1ce
cipher: add stream test vectors for chacha20(poly1305)
by Manuel Pégourié-Gonnard
· 8 years ago
ceb1225
chachapoly: add test for state flow
by Manuel Pégourié-Gonnard
· 8 years ago
444f711
poly1305: add test with multiple small fragments
by Manuel Pégourié-Gonnard
· 8 years ago
59d2c30
chachapoly: add test for parameter validation
by Manuel Pégourié-Gonnard
· 8 years ago
a8fa8b8
poly1305: add test for parameter validation
by Manuel Pégourié-Gonnard
· 8 years ago
2aca236
chacha20: add test for parameter validation
by Manuel Pégourié-Gonnard
· 8 years ago
fce88b2
Fix selftest verbosity in test suites
by Manuel Pégourié-Gonnard
· 8 years ago
69767d1
cipher: add chachapoly test vector + unauth case
by Manuel Pégourié-Gonnard
· 8 years ago
1465602
poly1305: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 8 years ago
55c0d09
chacha20: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 8 years ago
7296771
chachapoly: add test with unauthentic data
by Manuel Pégourié-Gonnard
· 8 years ago
528524b
Reduce size of buffers in test suites
by Manuel Pégourié-Gonnard
· 8 years ago
b1ac5e7
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 8 years ago
346b8d5
chachapoly: split crypt_and_mac() to match GCM API
by Manuel Pégourié-Gonnard
· 8 years ago
dca3a5d
Rename aead_chacha20_poly1305 to chachapoly
by Manuel Pégourié-Gonnard
· 8 years ago
dca6abb
Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled.
by Daniel King
· 10 years ago
6155cc8
Add ChaCha20 test vectors from RFC 7539
by Daniel King
· 10 years ago
8fe4701
Add ChaCha20+Poly1305 to the Cipher module
by Daniel King
· 10 years ago
b8025c5
Implement AEAD-ChaCha20-Poly1305.
by Daniel King
· 10 years ago
adc32c0
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 10 years ago
bd92062
Add ChaCha20 to the Cipher module
by Daniel King
· 10 years ago
34b822c
Initial implementation of ChaCha20
by Daniel King
· 10 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 8 years ago
2699de3
Add check-files.py to pre-push.sh
by Darryl Green
· 8 years ago
a07039c
Add check-files.py to all.sh
by Darryl Green
· 8 years ago
10d9ce3
Add script for source integrity checking
by Darryl Green
· 8 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 8 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 8 years ago
09c4e7e
Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed
by Jaeden Amero
· 8 years ago
0b3f00c
Avoid -Wformat-truncation warning on gcc7
by Mohammad Azim Khan
· 8 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 8 years ago
38c42d5
Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed
by Jaeden Amero
· 8 years ago
708c5cb
mbedtls_zeroize -> mbedtls_platform_zeroize in docs
by Andres Amaya Garcia
· 8 years ago
f13ca95
Test suites: print error on failed platform_setup
by Andrzej Kurek
· 8 years ago
eecea0e
Update zeroize test to use mbedtls_platform_zeroize()
by Andres Amaya Garcia
· 8 years ago
757cd72
Update license headers year and branding
by Andres Amaya Garcia
· 8 years ago
42defd1
Improve docs for zeroize.c and test_zeroize.gdb
by Andres Amaya Garcia
· 8 years ago
806f403
Improve detection of program exit code in gdb script
by Andres Amaya Garcia
· 8 years ago
7111a0d
Change test_zeroize.gdb script breakpoint due to zeroize.c change
by Andres Amaya Garcia
· 8 years ago
2967381
Extend zeroize tests to multiple optimizations
by Andres Amaya Garcia
· 8 years ago
24768bf
Improve test_zeroize.gdb breakpoint
by Andres Amaya Garcia
· 8 years ago
d0d7bf6
Add gdb zeroize test when compiling with clang
by Andres Amaya Garcia
· 8 years ago
f2d1792
Document test_zeroize.gdb script
by Andres Amaya Garcia
· 8 years ago
ddebc49
Add gdb script to test mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
a282270
Add explicit checks for non-zero result of platform setup in test suites
by Andrzej Kurek
· 8 years ago
32a675f
Add conditional platform context creation & usage
by Andrzej Kurek
· 8 years ago
1152fa8
Add platform setup and teardown calls to test suites
by Andrzej Kurek
· 8 years ago
c4ec716
Fix uninitialized var in check-generated-files.sh
by Andres AG
· 8 years ago
4c1e2ec
Check generated-visualc-files in check-generated-files
by Andres Amaya Garcia
· 8 years ago
6668927
Generate primes according to FIPS 186-4
by Jethro Beekman
· 8 years ago
80aa3b8
Merge branch 'pr_946' into development-proposed
by Gilles Peskine
· 8 years ago
5c77f2e
Merge remote-tracking branch 'upstream-public/pr/1535' into development-proposed
by Gilles Peskine
· 8 years ago
be2371c
Merge branch 'pr_348' into development-proposed
by Gilles Peskine
· 8 years ago
0ed632f
Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed
by Gilles Peskine
· 8 years ago
695d557
Merge branch 'pr_1180' into development-proposed
by Gilles Peskine
· 8 years ago
08f3ef1
Basic support for Curve448, similar to the current level of support for Curve25519
by Nicholas Wilson
· 10 years ago
19d1373
Enable SSL test scripts to dump logs on stdout
by Azim Khan
· 8 years ago
78a03ec
Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed
by Jaeden Amero
· 8 years ago
2843d21
Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed
by Jaeden Amero
· 8 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 8 years ago
9528658
Merge remote-tracking branch 'upstream-public/pr/701' into development-proposed
by Jaeden Amero
· 8 years ago
8645e90
Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed
by Jaeden Amero
· 8 years ago
6c563fa
Add tests for "return plaintext data faster on unpadded decryption"
by Jethro Beekman
· 8 years ago
576d474
Fix test dependencies of pkcs5 pbs2 on asn1 parse
by Andres Amaya Garcia
· 8 years ago
79db933
Fix shared library lookup on Mac OS X when running tests
by Andres Amaya Garcia
· 8 years ago
420f0cc
Make DLEXT var configurable in programs and tests makefiles
by Andres Amaya Garcia
· 8 years ago
98a6786
Adapt changes to all.sh to work with --keep-going mode
by Hanno Becker
· 8 years ago
783cb06
Remove duplicate test in all.sh
by Hanno Becker
· 8 years ago
de420a4
Fix some test deps
by Deomid Ryabkov
· 9 years ago
1cfa2d0
Add missing dependencies in test_suite_x509parse
by Gilles Peskine
· 8 years ago
396fac1
all.sh --keep-going: properly handle multiple-builds scripts
by Gilles Peskine
· 8 years ago
15ad579
Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted
by Gilles Peskine
· 8 years ago
d2df936
Fix parsing of PKCS#8 encoded Elliptic Curve keys.
by Jethro Beekman
· 8 years ago
0114ffc
all.sh: Verify out-of-tree testing with CMake
by Gilles Peskine
· 8 years ago
a71d64c
all.sh: fix cleanup happening during an out-of-tree build
by Gilles Peskine
· 8 years ago
31b07e2
all.sh: be more conservative when cleaning up CMake artefacts
by Gilles Peskine
· 8 years ago
8405257
Support out-of-tree testing with CMake
by Gilles Peskine
· 8 years ago
38d8165
all.sh: add opposites to all boolean options
by Gilles Peskine
· 8 years ago
8a244c9
all.sh: option parsing: reduce vertical spread
by Gilles Peskine
· 8 years ago
2623296
all.sh: with --no-armcc, don't call armcc from output_env.sh
by Gilles Peskine
· 8 years ago
8be0e6d
Update version to 2.8.0
by Jaeden Amero
· 8 years ago
mbedtls-2.8.0
adfa64f
Abort idle-loop in ssl_server2 if sockets gets invalid
by Hanno Becker
· 8 years ago
8d83218
Increase UDP record packing time in ssl-opt.sh
by Hanno Becker
· 8 years ago
7b6582b
Kill server and proxy via SIGQUIT in ssl-opt.sh
by Hanno Becker
· 8 years ago
79a5e72
Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed
by Jaeden Amero
· 8 years ago
mbedtls-2.8.0-rc1
24b2d6f
Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed
by Jaeden Amero
· 8 years ago
47a98d4
fixup previous commit: add forgotten file
by Manuel Pégourié-Gonnard
· 8 years ago
a63305d
x509: CRL: add tests for non-critical extension
by Manuel Pégourié-Gonnard
· 8 years ago
0bdb050
x509: CRL: add tests for malformed extensions
by Manuel Pégourié-Gonnard
· 8 years ago
Next »