-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#1823] replace malloc/calloc/strdup/free with openssl allocator Signed-off-by: Songling Han <[email protected]> * [#1823] update memory allocator for copy_from_upstream Signed-off-by: Songling Han <[email protected]> * [#1823] Use OpenSSL Memory Allocator for BIKE, FrodoKEM, and NTRUPrime Signed-off-by: Songling Han <[email protected]> * [#1823] Add Comments for Doxygen Signed-off-by: Songling Han <[email protected]> * include openssl/crypto.h and resolve conflict varible for ntru Signed-off-by: Songling Han <[email protected]> * Add openssl version check to fix build error Signed-off-by: Songling Han <[email protected]> * Fix build for OQS_DLOPEN_OPENSSL Signed-off-by: Songling Han <[email protected]> * remove OQS_MEM_free Signed-off-by: Songling Han <[email protected]> * Add allocator check in tests/test_code_conventions.py Signed-off-by: Songling Han <[email protected]> * Add IGNORE memory-check Signed-off-by: Songling Han <[email protected]> * Delect checked allocation functions Signed-off-by: Songling Han <[email protected]> * Revert back p_param to p for sntrup Signed-off-by: Songling Han <[email protected]> * Add allocator check for '.c', '.h', '.fragment' Signed-off-by: Songling Han <[email protected]> * Add NULL for previous checked allocation Signed-off-by: Songling Han <[email protected]> * Add fprintf error for abort cases Signed-off-by: Songling Han <[email protected]> * use OQS_EXIT_IF_NULLPTR for checked malloc cases Signed-off-by: Songling Han <[email protected]> --------- Signed-off-by: Songling Han <[email protected]>
- Loading branch information
1 parent
0310631
commit 1d92135
Showing
119 changed files
with
579 additions
and
528 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
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.