1. 04 2月, 2006 1 次提交
  2. 25 10月, 2005 1 次提交
  3. 08 7月, 2005 1 次提交
  4. 17 5月, 2005 1 次提交
  5. 16 5月, 2005 2 次提交
  6. 30 3月, 2005 1 次提交
  7. 06 2月, 2005 1 次提交
  8. 14 12月, 2004 1 次提交
  9. 03 11月, 2004 1 次提交
  10. 30 8月, 2004 1 次提交
  11. 02 8月, 2004 2 次提交
  12. 18 5月, 2004 1 次提交
  13. 20 4月, 2004 1 次提交
  14. 29 1月, 2004 1 次提交
  15. 27 12月, 2003 1 次提交
  16. 16 11月, 2003 1 次提交
  17. 06 10月, 2003 1 次提交
    • R
      Make sure int SSL_COMP_add_compression_method() checks if a certain · 82423549
      Richard Levitte 提交于
      compression identity is already present among the registered
      compression methods, and if so, reject the addition request.
      
      Declare SSL_COMP_get_compression_method() so it can be used properly.
      
      Change ssltest.c so it checks what compression methods are available
      and enumerates them.  As a side-effect, built-in compression methods
      will be automagically loaded that way.  Additionally, change the
      identities for ZLIB and RLE to be conformant to
      draft-ietf-tls-compression-05.txt.
      
      Finally, make update.
      
      Next on my list: have the built-in compression methods added
      "automatically" instead of requiring that the author call
      SSL_COMP_add_compression_method() or
      SSL_COMP_get_compression_methods().
      82423549
  18. 04 1月, 2003 2 次提交
  19. 03 1月, 2003 1 次提交
  20. 18 12月, 2002 1 次提交
  21. 14 12月, 2002 1 次提交
  22. 09 10月, 2002 1 次提交
  23. 02 8月, 2002 1 次提交
  24. 28 6月, 2002 1 次提交
  25. 14 6月, 2002 1 次提交
  26. 07 4月, 2002 1 次提交
  27. 26 3月, 2002 1 次提交
  28. 06 2月, 2002 2 次提交
    • R
      'make update' · de2f6e4d
      Richard Levitte 提交于
      de2f6e4d
    • R
      With the changed des_old API, let's complete the work by renaming the · 44bdb056
      Richard Levitte 提交于
      functions in ui_compat.  This gave reason to rework that part more
      thoroughly, so here are the changes made:
      
      1. Add DES_read_password() and DES_read_2passwords() with the same
         functionality as the corresponding old des_ functions, as a
         convenience to the users.
      2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the
         functionality from des_read_pw_string() and des_read_pw(), again as
         a concenience to the users.
      3. Rename des_read_password(), des_read_2passwords(),
         des_read_pw_string() and des_read_pw() by changing des_ to
         _ossl_old_des_, and add the usual mapping macros.
      4. Move the implementation of des_read_password() and
         des_read_2passwords() to the des directory, since they are tightly
         tied to DES anyway.
      
      This change was inspired by a patch from Assar Westerlund <assar@sics.se>:
      
      There are some functions that didn't get the kick-away-old-des-and-
      replace-des-with-DES action.  Here's a patch that adds DES_ and des_
      (in des_old.h) versions of des_read_pw_string et al.  This patch
      includes some of the first des_old.h semi-colon macro fixes that I've
      already sent.
      44bdb056
  29. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  30. 15 11月, 2001 1 次提交
  31. 25 10月, 2001 3 次提交
  32. 04 10月, 2001 1 次提交
  33. 26 9月, 2001 1 次提交
  34. 18 8月, 2001 1 次提交