1. 06 9月, 2013 2 次提交
    • C
      Fix infinite loop on s_client starttls xmpp · 4249d4ba
      Carlos Alberto Lopez Perez 提交于
       * When the host used in "-connect" is not what the remote XMPP server expects
         the server will return an error like this:
           <stream:error>
             <host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
           </stream:error>
       * But the actual code will stay on the loop forever because the stop condition
         "/stream:features>" will never happen,
       * Make this more robust: The stop condition should be that BIO_read failed
       * Test if for example with ::
      
          openssl s_client  -connect random.jabb3r.net:5222 -starttls xmpp
      4249d4ba
    • C
      Fix XMPP code detection on s_client starttls xmpp · 4e48c775
      Carlos Alberto Lopez Perez 提交于
       * Some XMPP Servers (OpenFire) use double quotes.
       * This makes s_client starttls work with this servers.
       * Tested with OpenFire servers from http://xmpp.net/ ::
      
           openssl s_client -connect coderollers.com:5222 -starttls xmpp
      4e48c775
  2. 05 9月, 2013 1 次提交
  3. 03 9月, 2013 1 次提交
  4. 21 8月, 2013 4 次提交
  5. 19 8月, 2013 1 次提交
  6. 18 8月, 2013 4 次提交
  7. 14 8月, 2013 2 次提交
  8. 08 8月, 2013 1 次提交
    • M
      DTLS handshake fix. · 0c75eeac
      Michael Tuexen 提交于
      Reported by: Prashant Jaikumar <rmstar@gmail.com>
      
      Fix handling of application data received before a handshake.
      0c75eeac
  9. 06 8月, 2013 1 次提交
  10. 05 8月, 2013 10 次提交
  11. 03 8月, 2013 2 次提交
  12. 01 8月, 2013 1 次提交
  13. 31 7月, 2013 1 次提交
  14. 22 7月, 2013 3 次提交
  15. 19 7月, 2013 2 次提交
  16. 18 7月, 2013 4 次提交