1. 01 11月, 2015 1 次提交
  2. 31 10月, 2015 1 次提交
  3. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  4. 14 5月, 2015 1 次提交
  5. 01 4月, 2015 1 次提交
  6. 24 3月, 2015 1 次提交
  7. 07 2月, 2015 1 次提交
  8. 03 2月, 2015 1 次提交
  9. 27 1月, 2015 1 次提交
  10. 08 12月, 2014 1 次提交
  11. 01 10月, 2014 1 次提交
  12. 31 3月, 2013 1 次提交
  13. 19 11月, 2012 1 次提交
  14. 04 6月, 2012 1 次提交
  15. 22 2月, 2011 1 次提交
  16. 27 1月, 2011 1 次提交
  17. 15 1月, 2008 1 次提交
  18. 11 1月, 2008 1 次提交
  19. 19 12月, 2007 1 次提交
  20. 04 2月, 2006 1 次提交
  21. 25 10月, 2005 1 次提交
  22. 08 7月, 2005 1 次提交
  23. 17 5月, 2005 1 次提交
  24. 16 5月, 2005 2 次提交
  25. 30 3月, 2005 1 次提交
  26. 06 2月, 2005 1 次提交
  27. 14 12月, 2004 1 次提交
  28. 03 11月, 2004 1 次提交
  29. 30 8月, 2004 1 次提交
  30. 02 8月, 2004 2 次提交
  31. 18 5月, 2004 1 次提交
  32. 20 4月, 2004 1 次提交
  33. 29 1月, 2004 1 次提交
  34. 27 12月, 2003 1 次提交
  35. 16 11月, 2003 1 次提交
  36. 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
  37. 04 1月, 2003 2 次提交