aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/mem.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Also add OPENSSL_callocDavid Benjamin1-6/+9
2023-10-05Add OPENSSL_zallocDavid Benjamin1-0/+4
2023-02-13Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure.Bob Beck1-1/+2
2023-02-11Make ERR and thread use system malloc.Bob Beck1-1/+8
2023-02-11Add OPENSSL_asprintf and friends for asprintf(3) functionality.Bob Beck1-3/+17
2023-02-01Add locale independent implementations of isalpha, isalnum, isdigit,Bob Beck1-7/+27
2023-01-30Introduce a locale-independent version of isdigitBob Beck1-0/+4
2023-01-30Introduce a locale-independent version of isspaceDavid Benjamin1-1/+6
2022-09-06Stub out the OpenSSL secure heap.David Benjamin1-0/+15
2021-09-28Fix CRYPTO_malloc, etc., definitions.David Benjamin1-3/+9
2021-06-22Prefix internal LHASH functions.David Benjamin1-0/+3
2019-10-21Rename a number of BUF_* functions to OPENSSL_*.David Benjamin1-2/+17
2019-03-04silence unused variable warnings when using OPENSSL_clear_freeJeremy Apthorp1-1/+1
2019-01-25Add some Node compatibility functions.David Benjamin1-0/+4
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2017-09-18Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|.Martin Kreichgauer1-5/+0
2017-09-06Zero memory in |OPENSSL_free|.Martin Kreichgauer1-11/+19
2017-08-18Run comment conversion script on include/David Benjamin1-30/+30
2017-07-25Use functions that do not depend on the current locale.Adam Langley1-2/+5
2016-09-07Fold stack-allocated types into headers.David Benjamin1-4/+0
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-0/+16
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley1-12/+0
2016-07-12Revert scoped_types.h change.Adam Langley1-7/+0
2016-07-12Assume that MSVC supports C++11.Adam Langley1-1/+1
2016-07-11Remove scoped_types.h.Adam Langley1-0/+7
2016-07-11Move C++ helpers into |bssl| namespace.Adam Langley1-0/+12
2016-03-10Add CRYPTO_[malloc|free|realloc] as aliases for the OPENSSL_𝑥 names.Adam Langley1-0/+7
2016-01-21Fix some documentation comments.David Benjamin1-5/+2
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith1-8/+2
2015-07-29Fix some typos in license headers.David Benjamin1-1/+2
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-0/+1
2015-01-14Various documentation fixes.David Benjamin1-1/+3
2014-07-31Add visibility rules.Adam Langley1-9/+10
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+135
2014-06-20Inital import.Adam Langley1-0/+1