diff options
author | Alex Klyubin <klyubin@google.com> | 2016-07-16 08:48:30 -0700 |
---|---|---|
committer | Alex Klyubin <klyubin@google.com> | 2016-07-16 08:48:30 -0700 |
commit | 7a5b72d23c5b24e627ae09a7ab04f58cb1090d2b (patch) | |
tree | 7f9d0d84cafe827b953013fd3c7fcc9492db725e /annotations/generate_annotated_java_files.py | |
parent | ddde3e18b22acdaecb883794f5c8e21f0b87bf2f (diff) |
Fix NPEs in PKCS7 parsing introduced by last commit.
This fixes NPEs introduced by me in sun.security.pkcs.PKCS7 in commit
ddde3e18b22acdaecb883794f5c8e21f0b87bf2f. In that commit, the standard
PKCS #7 ContentInfo/SignedData parsing works fine, but the "old" and
"Netscape-style" scenarios became broken because I changed them to
use the original encoded form of certificates without requesting to
retain this form during parsing. This commit fixes the issue by
changing the "old" and "Netscape-style" parsing code to retain the
original encoded form of certificates.
Bug: 30148997
Change-Id: I63f5f9148325214e571fdf30382d671b6d3f2a63
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions