X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=5f95cd48cf6a514ea521be1ae7a9718b9514eb98;hb=864170286aac222b31d8946317bfc5eae5fe09a1;hp=2e3e2ab9b8ae7fbd09218e29a11220dfc32cb2a1;hpb=15d52ddb559223c87fe7bfaa5675b9e4ee05098f;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index 2e3e2ab9b8..5f95cd48cf 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,30 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Add the following functions: + + ENGINE_load_cswift() + ENGINE_load_chil() + ENGINE_load_atalla() + ENGINE_load_nuron() + ENGINE_load_builtin_engines() + + That way, an application can itself choose if external engines that + are built-in in OpenSSL shall ever be used or not. The benefit is + that applications won't have to be linked with libdl or other dso + libraries unless it's really needed. + + Changed 'openssl engine' to load all engines on demand. + Changed the engine header files to avoid the duplication of some + declarations (they differed!). + [Richard Levitte] + + *) 'openssl engine' can now list capabilities. + [Richard Levitte] + + *) Better error reporting in 'openssl engine'. + [Richard Levitte] + *) Never call load_dh_param(NULL) in s_server. [Bodo Moeller]