README.066 1.1 KB

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