-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1823] replace malloc/calloc/strdup/free with openssl allocator #1926
[#1823] replace malloc/calloc/strdup/free with openssl allocator #1926
Commits on Sep 17, 2024
-
[open-quantum-safe#1823] replace malloc/calloc/strdup/free with opens…
…sl allocator Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61754c - Browse repository at this point
Copy the full SHA b61754cView commit details -
[open-quantum-safe#1823] update memory allocator for copy_from_upstream
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dc1284 - Browse repository at this point
Copy the full SHA 3dc1284View commit details -
[open-quantum-safe#1823] format code
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04a9a73 - Browse repository at this point
Copy the full SHA 04a9a73View commit details -
[open-quantum-safe#1823] Use OpenSSL Memory Allocator for BIKE, Frodo…
…KEM, and NTRUPrime Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 201771c - Browse repository at this point
Copy the full SHA 201771cView commit details -
[open-quantum-safe#1823] Add Comments for Doxygen
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7aef7d - Browse repository at this point
Copy the full SHA a7aef7dView commit details
Commits on Sep 21, 2024
-
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac5c941 - Browse repository at this point
Copy the full SHA ac5c941View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74c4dba - Browse repository at this point
Copy the full SHA 74c4dbaView commit details -
include openssl/crypto.h and resolve conflict varible for ntru
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f511ba0 - Browse repository at this point
Copy the full SHA f511ba0View commit details -
Add openssl version check to fix build error
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01de31f - Browse repository at this point
Copy the full SHA 01de31fView commit details -
fix implicit conversion for diff
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a955fe5 - Browse repository at this point
Copy the full SHA a955fe5View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dfc557 - Browse repository at this point
Copy the full SHA 7dfc557View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30ca6bd - Browse repository at this point
Copy the full SHA 30ca6bdView commit details -
Fix build for OQS_DLOPEN_OPENSSL
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9951317 - Browse repository at this point
Copy the full SHA 9951317View commit details -
Fix build failure [full tests]
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51f263b - Browse repository at this point
Copy the full SHA 51f263bView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd1f819 - Browse repository at this point
Copy the full SHA dd1f819View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b268445 - Browse repository at this point
Copy the full SHA b268445View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4b647e - Browse repository at this point
Copy the full SHA c4b647eView commit details
Commits on Sep 24, 2024
-
Add allocator check in tests/test_code_conventions.py
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47e341 - Browse repository at this point
Copy the full SHA f47e341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c198a - Browse repository at this point
Copy the full SHA 99c198aView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374c1d4 - Browse repository at this point
Copy the full SHA 374c1d4View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d4b9ee - Browse repository at this point
Copy the full SHA 5d4b9eeView commit details -
revert back to abort() in OQS_MEM_cleanse
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34f9b1b - Browse repository at this point
Copy the full SHA 34f9b1bView commit details
Commits on Oct 3, 2024
-
Delect checked allocation functions
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c01c376 - Browse repository at this point
Copy the full SHA c01c376View commit details -
Revert back p_param to p for sntrup
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 320c6e1 - Browse repository at this point
Copy the full SHA 320c6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3027acf - Browse repository at this point
Copy the full SHA 3027acfView commit details
Commits on Oct 4, 2024
-
Address multiple line comments case
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3374a39 - Browse repository at this point
Copy the full SHA 3374a39View commit details -
Add allocator check for '.c', '.h', '.fragment'
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 284275a - Browse repository at this point
Copy the full SHA 284275aView commit details
Commits on Oct 10, 2024
-
Add NULL for previous checked allocation
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f04570c - Browse repository at this point
Copy the full SHA f04570cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d329ce5 - Browse repository at this point
Copy the full SHA d329ce5View commit details
Commits on Oct 11, 2024
-
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9e0c96 - Browse repository at this point
Copy the full SHA d9e0c96View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6032349 - Browse repository at this point
Copy the full SHA 6032349View commit details
Commits on Oct 14, 2024
-
revert back to abort() for checked cases
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e4201b - Browse repository at this point
Copy the full SHA 1e4201bView commit details
Commits on Oct 18, 2024
-
Add fprintf error for abort cases
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d502cac - Browse repository at this point
Copy the full SHA d502cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a788db - Browse repository at this point
Copy the full SHA 8a788dbView commit details -
use OQS_EXIT_IF_NULLPTR for checked malloc cases
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2077298 - Browse repository at this point
Copy the full SHA 2077298View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7afe1a3 - Browse repository at this point
Copy the full SHA 7afe1a3View commit details -
remove NULL check to keep code consistent
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b825e1 - Browse repository at this point
Copy the full SHA 6b825e1View commit details
Commits on Oct 19, 2024
-
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 405b6ac - Browse repository at this point
Copy the full SHA 405b6acView commit details