-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: - Lib/Foundation: Fixed crash when import private key from valid ASN.1 but not a private key Features: - Lib/Foundation: Operations "sign then encrypt" and "decrypt then verify" were added to "RecipientCipher" class - Lib/Foundation: Method "hasKeyRecipient()" was added to class "RecipientCipher" - Lib/Foundation: Method "preciseEncryptedLen()" was added to interface "Encrypt" Changes: - Lib/Foundation: Interface "CipherAuth" now inherit interface "Cipher" - Lib/Foundation/Wrappers: Listed methods where removed from class "MessageInfo": * addKeyRecipient() * addPasswordRecipient() * setDataEncryptionAlgInfo() * setCustomParams() * clearRecipients() - Lib/Foundation/Wrappers: Method "add()" was removed from class "KeyRecipientInfoList" - Lib/Foundation/Wrappers: Method "add()" was removed from class "PasswordRecipientInfoList"
- Loading branch information
Showing
277 changed files
with
16,891 additions
and
1,093 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.10.3 | ||
0.11.0 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<class name="footer info"> | ||
Handle meta information about footer. | ||
|
||
<property name="signed data info" class="signed data info"/> | ||
<property name="data size" type="size"/> | ||
|
||
<method name="has signed data info" is_const="1"> | ||
Retrun true if signed data info present. | ||
|
||
<return type="boolean"/> | ||
</method> | ||
|
||
<method name="set signed data info" visibility="private"> | ||
Setup signed data info. | ||
|
||
<argument name="signed data info" class="signed data info" access="disown"/> | ||
</method> | ||
|
||
<method name="signed data info" is_const="1"> | ||
Return signed data info. | ||
|
||
<return class="signed data info"/> | ||
</method> | ||
|
||
<method name="signed data info m" visibility="private"> | ||
Return mutable signed data info. | ||
|
||
<return class="signed data info" access="readwrite"/> | ||
</method> | ||
|
||
<method name="remove signed data info" visibility="private"> | ||
Remove signed data info. | ||
</method> | ||
|
||
<method name="set data size"> | ||
Set data size. | ||
|
||
<argument name="data size" type="size"/> | ||
</method> | ||
|
||
<method name="data size" is_const="1"> | ||
Return data size. | ||
|
||
<return type="size"/> | ||
</method> | ||
</class> |
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.