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:15:54 +0000 (21:15 +0100)
commit29411a0c7a00a73e4ca42be8b5a7401d3bb5107a
tree0ac6cc1f98758571171d78089d7f0e425e0749ae
parentb66f59adfa281abbc140aaf337e1b474830225c1
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