Fix off-by-one errors in ssl_cipher_get_evp()
authorKurt Cancemi <kurt@x64Architecture.com>
Thu, 12 Jun 2014 20:25:07 +0000 (21:25 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Jun 2014 20:25:07 +0000 (21:25 +0100)
commitdef1490717c091c6ef669da9fc5ea4c8b2a4d776
treeb6f791f9f278b92067c43691ef6cf28d7e671f5b
parent7697d9b587a2ed5a33213641bf1030cdac62a9d9
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