]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Update dependencies.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
0cceb1c7
BM
6 Changes between 0.9.3a and 0.9.4
7
8151f52a
BM
8 *) Add to configuration table a new entry that can specify an alternative
9 name for unistd.h (for pre-POSIX systems); we need this for NeXTstep,
10 according to Mark Crispin <MRC@Panda.COM>.
11 [Bodo Moeller]
12
c77f47ab 13#if 0
05861c77
BL
14 *) DES CBC did not update the IV. Weird.
15 [Ben Laurie]
c77f47ab
BM
16#else
17 Look at des.c, cbc3_enc.c etc.: Those rely on that bevaviour of
18 des_cbc_encrypt and copy IVs themselves when they have to.
19 Either all those have to be changed too, or things must stay as they
20 are.
21#endif
05861c77 22
233bf734
BL
23 *) When bntest is run from "make test" it drives bc to check its
24 calculations, as well as internally checking them. If an internal check
25 fails, it needs to cause bc to give a non-zero result or make test carries
26 on without noticing the failure. Fixed.
27 [Ben Laurie]
28
908eb7b8
UM
29 *) DES library cleanups.
30