1. 31 Mar, 2005 1 commit
  2. 24 Mar, 2005 2 commits
  3. 22 Mar, 2005 1 commit
  4. 19 Mar, 2005 1 commit
  5. 02 Mar, 2005 1 commit
  6. 22 Feb, 2005 1 commit
  7. 19 Feb, 2005 1 commit
  8. 29 Dec, 2004 1 commit
  9. 28 Dec, 2004 1 commit
  10. 05 Dec, 2004 1 commit
  11. 03 Dec, 2004 1 commit
  12. 01 Dec, 2004 1 commit
  13. 29 Nov, 2004 1 commit
  14. 26 Nov, 2004 1 commit
  15. 25 Nov, 2004 1 commit
  16. 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
  17. 04 Oct, 2004 1 commit
  18. 06 Sep, 2004 1 commit
  19. 04 Aug, 2004 1 commit
  20. 06 Jul, 2004 1 commit
  21. 17 Jun, 2004 1 commit
  22. 31 May, 2004 1 commit
  23. 15 May, 2004 1 commit
  24. 13 May, 2004 1 commit
  25. 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
  26. 26 Apr, 2004 1 commit
  27. 21 Apr, 2004 1 commit
  28. 20 Apr, 2004 1 commit
  29. 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
  30. 31 Mar, 2004 1 commit
  31. 28 Mar, 2004 1 commit
  32. 27 Mar, 2004 2 commits
  33. 25 Mar, 2004 2 commits
    • Geoff Thorpe's avatar
      Replace the BN_CTX implementation with my current work. I'm leaving the · 5c98b2ca
      Geoff Thorpe authored
      little TODO list in there as well as the debugging code (only enabled if
      BN_CTX_DEBUG is defined).
      
      I'd appreciate as much review and testing as can be spared for this. I'll
      commit some changes to other parts of the bignum code shortly to make
      better use of this implementation (no more fixed size limitations). Note
      also that under identical optimisations, I'm seeing a noticable speed
      increase over openssl-0.9.7 - so any feedback to confirm/deny this on other
      systems would also be most welcome.
      5c98b2ca
    • Geoff Thorpe's avatar
      By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key · 46ef873f
      Geoff Thorpe authored
      operations no longer require two distinct BN_CTX structures. This may put
      more "strain" on the current BN_CTX implementation (which has a fixed limit
      to the number of variables it will hold), but so far this limit is not
      triggered by any of the tests pass and I will be changing BN_CTX in the
      near future to avoid this problem anyway.
      
      This also changes the default RSA implementation code to use the BN_CTX in
      favour of initialising some of its variables locally in each function.
      46ef873f
  34. 23 Mar, 2004 1 commit
  35. 17 Mar, 2004 1 commit
  36. 15 Mar, 2004 1 commit
  37. 13 Mar, 2004 1 commit