Fix reading broken BER in gcrypt/rsa.c
authorKirill Isakov <bootctl@gmail.com>
Wed, 27 Apr 2022 09:49:32 +0000 (15:49 +0600)
committerKirill Isakov <bootctl@gmail.com>
Wed, 27 Apr 2022 14:45:48 +0000 (20:45 +0600)
Our hand-rolled BER parser was reading ASN.1 sequence length without
checking if there's a sequence tag (0x10) before it.


No differences found