-
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
Improve Error Handling to Prevent Exit, Crashes and Memory Leaks #1929
base: main
Are you sure you want to change the base?
Improve Error Handling to Prevent Exit, Crashes and Memory Leaks #1929
Commits on Sep 13, 2024
-
Bump version string; update release and security notes.
Signed-off-by: Pravek Sharma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16b1a32 - Browse repository at this point
Copy the full SHA 16b1a32View commit details -
Signed-off-by: Spencer Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6d9a2f - Browse repository at this point
Copy the full SHA e6d9a2fView commit details -
Remove references to profiling, liboqs-java, and liboqs-dotnet
Signed-off-by: Spencer Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cda3e35 - Browse repository at this point
Copy the full SHA cda3e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2cd83 - Browse repository at this point
Copy the full SHA 3b2cd83View commit details
Commits on Sep 21, 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 e4d0560 - Browse repository at this point
Copy the full SHA e4d0560View 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 125027e - Browse repository at this point
Copy the full SHA 125027eView commit details -
[open-quantum-safe#1823] format code
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d35a14 - Browse repository at this point
Copy the full SHA 0d35a14View 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 7f3fe9c - Browse repository at this point
Copy the full SHA 7f3fe9cView 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 d544770 - Browse repository at this point
Copy the full SHA d544770View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e177d16 - Browse repository at this point
Copy the full SHA e177d16View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d73b469 - Browse repository at this point
Copy the full SHA d73b469View 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 9e15107 - Browse repository at this point
Copy the full SHA 9e15107View 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 a83958b - Browse repository at this point
Copy the full SHA a83958bView commit details -
fix implicit conversion for diff
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 369a268 - Browse repository at this point
Copy the full SHA 369a268View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e24b16a - Browse repository at this point
Copy the full SHA e24b16aView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdacd10 - Browse repository at this point
Copy the full SHA fdacd10View commit details -
Fix build for OQS_DLOPEN_OPENSSL
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c99451 - Browse repository at this point
Copy the full SHA 0c99451View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a90603f - Browse repository at this point
Copy the full SHA a90603fView commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40586f8 - Browse repository at this point
Copy the full SHA 40586f8View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8236b1 - Browse repository at this point
Copy the full SHA b8236b1View commit details -
remove io for better performance during failure. add log later.
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fec2cdf - Browse repository at this point
Copy the full SHA fec2cdfView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e0d03b - Browse repository at this point
Copy the full SHA 5e0d03bView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c2345b - Browse repository at this point
Copy the full SHA 0c2345bView commit details -
Fix potential memory leak for do_hash
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f6ea1b - Browse repository at this point
Copy the full SHA 7f6ea1bView commit details -
Fix potential memory leak for sha2_256_init
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6ace19 - Browse repository at this point
Copy the full SHA c6ace19View commit details -
Fix potential memory leak for SHA2_sha512_inc
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fa49f1 - Browse repository at this point
Copy the full SHA 3fa49f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab2e63 - Browse repository at this point
Copy the full SHA 8ab2e63View commit details -
Fix NULL check for ossl_sha3.c
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1089458 - Browse repository at this point
Copy the full SHA 1089458View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2780fe9 - Browse repository at this point
Copy the full SHA 2780fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6facb - Browse repository at this point
Copy the full SHA 2e6facbView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 148b11b - Browse repository at this point
Copy the full SHA 148b11bView commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bb0db9 - Browse repository at this point
Copy the full SHA 9bb0db9View commit details
Commits on Sep 23, 2024
-
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00a9689 - Browse repository at this point
Copy the full SHA 00a9689View commit details -
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c02c48c - Browse repository at this point
Copy the full SHA c02c48cView 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 c4b6587 - Browse repository at this point
Copy the full SHA c4b6587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc3fee - Browse repository at this point
Copy the full SHA 1fc3feeView commit details
Commits on Sep 25, 2024
-
revert changes back for CMakeLists.txt, RELEASE.md and SECURITY.md
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77e2af - Browse repository at this point
Copy the full SHA a77e2afView commit details -
revert changes back for RELEASE.md and SECURITY.md
Signed-off-by: Songling Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 050a561 - Browse repository at this point
Copy the full SHA 050a561View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97f283f - Browse repository at this point
Copy the full SHA 97f283fView 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 8339bd6 - Browse repository at this point
Copy the full SHA 8339bd6View commit details