diff options
author | Bodo Möller <bodo@openssl.org> | 2007-02-17 07:45:38 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2007-02-17 07:45:38 +0100 |
commit | 52b8dad8ec6eb0dcada52851af5f9498af7a91be (patch) | |
tree | ea3f77d4784d2d5faf4c1e31f1b28dcece2fdcae /README | |
parent | ensure that the EVP_CIPHER_CTX object is initialized (diff) | |
download | openssl-52b8dad8ec6eb0dcada52851af5f9498af7a91be.tar.xz openssl-52b8dad8ec6eb0dcada52851af5f9498af7a91be.zip |
Reorganize the data used for SSL ciphersuite pattern matching.
This change resolves a number of problems and obviates multiple kludges.
A new feature is that you can now say "AES256" or "AES128" (not just
"AES", which enables both).
In some cases the ciphersuite list generated from a given string is
affected by this change. I hope this is just in those cases where the
previous behaviour did not make sense.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ OpenSSL 0.9.9-dev XX xxx XXXX - Copyright (c) 1998-2005 The OpenSSL Project + Copyright (c) 1998-2007 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. |