boringssl/crypto/pkcs8
Adam Langley 58f90951eb Remove hack in parsing PKCS#12.
This change removes the previous OpenSSL/NSS hack in PKCS#12 parsing and
limits the hacks purely to the BER->DER conversion function, where they
belong.

PKCS#7 and #12 switch between implicit and explicit tags in different
places and sometimes only implicitly define that they are using implicit
tags. This change fixes a previous confusion where an implicit tag was
thought to be explicit.

Change-Id: Ib68c78cf2a1bfcbf90a296cb98313ab86ed2a1f3
Reviewed-on: https://boringssl-review.googlesource.com/1640
Reviewed-by: Adam Langley <agl@google.com>
2014-08-26 22:07:02 +00:00
..
CMakeLists.txt Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
p5_pbe.c Inital import. 2014-06-20 13:17:32 -07:00
p5_pbev2.c Memory leak and NULL dereference fixes. 2014-07-28 17:05:12 -07:00
p8_pkey.c Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
pkcs8_error.c Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
pkcs8.c Remove hack in parsing PKCS#12. 2014-08-26 22:07:02 +00:00
pkcs12_test.c Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00