Skip to content
  1. Jan 24, 2002
  2. Jan 23, 2002
  3. Jan 22, 2002
    • Dr. Stephen Henson's avatar
      · df5eaa8a
      Dr. Stephen Henson authored
      default_algorithms option in ENGINE config.
      df5eaa8a
  4. Jan 21, 2002
    • 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. Jan 14, 2002
  6. Jan 05, 2002
    • Dr. Stephen Henson's avatar
      · bc37d996
      Dr. Stephen Henson authored
      Experimental configuration code.
      
      Incomplete, largely untested and subject to change/deletion.
      bc37d996
  7. Jan 04, 2002
  8. Jan 02, 2002
    • 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. Dec 28, 2001
  10. Dec 21, 2001
  11. Dec 20, 2001
  12. Dec 17, 2001
  13. Dec 14, 2001
  14. Dec 07, 2001
  15. Dec 03, 2001
  16. Dec 01, 2001
  17. Nov 23, 2001
  18. Nov 22, 2001
  19. Nov 16, 2001
  20. Nov 15, 2001
  21. Nov 14, 2001
  22. Nov 12, 2001
  23. Nov 10, 2001
  24. Oct 30, 2001
  25. Oct 27, 2001
  26. Oct 26, 2001
  27. Oct 25, 2001
  28. Oct 24, 2001
    • 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