* Implement a call to SSL_CTX_set_cipher_list() to allow the use of an OpenSSL cipher...
authorArt Cancro <ajc@citadel.org>
Wed, 23 Sep 2009 20:50:44 +0000 (20:50 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Sep 2009 20:50:44 +0000 (20:50 +0000)
commita636e0aa7c9703f3fc8dfe5e36c680a00c17024a
tree386ae17da40d4324f498148b4e1bfc796f3c47d7
parent8debb734c30c55da2ed6e0eba0bec175abc9e0e9
* Implement a call to SSL_CTX_set_cipher_list() to allow the use of an OpenSSL cipher suite other than the default.  (Currently it is set to 'DEFAULT' but this can be changed at compile time.)
webcit/crypto.c