From b4ed3324c05b0616cfac6cbf8f46d75bca1888b6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 25 Oct 2014 00:46:01 +0900 Subject: [PATCH] mkcipherlist.py: Update doc --- mkcipherlist.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mkcipherlist.py b/mkcipherlist.py index 349ba5d2..95c62880 100755 --- a/mkcipherlist.py +++ b/mkcipherlist.py @@ -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