openssl/test/recipes
Viktor Dukhovni fbb82a60dc Move peer chain security checks into x509_vfy.c
A new X509_VERIFY_PARAM_set_auth_level() function sets the
authentication security level.  For verification of SSL peers, this
is automatically set from the SSL security level.  Otherwise, for
now, the authentication security level remains at (effectively) 0
by default.

The new "-auth_level" verify(1) option is available in all the
command-line tools that support the standard verify(1) options.

New verify(1) tests added to check enforcement of chain signature
and public key security levels.  Also added new tests of enforcement
of the verify_depth limit.

Updated documentation.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2016-04-03 11:35:35 -04:00
..
01-test_abort.t Add a test to see that signals are caught as failures 2016-03-18 15:25:23 +01:00
01-test_ordinals.t Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
05-test_bf.t
05-test_cast.t
05-test_des.t
05-test_hmac.t
05-test_idea.t
05-test_md2.t
05-test_md4.t
05-test_md5.t
05-test_mdc2.t
05-test_rand.t
05-test_rc2.t
05-test_rc4.t
05-test_rc5.t
05-test_rmd.t
05-test_sha1.t
05-test_sha256.t
05-test_sha512.t
05-test_wp.t
10-test_bn.t
10-test_exp.t
15-test_dh.t
15-test_dsa.t
15-test_ec.t
15-test_ecdh.t
15-test_ecdsa.t
15-test_rsa.t
20-test_enc.t
25-test_crl.t
25-test_gen.t
25-test_pkcs7.t
25-test_req.t
25-test_sid.t
25-test_verify.t Move peer chain security checks into x509_vfy.c 2016-04-03 11:35:35 -04:00
25-test_x509.t
30-test_afalg.t Disable afalg when engine is disabled. 2016-03-14 17:03:53 +01:00
30-test_engine.t
30-test_evp_extra.t
30-test_evp.t
30-test_pbelu.t
40-test_rehash.t GH753: More spelling fix 2016-02-27 10:58:16 -05:00
70-test_clienthello.t
70-test_packet.t
70-test_sslcertstatus.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_sslextension.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_sslsessiontick.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_sslskewith0p.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_sslvertol.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_tlsextms.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
70-test_verify_extra.t
80-test_ca.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
80-test_cms.t Skip the CMS tests if CMS is disabled 2016-03-21 14:33:40 +00:00
80-test_ct.t When creating directory specs, use srctop_dir rather than srctop_file. 2016-03-12 02:09:05 +01:00
80-test_dane.t
80-test_dtlsv1listen.t
80-test_ocsp.t
80-test_ssl.t Add session reuse tests. 2016-03-27 23:59:04 +02:00
80-test_tsa.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
90-test_async.t
90-test_constant_time.t
90-test_gmdiff.t
90-test_heartbeat.t Remove TLS heartbeat, disable DTLS heartbeat 2016-02-11 12:57:26 -05:00
90-test_ige.t
90-test_memleak.t
90-test_networking.t Adapt some test recipes to the newer cmdstr() 2016-04-02 23:13:42 +02:00
90-test_np.t
90-test_p5_crpt2.t
90-test_secmem.t
90-test_srp.t
90-test_threads.t Implement new multi-threading API 2016-02-26 10:00:36 +00:00
90-test_v3name.t
bc.pl Math::BigInt does floored divs, BN_div does truncated div, compensate 2016-03-27 21:39:23 +02:00
tconversion.pl