1. 06 Oct, 2003 2 commits
    • 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. 04 Oct, 2003 1 commit
  3. 02 Oct, 2003 2 commits
  4. 01 Oct, 2003 5 commits
  5. 30 Sep, 2003 3 commits
  6. 28 Sep, 2003 3 commits
  7. 27 Sep, 2003 10 commits
  8. 25 Sep, 2003 1 commit
    • 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. 21 Sep, 2003 2 commits
  10. 09 Sep, 2003 2 commits
  11. 08 Sep, 2003 1 commit
  12. 04 Sep, 2003 1 commit
  13. 03 Sep, 2003 2 commits
  14. 21 Aug, 2003 1 commit
  15. 14 Aug, 2003 1 commit
  16. 11 Aug, 2003 1 commit
  17. 07 Aug, 2003 1 commit
  18. 06 Aug, 2003 1 commit