d661fc4 Update to 1.963

Authored and Committed by pghmcfc 10 years ago
    Update to 1.963
    
    - New upstream release 1.963
      - Fix behavior of stop_SSL: for blocking sockets it now enough to call it
        once, for non-blocking it should be called again as long as EAGAIN and
        SSL_ERROR is set to SSL_WANT_(READ|WRITE)
      - Don't call blocking if start_SSL failed and downgraded socket has no
        blocking method
      - Documentation enhancements:
        - Special section for differences to IO::Socket
        - Describe problem with blocking accept on non-blocking socket
        - Describe arguments to new_from_fd and make clear that for upgrading an
          existing IO::Socket, start_SSL should be used directly
    
        
file modified
+14 -1
file modified
+1 -1