-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKI Security Handler implementation (#69)
* Fixes two bugs from StdSecurity Handler 1. Crypto filters in the streams may not be properly handled when filters and params were not all CosArrays. 2. StdSecHandler failed to create the encryption key and iv files with lesser than the required number of bytes. Led to a few build failures as well. * PKI Security Handler for decrypting certificate based PDF files. * File may get locked in windows so forcing file closure. * Read the p12 file to a buffer. As long as the password is shredded it's not as severe a security flaw.
- Loading branch information
1 parent
123afb0
commit 708f841
Showing
8 changed files
with
469 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.