Fix off-by-one errors in ssl_cipher_get_evp()
authorKurt Cancemi <kurt@x64Architecture.com>
Wed, 4 Jun 2014 07:59:58 +0000 (03:59 -0400)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Jun 2014 20:17:30 +0000 (21:17 +0100)
commit7e98378d155263bebbea3b3c13c1b6a780c8a6d3
tree68a727e62a95b27826db16a5c95416b46b410854
parentd663f506dc43752b64db58e9169e2e200b3b4be6
Fix off-by-one errors in ssl_cipher_get_evp()

In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays.

PR#3375
ssl/ssl_ciph.c