1. 06 May, 2004 5 commits
  2. 04 May, 2004 2 commits
    • Geoff Thorpe's avatar
      Fix realloc usage in ec_curve.c · ca982e48
      Geoff Thorpe authored
      Submitted by: Nils Larsch
      Reviewed by: Geoff Thorpe
      ca982e48
    • Bodo Möller's avatar
      - update from current 0.9.6-stable CHANGES file · d5f686d8
      Bodo Möller authored
      - update from current 0.9.7-stable CHANGES file:
      
        Now here we have "CHANGES between 0.9.7e and 0.9.8", and I hope
        that all patches mentioned for 0.9.7d and 0.9.7e actually are
        in the CVS HEAD, i.e. what is to become 0.9.8.
      
        I have rewritten the 'openssl ca -create_serial' entry (0.9.8)
        so that it explains the earlier change that is now listed (0.9.7e).
      
        The ENGINE_set_default typo bug entry has been moved from 0.9.8
        to 0.9.7b, which is where it belongs.
      d5f686d8
  3. 28 Apr, 2004 1 commit
  4. 27 Apr, 2004 4 commits
  5. 26 Apr, 2004 2 commits
  6. 25 Apr, 2004 1 commit
  7. 24 Apr, 2004 1 commit
  8. 22 Apr, 2004 1 commit
  9. 21 Apr, 2004 4 commits
  10. 20 Apr, 2004 3 commits
  11. 19 Apr, 2004 7 commits
  12. 15 Apr, 2004 1 commit
  13. 13 Apr, 2004 1 commit
  14. 02 Apr, 2004 1 commit
  15. 01 Apr, 2004 1 commit
  16. 31 Mar, 2004 2 commits
  17. 29 Mar, 2004 1 commit
  18. 28 Mar, 2004 2 commits
    • 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