diff options
author | nelsonb%netscape.com <devnull@localhost> | 2001-11-02 04:00:27 +0000 |
---|---|---|
committer | nelsonb%netscape.com <devnull@localhost> | 2001-11-02 04:00:27 +0000 |
commit | 93b74991925578af50269b121d258339b99397a7 (patch) | |
tree | f975e7ad91e853cc8b64d5f44eefee56cccc81df /security/nss/lib/ssl | |
parent | 115e7a9614e2ecb86aef9b522c897379dcc9d8dd (diff) | |
download | nss-hg-93b74991925578af50269b121d258339b99397a7.tar.gz |
Put better comments by the table of preconfigured policies.
Diffstat (limited to 'security/nss/lib/ssl')
-rw-r--r-- | security/nss/lib/ssl/sslsock.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/sslsock.c b/security/nss/lib/ssl/sslsock.c index b06b75de5..4e0d5b1e0 100644 --- a/security/nss/lib/ssl/sslsock.c +++ b/security/nss/lib/ssl/sslsock.c @@ -55,7 +55,11 @@ struct cipherPolicyStr { typedef struct cipherPolicyStr cipherPolicy; -/* this table reflects Netscape's browser policies. */ +/* This table contains two preconfigured policies: Export and France. +** It is used only by the functions SSL_SetDomesticPolicy, +** SSL_SetExportPolicy, and SSL_SetFrancyPolicy. +** Order of entries is not important. +*/ static cipherPolicy ssl_ciphers[] = { /* Export France */ { SSL_EN_RC4_128_WITH_MD5, SSL_NOT_ALLOWED, SSL_NOT_ALLOWED }, { SSL_EN_RC4_128_EXPORT40_WITH_MD5, SSL_ALLOWED, SSL_ALLOWED }, |