Skip to content
  1. Apr 15, 2004
  2. Apr 14, 2004
  3. Apr 13, 2004
  4. Apr 11, 2004
  5. Apr 09, 2004
  6. Apr 04, 2004
  7. Apr 03, 2004
  8. Apr 02, 2004
  9. Apr 01, 2004
  10. Mar 31, 2004
  11. Mar 30, 2004
  12. Mar 29, 2004
  13. 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