[#]
http://marc.info/?l=openbsd-cvs&m=140729933207446&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 08:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/05 22:28:21
Modified files:
lib/libssl/src/crypto/evp: evp_key.c
Log message:
Correct error checks in EVP_read_pw_string_min(): UI_add_input_string()
and UI_add_verify_string() return -1 (and maybe -2?) on failure and
>=0 on success, instead of always zero on success
problem reported by Mark Patruck (mark (at) wrapped.cx)
ok miod@