openssl/test/recipes
Matt Caswell 0f1e51ea11 Start using the key_share data to derive the PMS
The previous commits put in place the logic to exchange key_share data. We
now need to do something with that information. In <= TLSv1.2 the equivalent
of the key_share extension is the ServerKeyExchange and ClientKeyExchange
messages. With key_share those two messages are no longer necessary.

The commit removes the SKE and CKE messages from the TLSv1.3 state machine.
TLSv1.3 is completely different to TLSv1.2 in the messages that it sends
and the transitions that are allowed. Therefore, rather than extend the
existing <=TLS1.2 state transition functions, we create a whole new set for
TLSv1.3. Intially these are still based on the TLSv1.2 ones, but over time
they will be amended.

The new TLSv1.3 transitions remove SKE and CKE completely. There's also some
cleanup for some stuff which is not relevant to TLSv1.3 and is easy to
remove, e.g. the DTLS support (we're not doing DTLSv1.3 yet) and NPN.

I also disable EXTMS for TLSv1.3. Using it was causing some added
complexity, so rather than fix it I removed it, since eventually it will not
be needed anyway.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-11-16 10:09:46 +00:00
..
01-test_abort.t tests: Shut the shell up unless verbose 2016-06-06 10:03:01 +02:00
01-test_sanity.t Platform sanity test 2016-07-08 15:56:55 -04:00
01-test_symbol_presence.t Correct detection of group end in map file when testing symbol presence 2016-09-06 00:48:13 +02:00
02-test_ordinals.t Platform sanity test 2016-07-08 15:56:55 -04:00
03-test_internal.t Link internal tests with static OpenSSL libraries when needed 2016-11-10 15:51:43 +01:00
05-test_bf.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_cast.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_des.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_hmac.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_idea.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md4.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md5.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_mdc2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rand.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc4.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc5.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rmd.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha1.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha256.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha512.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_wp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
10-test_bn.t Have some more test recipes clean up after themselves 2016-06-04 09:43:26 +02:00
10-test_exp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_dh.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_dsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ec.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ecdh.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ecdsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_rsa.t RT2676: Reject RSA eponent if even or 1 2016-08-22 11:25:12 -04:00
20-test_enc.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
20-test_passwd.t Don't use DES when disabled. 2016-10-02 11:19:29 +01:00
25-test_crl.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_d2i.t Fix no-cms (CVE-2016-7053) 2016-11-10 13:04:11 +00:00
25-test_pkcs7.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_req.t Make 25-test_gen.t and 25-test_req.t into one 2016-06-04 09:43:26 +02:00
25-test_sid.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_verify.t Extend mkcert.sh to support nameConstraints generation and more complex 2016-07-11 23:30:04 +01:00
25-test_x509.t Add some accessor API's 2016-06-08 11:37:06 -04:00
30-test_afalg.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_engine.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_evp_extra.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_evp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_pbelu.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
40-test_rehash.t perl: use the 'if' module to conditionally load File::Glob 2016-05-30 11:55:46 +02:00
70-test_asyncio.t Test recipes: remove duplicate OpenSSL::Test usage 2016-11-02 18:14:04 +01:00
70-test_bad_dtls.t Add basic test for Cisco DTLS1_BAD_VER and record replay handling 2016-08-04 20:56:24 +01:00
70-test_clienthello.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_packet.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_sslcbcpadding.t test_sslcbcpadding only makes sense <TLS1.3 2016-11-07 15:52:33 +00:00
70-test_sslcertstatus.t Skip the TLSProxy tests if environmental problems are an issue 2016-06-16 16:32:14 +01:00
70-test_sslextension.t Skip the TLSProxy tests if environmental problems are an issue 2016-06-16 16:32:14 +01:00
70-test_sslrecords.t Add a test for the wrong version number in a record 2016-11-07 15:52:33 +00:00
70-test_sslsessiontick.t Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
70-test_sslskewith0p.t Skip the TLSProxy tests if environmental problems are an issue 2016-06-16 16:32:14 +01:00
70-test_sslversions.t Give the test with only TLS1.1 and TLS1.0 a better name 2016-11-09 16:03:09 +00:00
70-test_sslvertol.t Add some more version tests 2016-11-09 16:03:09 +00:00
70-test_tlsextms.t Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
70-test_verify_extra.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_wpacket.t Add tests for the WPACKET implementation 2016-09-13 09:41:21 +01:00
80-test_ca.t Fix copy-paste test labels 2016-10-13 13:40:19 +02:00
80-test_cipherlist.t Add final(?) set of copyrights. 2016-06-01 11:27:25 -04:00
80-test_cms.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ct.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_dane.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_dtls_mtu.t Add test cases for DTLS_get_data_mtu() 2016-11-02 14:00:11 +00:00
80-test_dtls.t Test recipes: remove duplicate OpenSSL::Test usage 2016-11-02 18:14:04 +01:00
80-test_dtlsv1listen.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ocsp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_pkcs12.t Windows: UTF-8 opt-in for command-line arguments and console input. 2016-08-25 11:56:28 +01:00
80-test_ssl_new.t Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
80-test_ssl_old.t Add the SSL_METHOD for TLSv1.3 and all other base changes required 2016-11-02 13:08:21 +00:00
80-test_ssl_test_ctx.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_sslcorrupt.t Fix the no-tls option 2016-11-10 13:04:11 +00:00
80-test_tsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_x509aux.t Fix i2d_X509_AUX, update docs and add tests 2016-05-11 01:46:06 -04:00
90-test_async.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_bio_enc.t Add test/bio_enc_test.c. 2016-08-21 23:34:26 +02:00
90-test_bioprint.t Add a test for printing floating point format specifiers 2016-05-27 10:25:31 +01:00
90-test_constant_time.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_external.t Use the -allow-unimplemented feature of the BoringSSL runner 2016-11-04 10:38:54 +00:00
90-test_fuzz.t Move 05-test_fuzz.t to 90-test_fuzz.t 2016-09-01 21:05:34 +02:00
90-test_gmdiff.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_ige.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_memleak.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_overhead.t Add unit test for ssl_cipher_get_overhead() 2016-11-02 14:00:11 +00:00
90-test_p5_crpt2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_secmem.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_shlibload.t Don't assume to know the shared library extension 2016-11-04 00:19:14 +01:00
90-test_srp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_sslapi.t Test recipes: remove duplicate OpenSSL::Test usage 2016-11-02 18:14:04 +01:00
90-test_threads.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_tls13secrets.t Add a test for the TLS1.3 secret generation 2016-11-09 14:08:14 +00:00
90-test_v3name.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
bc.pl
tconversion.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00