[e-lang] E-on-CL progress, and request for information
Tyler Close
tyler.close at gmail.com
Sat Jun 25 22:33:23 EDT 2005
On 6/25/05, Mark Miller <markm at cs.jhu.edu> wrote:
> Tyler, what cyphersuite does VatTP-on-TLS use?
The acceptable cyphersuites are determined by the Keyspace
implementation. Right now, there's just one implementation of the
Keyspace interface: org.waterken.url.tls.sha1withrsa.Keyspace. For
this Keyspace, the acceptable ciphersuites are, in order of
preference:
/**
* The acceptable ciphersuites.
*/
private static final String[] ACCEPTABLE = new String[] {
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA",
"SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA",
"TLS_RSA_WITH_AES_128_CBC_SHA",
"SSL_RSA_WITH_RC4_128_SHA",
"SSL_RSA_WITH_3DES_EDE_CBC_SHA"
};
Tyler
--
The web-calculus is the union of REST and capability-based security:
http://www.waterken.com/dev/Web/
More information about the e-lang
mailing list