CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/25 08:26:56
Modified files:
sys/crypto : cryptosoft.c xform.c xform.h
Log message:
Allocate and deallocate memory for encryption contexts within cryptosoft,
rather than requiring each algorithm to provide their own memory handling.
This matches the interface already provided by cryptosoft for
authentication algorithms and removes the need for zerokey functions.
ok mikeb@
