Skip to content

Commit

Permalink
mkcipherlist.py: Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Oct 27, 2014
1 parent 98fd601 commit b4ed332
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mkcipherlist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# This script read cipher suite list csv file [1] and prints out ECDHE
# or DHE with AEAD ciphers only. The output is used by
# src/shrpx_ssl.cc.
#
# [1] http://www.iana.org/assignments/tls-parameters/tls-parameters-4.csv
# [2] http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml

from __future__ import unicode_literals
import re
import sys
import csv
Expand Down

0 comments on commit b4ed332

Please sign in to comment.