Import of old SSLeay release: SSLeay 0.9.0b
[openssl.git] / README.066
1
2 SSLeay 0.6.6 13-Jan-1997
3
4 The main additions are
5
6 - assember for x86 DES improvments.
7   From 191,000 per second on a pentium 100, I now get 281,000.  The inner
8   loop and the IP/FP modifications are from
9   Svend Olaf Mikkelsen <svolaf@inet.uni-c.dk>.  Many thanks for his
10   contribution.
11 - The 'DES macros' introduced in 0.6.5 now have 3 types.
12   DES_PTR1, DES_PTR2 and 'normal'.  As per before, des_opts reports which
13   is best and there is a summery of mine in crypto/des/options.txt
14 - A few bug fixes.
15 - Added blowfish.  It is not used by SSL but all the other stuff that
16   deals with ciphers can use it in either ecb, cbc, cfb64 or ofb64 modes.
17   There are 3 options for optimising Blowfish.  BF_PTR, BF_PTR2 and 'normal'.
18   BF_PTR2 is pentium/x86 specific.  The correct option is setup in
19   the 'Configure' script.
20 - There is now a 'get client certificate' callback which can be
21   'non-blocking'.  If more details are required, let me know.  It will
22   documented more in SSLv3 when I finish it.
23 - Bug fixes from 0.6.5 including the infamous 'ca' bug.  The 'make test'
24   now tests the ca program.
25 - Lots of little things modified and tweaked.
26
27 eric