[#] http://marc.info/?l=openbsd-cvs&m=140771920604073&w=2
openbsd-cvs(obsdave,2) — All
2014-08-11 05:55:06


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/10 19:06:22

Modified files:
lib/libssl/src/ssl: s3_lib.c ssl_locl.h ssl_sess.c

Log message:
Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked
up by their ID. For one, this avoids an ugly mess in ssl_sess.c, where the
cipher value is manually written into a buffer, just so the cipher can be
located using ssl3_get_cipher_by_char().

ok bcook@ miod@