Sciweavers

USENIX
1994

SNP: An Interface for Secure Network Programming

13 years 5 months ago
SNP: An Interface for Secure Network Programming
SNP provides a high-level abstraction for secure end-toend network communications. It supports both stream and datagram semantics with security guarantees (e.g., data originauthenticity, data integrityand data confidentiality). Itis designed to resemble the Berkeley sockets interface so that security can be easily retrofitted into existing socket programs with only minor modifications. SNP is built on top of GSS-API, thus making it relatively portable across different authentication mechanisms conforming to GSSAPI. SNP hides the details of GSS-API (e.g., credentials and contexts management), the communication sublayer as well as the cryptographic sublayer from the application programmers. It also encapsulates security sensitive information, thus preventing accidental or intentional disclosure by an application program.
Thomas Y. C. Woo, Raghuram Bindignavle, Shaowen Su
Added 02 Nov 2010
Updated 02 Nov 2010
Type Conference
Year 1994
Where USENIX
Authors Thomas Y. C. Woo, Raghuram Bindignavle, Shaowen Su, Simon S. Lam
Comments (0)