Revision 12cbb8e0497bc4990cfb02f1b9ebe23df9b53a2c authored by Richard Levitte on 01 May 2020, 16:06:18 UTC, committed by Richard Levitte on 04 May 2020, 03:50:06 UTC
With endfirst writing, it could be that we want to abandon any zero
length sub-packet.  That's what WPACKET_FLAGS_ABANDON_ON_ZERO_LENGTH
was supposed to make happen, but the DER length writing code didn't
look at that flag.  Now it does.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/11703)
1 parent 200e5ee
History
File Mode Size
applink.c -rw-r--r-- 3.4 KB
cmp.pl -rwxr-xr-x 1.2 KB
uplink-common.pl -rwxr-xr-x 1.1 KB
uplink-ia64.pl -rwxr-xr-x 1.4 KB
uplink-x86.pl -rwxr-xr-x 1.0 KB
uplink-x86_64.pl -rwxr-xr-x 1.7 KB
uplink.c -rw-r--r-- 4.0 KB
uplink.h -rw-r--r-- 2.2 KB

back to top