21 Commits (d4553e0538509b673137900db28413706a2be792)

Author SHA1 Message Date
Bob Beck dcabfe2d89 Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure. 2 years ago
Bob Beck 350f8547cf Add OPENSSL_asprintf and friends for asprintf(3) functionality. 2 years ago
David Benjamin 5e356a8a9a Partially mitigate quadratic-time malloc tests in unit tests 2 years ago
David Benjamin 582904fdde Move malloc failure testing into OPENSSL_malloc 2 years ago
Bob Beck 00c70b8d69 Add locale independent implementations of isalpha, isalnum, isdigit, 2 years ago
Bob Beck f86a63c87c Introduce a locale-independent version of isdigit 2 years ago
David Benjamin 42b7b35f76 Introduce a locale-independent version of isspace 2 years ago
David Benjamin 8a1542fc41 Stub out the OpenSSL secure heap. 2 years ago
David Benjamin b7d6320be9 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
David Benjamin 28883d4d81 Fix unused variable warning on macOS + ASan 2 years ago
niewei f94a7ce599 ASAN replaces malloc and free with its own implementation. 3 years ago
Adam Langley 24e97fb69f Version bump: 2 -> 3. 3 years ago
Adam Langley 3a667d10e9 Binary tag bump: 1 -> 2 3 years ago
Adam Langley 89386ac89b Add magic tag to BoringSSL binaries. 3 years ago
David Benjamin 551ccd7e94 Fix CRYPTO_malloc, etc., definitions. 3 years ago
Adam Langley b49b78ef3f Revert "Guard use of sdallocx with BORINGSSL_SDALLOCX" 3 years ago
David Benjamin 5984cfe8e4 OPENSSL_strndup should not return NULL given {NULL, 0}. 3 years ago
Adam Langley 80df7398ce Guard use of sdallocx with BORINGSSL_SDALLOCX 3 years ago
David Benjamin ec8c67dfbc Prefix internal LHASH functions. 3 years ago
David Benjamin 20f7bbaacc Add some warnings on how to use OPENSSL_memory_* functions. 4 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 4 years ago