~ubuntu-branches/ubuntu/maverick/nss/maverick

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/ssl/sslproto.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * the terms of any one of the MPL, the GPL or the LGPL.
40
40
 *
41
41
 * ***** END LICENSE BLOCK ***** */
42
 
/* $Id: sslproto.h,v 1.12 2007/02/28 19:47:38 rrelyea%redhat.com Exp $ */
 
42
/* $Id: sslproto.h,v 1.13 2008/12/17 06:09:19 nelson%bolyard.com Exp $ */
43
43
 
44
44
#ifndef __sslproto_h_
45
45
#define __sslproto_h_
179
179
#define TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA   0x0088
180
180
#define TLS_DH_ANON_WITH_CAMELLIA_256_CBC_SHA   0x0089
181
181
 
 
182
#define TLS_RSA_WITH_SEED_CBC_SHA               0x0096
 
183
 
182
184
#define TLS_ECDH_ECDSA_WITH_NULL_SHA            0xC001
183
185
#define TLS_ECDH_ECDSA_WITH_RC4_128_SHA         0xC002
184
186
#define TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA    0xC003