1. 26 Apr, 2005 2 commits
    • 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. 25 Apr, 2005 1 commit
  3. 22 Apr, 2005 1 commit
  4. 12 Apr, 2005 1 commit
  5. 09 Apr, 2005 2 commits
  6. 08 Apr, 2005 1 commit
  7. 07 Apr, 2005 1 commit
  8. 02 Apr, 2005 1 commit
  9. 31 Mar, 2005 1 commit
  10. 24 Mar, 2005 2 commits
  11. 22 Mar, 2005 1 commit
  12. 19 Mar, 2005 1 commit
  13. 02 Mar, 2005 1 commit
  14. 22 Feb, 2005 1 commit
  15. 19 Feb, 2005 1 commit
  16. 29 Dec, 2004 1 commit
  17. 28 Dec, 2004 1 commit
  18. 05 Dec, 2004 1 commit
  19. 03 Dec, 2004 1 commit
  20. 01 Dec, 2004 1 commit
  21. 29 Nov, 2004 1 commit
  22. 26 Nov, 2004 1 commit
  23. 25 Nov, 2004 1 commit
  24. 16 Nov, 2004 1 commit
    • 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. 04 Oct, 2004 1 commit
  26. 06 Sep, 2004 1 commit
  27. 04 Aug, 2004 1 commit
  28. 06 Jul, 2004 1 commit
  29. 17 Jun, 2004 1 commit
  30. 31 May, 2004 1 commit
  31. 15 May, 2004 1 commit
  32. 13 May, 2004 1 commit
  33. 04 May, 2004 1 commit
    • 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. 26 Apr, 2004 1 commit
  35. 21 Apr, 2004 1 commit
  36. 20 Apr, 2004 1 commit
  37. 19 Apr, 2004 1 commit
    • 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