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:12:43 +0000 (21:12 +0100)
commit3d86077427f93dc46b18fee706b567ec32ac232a
treeaff3af79ae5e49563575a6f994cb87e25a50fa7c
parent56ba280ccd71b2739ef74827c7a2bf71ced3ab80
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