Skip to content
  1. May 15, 2004
  2. May 14, 2004
  3. May 13, 2004
  4. May 12, 2004
  5. May 11, 2004
  6. May 06, 2004
  7. May 04, 2004
  8. Apr 22, 2004
  9. Apr 21, 2004
  10. Apr 15, 2004
  11. Apr 13, 2004
  12. Apr 02, 2004
  13. Apr 01, 2004
  14. Mar 31, 2004
  15. Mar 29, 2004
  16. Mar 28, 2004
    • Andy Polyakov's avatar
      This is essentially Intel 32-bit compiler tune-up. To start with all · 1a979201
      Andy Polyakov authored
      available compiler versions generated bogus machine code trying to
      compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
      __GNUC__ macro, but fails to compile *some* inline assembler correctly.
      Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
      which is used now instead of offensive asm. Finally, unnecessary linker
      dependencies are eliminated. Most notably dependency from libirc.a
      caused trouble at application start-up, if libcrypto.so is linked with
      -Bsymbolic (which it is).
      1a979201
    • Dr. Stephen Henson's avatar
      Enhance EVP code to generate random symmetric keys of the · 216659eb
      Dr. Stephen Henson authored
      appropriate form, for example correct DES parity.
      
      Update S/MIME code and EVP_SealInit to use new functions.
      
      PR: 700
      216659eb