Skip to content

Commit

Permalink
changed comments to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Apr 16, 2024
1 parent 37de1ac commit a39f620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/openssl/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ OPENSSL_EXPORT int CRYPTO_set_mem_functions(
// OPENSSL supports the concept of secure heaps to help protect applications from pointer overruns or underruns that
// could return arbitrary data from the program's dynamic memory area where sensitive information may be stored.
// AWS-LC does not support secure heaps. The initialization functions intentionally return zero to indicate that secure
// heaps aren't supported.
// heaps aren't supported. We return the regular malloc and zalloc versions when the secure_* counterparts are called,
// which is what OPENSSL does when secure heap is not enabled.
// If there is any interest in utilizing "secure heaps" with AWS-LC, cut us an issue at
// https://github.com/aws/aws-lc/issues/new/choose

Expand Down

0 comments on commit a39f620

Please sign in to comment.