1. 05 11月, 2003 1 次提交
  2. 04 11月, 2003 2 次提交
  3. 31 10月, 2003 1 次提交
  4. 30 10月, 2003 8 次提交
  5. 29 10月, 2003 13 次提交
  6. 25 10月, 2003 1 次提交
  7. 15 10月, 2003 1 次提交
  8. 13 10月, 2003 1 次提交
  9. 12 10月, 2003 2 次提交
  10. 11 10月, 2003 3 次提交
  11. 07 10月, 2003 1 次提交
  12. 06 10月, 2003 2 次提交
    • 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
    • R
      Setting the ex_data index is unsafe in a threaded environment, so · c40b9bde
      Richard Levitte 提交于
      let's wrap it with a lock.
      c40b9bde
  13. 04 10月, 2003 1 次提交
  14. 02 10月, 2003 1 次提交
  15. 01 10月, 2003 1 次提交
  16. 28 9月, 2003 1 次提交