Skip to content
  1. Oct 06, 2003
    • Richard Levitte's avatar
      Make sure int SSL_COMP_add_compression_method() checks if a certain · 82423549
      Richard Levitte authored
      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
    • Richard Levitte's avatar
      Setting the ex_data index is unsafe in a threaded environment, so · c40b9bde
      Richard Levitte authored
      let's wrap it with a lock.
      c40b9bde
  2. Oct 04, 2003
  3. Oct 02, 2003
  4. Oct 01, 2003
  5. Sep 30, 2003
  6. Sep 28, 2003
  7. Sep 27, 2003
  8. Sep 25, 2003
    • Ralf S. Engelschall's avatar
      Fix prime generation loop in crypto/bn/bn_prime.pl by making · 6bd27f86
      Ralf S. Engelschall authored
      sure the loop does correctly stop and breaking ("division by zero")
      modulus operations are not performed. The (pre-generated) prime
      table crypto/bn/bn_prime.h was already correct, but it could not be
      re-generated on some platforms because of the "division by zero"
      situation in the script.
      6bd27f86
  9. Sep 21, 2003
  10. Sep 09, 2003
  11. Sep 08, 2003
  12. Sep 04, 2003
  13. Sep 03, 2003
  14. Aug 21, 2003
  15. Aug 14, 2003
  16. Aug 11, 2003
  17. Aug 07, 2003
  18. Aug 06, 2003