1. 14 2月, 2002 1 次提交
  2. 08 2月, 2002 1 次提交
  3. 06 2月, 2002 1 次提交
  4. 26 1月, 2002 1 次提交
  5. 25 1月, 2002 2 次提交
  6. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  7. 17 1月, 2002 1 次提交
  8. 04 1月, 2002 1 次提交
  9. 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
  10. 11 12月, 2001 1 次提交
  11. 16 11月, 2001 1 次提交
  12. 25 10月, 2001 2 次提交
  13. 24 10月, 2001 1 次提交
  14. 10 10月, 2001 2 次提交
  15. 02 10月, 2001 1 次提交
  16. 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
  17. 25 9月, 2001 1 次提交
  18. 21 9月, 2001 1 次提交
  19. 14 9月, 2001 1 次提交
  20. 11 9月, 2001 1 次提交
  21. 07 9月, 2001 1 次提交
  22. 06 9月, 2001 1 次提交
  23. 05 9月, 2001 2 次提交
  24. 03 9月, 2001 1 次提交
  25. 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
  26. 01 9月, 2001 1 次提交
  27. 27 8月, 2001 1 次提交
  28. 18 8月, 2001 1 次提交
  29. 04 8月, 2001 1 次提交
  30. 01 8月, 2001 1 次提交
  31. 31 7月, 2001 1 次提交
  32. 12 7月, 2001 1 次提交
    • R
      make update · b01ab143
      Richard Levitte 提交于
      Note that since some private kssl functions were exported, the
      simplest way to rebuild the number table was to toss everything that
      was new since OpenSSL 0.9.6b.  This is safe, since those functions
      have not yet been exported in an OpenSSL release.  Beware, people who
      trust intermediary snapshots!
      b01ab143