~ubuntu-branches/ubuntu/trusty/openssl/trusty

« back to all changes in this revision

Viewing changes to ssl/ssl_locl.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
#define SSL_FZA                 (SSL_aFZA|SSL_kFZA|SSL_eFZA)
279
279
#define SSL_KRB5                (SSL_kKRB5|SSL_aKRB5)
280
280
 
281
 
#define SSL_ENC_MASK            0x043F8000L
 
281
#define SSL_ENC_MASK            0x0C3F8000L
282
282
#define SSL_DES                 0x00008000L
283
283
#define SSL_3DES                0x00010000L
284
284
#define SSL_RC4                 0x00020000L
287
287
#define SSL_eFZA                0x00100000L
288
288
#define SSL_eNULL               0x00200000L
289
289
#define SSL_AES                 0x04000000L
 
290
#define SSL_CAMELLIA            0x08000000L
290
291
 
291
292
#define SSL_MAC_MASK            0x00c00000L
292
293
#define SSL_MD5                 0x00400000L
298
299
#define SSL_SSLV3               0x02000000L
299
300
#define SSL_TLSV1               SSL_SSLV3       /* for now */
300
301
 
301
 
/* we have used 07ffffff - 5 bits left to go. */
 
302
/* we have used 0fffffff - 4 bits left to go. */
302
303
 
303
304
/*
304
305
 * Export and cipher strength information. For each cipher we have to decide