forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs.
- Loading branch information
Showing
4 changed files
with
181 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,17 @@ | |
|
||
Changes between 0.9.5a and 0.9.6 [xx XXX 2000] | ||
|
||
*) New options added to the 'dgst' utility for signature | ||
generation and verification. | ||
[Steve Henson] | ||
|
||
*) Unrecognized PKCS#7 content types are now handled via a | ||
catch all ASN1_TYPE structure. This allows unsupported | ||
types to be stored as a "blob" and an application can | ||
encode and decode it manually. | ||
[Steve Henson] | ||
|
||
*) Fix various signed/unsigned issues to make a_strex,c | ||
*) Fix various signed/unsigned issues to make a_strex.c | ||
compile under VC++. | ||
[Oscar Jacobsson <[email protected]>] | ||
|
||
|
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