]> git.ipfire.org Git - thirdparty/openssl.git/commit
Reorganize the data used for SSL ciphersuite pattern matching.
authorBodo Möller <bodo@openssl.org>
Sat, 17 Feb 2007 06:45:38 +0000 (06:45 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 17 Feb 2007 06:45:38 +0000 (06:45 +0000)
commit52b8dad8ec6eb0dcada52851af5f9498af7a91be
treeea3f77d4784d2d5faf4c1e31f1b28dcece2fdcae
parentcc684e330b61975a4c478e01a46ca687106eebbf
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.
18 files changed:
CHANGES
LICENSE
README
crypto/opensslv.h
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/s2_lib.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_enc.c
ssl/t1_lib.c