1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-16 17:40:57 +03:00
Commit Graph

12188 Commits

Author SHA1 Message Date
a4371447e4 Start adding GnuTLS client support to compat.sh 2014-03-14 08:41:02 +01:00
213c67adfc Adapt to new ssl_client2 default 2014-03-14 08:41:02 +01:00
5b2d776d2a GnuTLS in compat.sh: server-side 2014-03-14 08:41:02 +01:00
3eec60402f Add memcheck support to compat.sh 2014-03-14 08:41:02 +01:00
de515ccdf5 Add tests for client w/o certificate 2014-03-14 08:41:02 +01:00
1b149ef746 Use no cert when none is required in compat.sh 2014-03-14 08:41:02 +01:00
f7a2690561 Make the openssl command configurable in sh tests 2014-03-14 08:41:02 +01:00
911622d84a compat.sh: never kill our server 2014-03-14 08:41:02 +01:00
87ae3031ac compat.sh: use file output (prep. for valgrind) 2014-03-14 08:41:02 +01:00
42d195acc1 compat.sh: don't start server if no ciphersuite 2014-03-14 08:41:02 +01:00
9dea8bd658 Minor compat.sh clean-up 2014-03-14 08:41:01 +01:00
c73339fd50 Add a --memcheck option to ssl-opt.sh 2014-03-14 08:41:01 +01:00
a3d808e140 Add tests for version bounds 2014-03-14 08:41:01 +01:00
0b6609b34c Add tests for non-blocking I/O 2014-03-14 08:41:01 +01:00
db735f67b9 Add tests for sess-id-based resume with OpenSSL 2014-03-14 08:41:01 +01:00
fccd3255f9 Add tests for tickets with OpenSSL 2014-03-14 08:41:01 +01:00
677884d174 Add a few checks in ssl-opt.sh 2014-03-14 08:41:01 +01:00
a9062e96e7 shell scripts: clean up when exiting on signal 2014-03-14 08:41:01 +01:00
c1da664e89 Add test for SSLv2 ClientHello 2014-03-14 08:41:01 +01:00
96ea2f2557 Add tests for SNI 2014-03-14 08:41:01 +01:00
4145b89091 compat.sh cosmetics 2014-03-14 08:41:01 +01:00
720375e7ea Add test descriptions for lcov 2014-03-14 08:41:01 +01:00
8520dac292 Add tests for auth_mode 2014-03-14 08:41:00 +01:00
da782c9458 compat.sh: better certificate verification testing 2014-03-14 08:41:00 +01:00
33a752e180 ssl-opt.sh: count and report failures 2014-03-14 08:41:00 +01:00
f8bdbb5d62 ssl-opt.sh: cosmetics 2014-03-14 08:41:00 +01:00
dbe1ee1988 Add tests for session ticket lifetime 2014-03-14 08:41:00 +01:00
c55a5b7d6f Add tests for cache timeout 2014-03-14 08:41:00 +01:00
4c88345f19 Add test for ssl_cache max_entries 2014-03-14 08:41:00 +01:00
780d671f9d Add tests for renegotiation 2014-03-14 08:41:00 +01:00
de14378a53 Add tests for max fragment length extension 2014-03-14 08:41:00 +01:00
f7c52014ec Add basic tests for session resumption 2014-03-14 08:41:00 +01:00
eaadc508fb New ssl-opt.sh test script 2014-03-14 08:41:00 +01:00
c57e98b5fa compat.sh: terminate ssl_server2 cleanly 2014-03-14 08:41:00 +01:00
5f593f07f7 compat.sh: rm a useless sleep 2014-03-14 08:41:00 +01:00
95957717f3 compat.sh: source cosmetics 2014-03-14 08:41:00 +01:00
330e4111cb compat.sh: factor code into run_client() function 2014-03-14 08:41:00 +01:00
304beef2ae compat.sh: function to start server 2014-03-14 08:41:00 +01:00
9ada01a70c compat.sh: regroup arguments even more 2014-03-14 08:41:00 +01:00
1b31d7fd97 compat.sh: remove useless server restart 2014-03-14 08:41:00 +01:00
48f196cda5 compat.sh refactoring: group ciphersuite lists 2014-03-14 08:40:59 +01:00
d941a796be compat.sh refectoring: regroup argument setting 2014-03-14 08:40:59 +01:00
c7a88a960d Fix more depend issues on specific curves 2014-03-13 19:25:06 +01:00
9533765b25 Reject certs and CRLs from the future 2014-03-13 19:25:06 +01:00
6304f786e0 Add x509_time_future() 2014-03-13 19:25:06 +01:00
29dcc0b93c Fix depend issues in test suites for cipher modes 2014-03-13 19:25:06 +01:00
3d52ab76f6 Fixed CMake symlinking on out-of-source builds 2014-03-07 10:33:55 +01:00
e8bac683c2 Add -Wunreachable-code to check mode
See eg https://www.imperialviolet.org/2014/02/22/applebug.html
2014-02-24 10:49:27 +01:00
c9093085ed Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
This reverts commit ab50d8d30c, reversing
changes made to e31b1d992a.
2014-02-12 09:39:59 +01:00
cd6d69a414 Fixed testing with out-of-source builds using cmake 2014-02-06 15:44:11 +01:00