openssl: make Cipher#key= and #iv= reject too long values ยท ruby/ruby@ce63526

* ext/openssl/ossl_cipher.c (ossl_cipher_set_key, ossl_cipher_set_iv): Reject too long values as well as too short ones. Currently they just truncate the input but this would hide bugs and lead...