summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl/ssl3prot.h
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2003-10-17 13:45:42 +0000
committerian.mcgreer%sun.com <devnull@localhost>2003-10-17 13:45:42 +0000
commitf4f17a8147764c36e6bf6bfdb6c59d48af81a3a3 (patch)
tree19d8e26d9e6cb646e8088b0794a1c6366ceac33a /security/nss/lib/ssl/ssl3prot.h
parentc1117b36d503ee61554e3d9f39ba14d25faf0372 (diff)
downloadnss-hg-f4f17a8147764c36e6bf6bfdb6c59d48af81a3a3.tar.gz
ECC code landing.
Contributed by Sheuling Chang, Stephen Fung, Vipul Gupta, Nils Gura, and Douglas Stebila of Sun Labs
Diffstat (limited to 'security/nss/lib/ssl/ssl3prot.h')
-rw-r--r--security/nss/lib/ssl/ssl3prot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/nss/lib/ssl/ssl3prot.h b/security/nss/lib/ssl/ssl3prot.h
index 54e1fafcc..166f67237 100644
--- a/security/nss/lib/ssl/ssl3prot.h
+++ b/security/nss/lib/ssl/ssl3prot.h
@@ -251,6 +251,14 @@ typedef enum {
ct_DSS_fixed_DH = 4,
ct_RSA_ephemeral_DH = 5,
ct_DSS_ephemeral_DH = 6,
+ /* XXX The numbers assigned to the following EC-based
+ * certificate types might change before the ECC in TLS
+ * draft becomes an IETF RFC.
+ */
+ ct_ECDSA_sign = 7,
+ ct_RSA_fixed_ECDH = 8,
+ ct_ECDSA_fixed_ECDH = 9,
+
ct_Fortezza = 20
} SSL3ClientCertificateType;