CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/06 06:51:06
Modified files: lib/libssl/src/ssl: ssl.h ssl_locl.h t1_lib.c Log message: Use appropriate internal types for EC curves and formats, rather than storing and processing in wire encoded form. Inspired by boringssl. ok miod@