X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=CHANGES;h=5f95cd48cf6a514ea521be1ae7a9718b9514eb98;hb=864170286aac222b31d8946317bfc5eae5fe09a1;hp=3e40206862ae84b4b99d44fc5d8fd872a2d5d8cd;hpb=3aba98e787b11b3e20709c00bf40b08ad1effd49;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index 3e40206862..5f95cd48cf 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,48 @@ 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] + + *) Add engine application. It can currently list engines by name and + identity, and test if they are actually available. + [Richard Levitte] + + *) Add support for shared libraries under Irix. + [Albert Chin-A-Young ] + + *) Improve RPM specification file by forcing symbolic linking and making + sure the installed documentation is also owned by root.root. + [Damien Miller ] + + *) Add configuration option to build on Linux on both big-endian and + little-endian MIPS. + [Ralf Baechle ] + *) Give the OpenSSL applications more possibilities to make use of keys (public as well as private) handled by engines. [Richard Levitte]