1. 29 3月, 2004 2 次提交
    • A
      This is essentially Intel 32-bit compiler tune-up. To start with all · 1a979201
      Andy Polyakov 提交于
      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
    • D
      Enhance EVP code to generate random symmetric keys of the · 216659eb
      Dr. Stephen Henson 提交于
      appropriate form, for example correct DES parity.
      
      Update S/MIME code and EVP_SealInit to use new functions.
      
      PR: 700
      216659eb
  2. 28 3月, 2004 3 次提交
  3. 27 3月, 2004 1 次提交
  4. 26 3月, 2004 8 次提交
  5. 25 3月, 2004 11 次提交
  6. 24 3月, 2004 10 次提交
  7. 23 3月, 2004 3 次提交
  8. 22 3月, 2004 2 次提交