From: Nathan Bell <[EMAIL PROTECTED]>
nbell> There is already support for drop-in cryptography, but doing drop-in
nbell> memory management seems like a more highly applicable feature. After
nbell> already having done this I realize that it is not a daunting task. It
nbell> would've been even bett
sorry for my poor english...
memory management is widely provided by various platforms, but seem some
embedded enviornment RTOS don't provide the ordernary memory library we
usually used.
recently, i try to porting openssl onto an NO_STDIO platform which doesn't
provided malloc, realloc, ...etc.