X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=19ffb2bbdb3eff9774b7f785a89ef77254973e70;hb=6104c49f31ccca8209f46099f833786397061870;hp=efa4ae80958d1d93c6afc67c5849abca77fee135;hpb=d3afc92bc94ee67d366d23bf2d4a0d9acc962ca3;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index efa4ae8095..19ffb2bbdb 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,16 @@ Changes between 0.9.8a and 0.9.8b [XX xxx XXXX] + *) Several fixes and enhancements to the OID generation code. The old code + sometimes allowed invalid OIDs (1.X for X >= 40 for example), couldn't + handle numbers larger than ULONG_MAX, truncated printing and had a + non standard OBJ_obj2txt() behaviour. + [Steve Henson] + + *) Add support for building of engines under engine/ as shared libraries + under VC++ build system. + [Steve Henson] + *) Corrected the numerous bugs in the Win32 path splitter in DSO. Hopefully, we will not see any false combination of paths any more. [Richard Levitte]