Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.34 KB

File metadata and controls

31 lines (25 loc) · 1.34 KB

SOCKS5 Protocol Specification

Build Status Issue Stats Issue Stats

This project uses K3PO to help SOCKS5 implementations automate their verification of the necessary requirements.

The integration tests fall into the following categories:

  • Establish Connection
    • No Authentication Required
    • GSSAPI (Required) -- see RFC1961
    • Username/Password (optional) -- see RFC1929
    • negative tests (no acceptable authentication method)
  • Requests
    • Connect
    • Bind
    • UDP Associate
    • ensure negative tests for error cases (connection not allowed, connection refused, command not supported, etc.)