CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/11/04 09:09:29
Modified files: lib/libssl : ssl_asn1.c Log message: Completely rewrite the session handling ASN.1 code using CBB and CBS. This addresses two 2038 related issues and also adds support for allocation in the i2d function, which will allow for simplification in the callers. ok beck@ miod@