[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clarification of my remarks about Netscape



> Please define a solution that is:
> 	distributed
> 	reliable
> 	supports an unforgeable name to public-key mapping
> 	standard
> 	not-bulky
> 	not-expensive

Build a new API out of sockets and GSSAPI?

	ssl_t s = ssl_bind(char *hostname, int port, char *servername);
	ssl_status_t ssl_secure(ssl_t s, oid_t security_type, unsigned32 flags);

etc...
	/r$