1. 20 4月, 2002 1 次提交
  2. 15 4月, 2002 1 次提交
  3. 07 4月, 2002 1 次提交
  4. 01 3月, 2002 1 次提交
  5. 26 2月, 2002 1 次提交
  6. 20 2月, 2002 1 次提交
  7. 14 2月, 2002 2 次提交
  8. 08 2月, 2002 1 次提交
  9. 06 2月, 2002 1 次提交
  10. 26 1月, 2002 1 次提交
  11. 25 1月, 2002 2 次提交
  12. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  13. 17 1月, 2002 1 次提交
  14. 04 1月, 2002 1 次提交
  15. 03 1月, 2002 2 次提交
    • R
      make update · 015fbde8
      Richard Levitte 提交于
      015fbde8
    • 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
  16. 11 12月, 2001 1 次提交
  17. 16 11月, 2001 1 次提交
  18. 25 10月, 2001 2 次提交
  19. 24 10月, 2001 1 次提交
  20. 10 10月, 2001 2 次提交
  21. 02 10月, 2001 1 次提交
  22. 26 9月, 2001 4 次提交
    • R
      'make update' · db8c838c
      Richard Levitte 提交于
      db8c838c
    • R
      Two changes: · 89eeccac
      Richard Levitte 提交于
      1. if there are several symbols with the same entry number, sort those
         symbols in ASCII order.
      2. Do not stop reading the header files when "BEGIN ERROR CODES" is
         found, since mkerr.pl will add a function declaration after that
         comment.  Instead, trigger on "Error codes for the \w+ function",
         which is the actual start of the error code macros.
      
      Additionally, a few more debugging printouts that helped.
      89eeccac
    • G
      Make update to bring in all the cipher/digest-related ENGINE changes. · c921a5e1
      Geoff Thorpe 提交于
      NB: It looks like mkdef.pl is causing certain cvs wars by continually
      flipping the order of some definitions ...
      c921a5e1
    • G
      "make update". · 534aaf37
      Geoff Thorpe 提交于
      534aaf37
  23. 25 9月, 2001 1 次提交
  24. 21 9月, 2001 1 次提交
  25. 14 9月, 2001 1 次提交
  26. 11 9月, 2001 1 次提交
  27. 07 9月, 2001 1 次提交
  28. 06 9月, 2001 1 次提交
  29. 05 9月, 2001 2 次提交
  30. 03 9月, 2001 1 次提交
  31. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef