You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Oh yeah, one more thing.
If local variables (i.e. "allocated" on stack) are used during key generation, is it possible to do something with them?
Does wolfSSL have option to zero local variables after their usage?
Though i examined bignum struct implementation and found "dp" pointer field (to hold number data i think). Does it mean even if bignum variable is created statically, it uses dynamic memory all the same?
dgarske, yeah! Genius idea, it feels a little hacky.
Thank you!
Hey!
I know wolfSSL gives the ability to override wolfSSL_Free with wolfSSL_SetAllocators.
But i cant understand. Why wolfSSL_Free is defined in this form:
void wolfSSL_Free(void* ptr)
rather than in this:
void wolfSSL_Free(void* ptr, size_t size) //added 'size' parameter
?
My custom function is unabe to determine how many zeroes to write in memory.
What can i do with this?
Thanks for reply:)
Posts found: 3
Generated in 0.015 seconds (96% PHP - 4% DB) with 4 queries