Searched refs:SSL3Exception (Results 1 – 1 of 1) sorted by relevance
217 class SSL3Exception(Exception): class304 raise SSL3Exception('Unknown or invalid cipher suite type %x' % int(e.args[0]))330 raise SSL3Exception('Unknown or invalid cipher suite type %x' % int(e.args[0]))414 raise SSL3Exception('Unknown or invalid handshake type %d' %472 raise SSL3Exception('Bad TLS version in buf: %r' % buf[i:i + 5])850 with pytest.raises(SSL3Exception, match='Bad TLS version in buf: '):895 with pytest.raises(SSL3Exception, match='Unknown or invalid cipher suite type 1c'):913 with pytest.raises(SSL3Exception, match='Unknown or invalid cipher suite type 1c'):940 with pytest.raises(SSL3Exception, match='Unknown or invalid handshake type 123'):