Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Fix export RSA/DHE schema names
Browse files Browse the repository at this point in the history
export_rsa -> rsa_export
  • Loading branch information
dadrian committed Apr 6, 2016
1 parent 3216a5f commit 786e06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ztag/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@
"tls":ztag_tls,
"heartbleed":ztag_heartbleed,
"dhe": ztag_dh,
"export_rsa": ztag_rsa_export,
"export_dhe": ztag_dh_export,
"rsa_export": ztag_rsa_export,
"dhe_export": ztag_dh_export,
"ssl_2": ztag_sslv2,
"tls_1_1": ztag_tls_support,
"tls_1_2": ztag_tls_support,
Expand Down

0 comments on commit 786e06b

Please sign in to comment.