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.
Showing
- CHANGES 34 additions, 0 deletionsCHANGES
- LICENSE 1 addition, 1 deletionLICENSE
- README 1 addition, 1 deletionREADME
- crypto/opensslv.h 1 addition, 1 deletioncrypto/opensslv.h
- ssl/d1_clnt.c 9 additions, 10 deletionsssl/d1_clnt.c
- ssl/d1_srvr.c 35 additions, 33 deletionsssl/d1_srvr.c
- ssl/s2_lib.c 111 additions, 33 deletionsssl/s2_lib.c
- ssl/s3_clnt.c 55 additions, 55 deletionsssl/s3_clnt.c
- ssl/s3_enc.c 3 additions, 3 deletionsssl/s3_enc.c
- ssl/s3_lib.c 878 additions, 625 deletionsssl/s3_lib.c
- ssl/s3_srvr.c 117 additions, 116 deletionsssl/s3_srvr.c
- ssl/ssl.h 28 additions, 64 deletionsssl/ssl.h
- ssl/ssl_cert.c 5 additions, 3 deletionsssl/ssl_cert.c
- ssl/ssl_ciph.c 337 additions, 235 deletionsssl/ssl_ciph.c
- ssl/ssl_lib.c 128 additions, 97 deletionsssl/ssl_lib.c
- ssl/ssl_locl.h 50 additions, 56 deletionsssl/ssl_locl.h
- ssl/t1_enc.c 7 additions, 5 deletionsssl/t1_enc.c
- ssl/t1_lib.c 38 additions, 30 deletionsssl/t1_lib.c
Loading
Please register or sign in to comment