Skip to content
  1. May 12, 2004
  2. May 06, 2004
  3. May 04, 2004
    • 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
  4. Apr 28, 2004
  5. Apr 27, 2004
  6. Apr 26, 2004
  7. Apr 25, 2004
  8. Apr 24, 2004
  9. Apr 22, 2004
  10. Apr 21, 2004
  11. Apr 20, 2004
  12. Apr 19, 2004
  13. Apr 15, 2004
  14. Apr 13, 2004
  15. Apr 02, 2004
  16. Apr 01, 2004
  17. Mar 31, 2004
  18. Mar 29, 2004
  19. 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