1. 04 12月, 2014 1 次提交
  2. 26 2月, 2012 1 次提交
    • D
      PR: 2730 · a36fb725
      Dr. Stephen Henson 提交于
      Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
      
      VMS fixes: disable SCTP by default.
      a36fb725
  3. 30 10月, 2011 1 次提交
  4. 26 3月, 2011 1 次提交
  5. 25 3月, 2011 1 次提交
  6. 19 3月, 2011 1 次提交
  7. 15 12月, 2010 1 次提交
  8. 23 11月, 2010 3 次提交
  9. 29 1月, 2010 3 次提交
  10. 27 1月, 2010 1 次提交
  11. 16 5月, 2009 1 次提交
  12. 03 1月, 2009 1 次提交
  13. 27 12月, 2008 1 次提交
  14. 16 12月, 2008 1 次提交
  15. 12 4月, 2008 1 次提交
  16. 11 4月, 2008 1 次提交
  17. 23 8月, 2007 1 次提交
  18. 24 4月, 2007 1 次提交
  19. 10 6月, 2006 1 次提交
  20. 26 2月, 2006 1 次提交
  21. 29 11月, 2005 1 次提交
  22. 19 11月, 2005 1 次提交
  23. 01 6月, 2005 1 次提交
  24. 31 5月, 2005 1 次提交
  25. 08 5月, 2005 1 次提交
  26. 06 5月, 2005 1 次提交
  27. 12 7月, 2004 1 次提交
  28. 24 3月, 2004 1 次提交
  29. 01 11月, 2002 1 次提交
  30. 31 10月, 2002 1 次提交
  31. 10 8月, 2002 1 次提交
  32. 23 5月, 2002 1 次提交
  33. 22 5月, 2002 1 次提交
  34. 03 1月, 2002 1 次提交
    • R
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte 提交于
      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
  35. 29 10月, 2001 1 次提交
  36. 25 10月, 2001 1 次提交
    • R
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte 提交于
      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