lower ciphername, add api supports, improved assertion message
* supports method added to api to check if a ciphername is available.
This will be used with skipif (and probably elsewhere)
* ciphername lowered. OpenSSL frequently supports aliases for various
casing, but reliably supports all lowercase.
(e.g. camellia-128-cbc, vs Camellia-128-CBC)
* When a cipher is not found an error will now be raised telling you
what string cipher it couldn't find. This should probably become a
real error like CipherNotFoundError.
1 file changed