Skip to content
  1. Apr 26, 2005
    • Nils Larsch's avatar
      some updates for the blinding code; summary: · 800e400d
      Nils Larsch authored
      - possibility of re-creation of the blinding parameters after a
        fixed number of uses (suggested by Bodo)
      - calculatition of the rsa::e in case it's absent and p and q
        are present (see bug report #785)
      - improve the performance when if one rsa structure is shared by
        more than a thread (see bug report #555)
      - fix the problem described in bug report #827
      - hide the definition ot the BN_BLINDING structure in bn_blind.c
      800e400d
    • Ben Laurie's avatar
      Add DTLS support. · 36d16f8e
      Ben Laurie authored
      36d16f8e
  2. Apr 25, 2005
  3. Apr 22, 2005
  4. Apr 12, 2005
  5. Apr 09, 2005
  6. Apr 08, 2005
  7. Apr 07, 2005
  8. Apr 02, 2005
  9. Mar 31, 2005
  10. Mar 24, 2005
  11. Mar 22, 2005
  12. Mar 19, 2005
  13. Mar 02, 2005
  14. Feb 22, 2005
  15. Feb 19, 2005
  16. Dec 29, 2004
  17. Dec 28, 2004
  18. Dec 05, 2004
  19. Dec 03, 2004
  20. Dec 01, 2004
  21. Nov 29, 2004
  22. Nov 26, 2004
  23. Nov 25, 2004
  24. Nov 16, 2004
    • Dr. Stephen Henson's avatar
      PR: 910 · 826a42a0
      Dr. Stephen Henson authored
      Add command line options -certform, -keyform and -pass to s_client and
      s_server. This supports the use of alternative passphrase sources, key formats
      and keys handled by an ENGINE.
      
      Update docs.
      826a42a0
  25. Oct 04, 2004
  26. Sep 06, 2004
  27. Aug 04, 2004
  28. Jul 06, 2004
  29. Jun 17, 2004
  30. May 31, 2004
  31. May 15, 2004
  32. May 13, 2004
  33. May 04, 2004
    • 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
  34. Apr 26, 2004
  35. Apr 21, 2004
  36. Apr 20, 2004
  37. Apr 19, 2004
    • Geoff Thorpe's avatar
      Reduce header interdependencies, initially in engine.h (the rest of the · 3a87a9b9
      Geoff Thorpe authored
      changes are the fallout). As this could break source code that doesn't
      directly include headers for interfaces it uses, changes to recursive
      includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
      define this when building and using openssl, and then adapt code where
      necessary - this is how to stay current. However the mechanism exists for
      the lethargic.
      3a87a9b9