summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--src/common.c5
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6685cf088a..a847dbc03c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.0.0
+Version 1.0.0 (04/12/2003)
- Exported the static SRP group parameters.
- Some fixes in the certificate authenticated SRP ciphersuites.
- Improved the support for draft-ietf-tls-srp-05. The two-phase
diff --git a/src/common.c b/src/common.c
index 870ae5aba8..b0e7a15e39 100644
--- a/src/common.c
+++ b/src/common.c
@@ -484,13 +484,13 @@ void print_list(void)
printf("Ciphers:");
printf(" AES-128-CBC");
printf(", 3DES-CBC");
- printf(", ARCFOUR\n");
+ printf(", ARCFOUR");
printf(", ARCFOUR-40\n");
printf("MACs:");
printf(" MD5");
printf(", RMD160");
- printf(", SHA-1\n");
+ printf(", SHA1\n");
printf("Key exchange algorithms:");
printf(" RSA");
@@ -504,6 +504,7 @@ void print_list(void)
printf("Compression methods:");
printf(" ZLIB");
+ printf(", LZO");
printf(", NULL\n");
}