1. 24 Jan, 2002 2 commits
  2. 23 Jan, 2002 1 commit
  3. 22 Jan, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · df5eaa8a
      Dr. Stephen Henson authored
      default_algorithms option in ENGINE config.
      df5eaa8a
  4. 21 Jan, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · c9501c22
      Dr. Stephen Henson authored
      Initial ENGINE config module, docs to follow.
      
      Fix buffer overrun errors in OPENSSL_conf().
      c9501c22
  5. 14 Jan, 2002 2 commits
  6. 05 Jan, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · bc37d996
      Dr. Stephen Henson authored
      Experimental configuration code.
      
      Incomplete, largely untested and subject to change/deletion.
      bc37d996
  7. 04 Jan, 2002 2 commits
  8. 02 Jan, 2002 1 commit
    • Richard Levitte's avatar
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte authored
      crypto/rijndael.  Additionally, I applied the AES integration patch
      from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
      properly with the normal EVP constructs (and incidently work the same
      way as all other symmetric cipher implementations).
      
      This results in an API that looks a lot like the rest of the OpenSSL
      cipher suite.
      6f9079fd
  9. 28 Dec, 2001 1 commit
  10. 21 Dec, 2001 1 commit
  11. 20 Dec, 2001 1 commit
  12. 17 Dec, 2001 1 commit
  13. 14 Dec, 2001 1 commit
  14. 07 Dec, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f3e24bad
      Dr. Stephen Henson authored
      Don't overwrite signing time.
      f3e24bad
  15. 03 Dec, 2001 1 commit
  16. 01 Dec, 2001 1 commit
  17. 23 Nov, 2001 2 commits
  18. 22 Nov, 2001 1 commit
  19. 16 Nov, 2001 1 commit
  20. 15 Nov, 2001 1 commit
  21. 14 Nov, 2001 1 commit
  22. 12 Nov, 2001 3 commits
  23. 10 Nov, 2001 3 commits
  24. 30 Oct, 2001 1 commit
  25. 27 Oct, 2001 1 commit
  26. 26 Oct, 2001 3 commits
  27. 25 Oct, 2001 3 commits
  28. 24 Oct, 2001 1 commit
    • Richard Levitte's avatar
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte authored
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c