~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/pkcs11/netscape/suites/security/ssl/ssls.c

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The contents of this file are subject to the Mozilla Public
 
3
 * License Version 1.1 (the "License"); you may not use this file
 
4
 * except in compliance with the License. You may obtain a copy of
 
5
 * the License at http://www.mozilla.org/MPL/
 
6
 * 
 
7
 * Software distributed under the License is distributed on an "AS
 
8
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
9
 * implied. See the License for the specific language governing
 
10
 * rights and limitations under the License.
 
11
 * 
 
12
 * The Original Code is the Netscape security libraries.
 
13
 * 
 
14
 * The Initial Developer of the Original Code is Netscape
 
15
 * Communications Corporation.  Portions created by Netscape are 
 
16
 * Copyright (C) 1994-2000 Netscape Communications Corporation.  All
 
17
 * Rights Reserved.
 
18
 * 
 
19
 * Contributor(s):
 
20
 * 
 
21
 * Alternatively, the contents of this file may be used under the
 
22
 * terms of the GNU General Public License Version 2 or later (the
 
23
 * "GPL"), in which case the provisions of the GPL are applicable 
 
24
 * instead of those above.  If you wish to allow use of your 
 
25
 * version of this file only under the terms of the GPL and not to
 
26
 * allow others to use your version of this file under the MPL,
 
27
 * indicate your decision by deleting the provisions above and
 
28
 * replace them with the notice and other provisions required by
 
29
 * the GPL.  If you do not delete the provisions above, a recipient
 
30
 * may use your version of this file under either the MPL or the
 
31
 * GPL.
 
32
 */
 
33
 
 
34
#include "ssls.h"
 
35
 
 
36
#include <ssl.h>
 
37
#include <sslproto.h>
 
38
 
 
39
/* 21 lines x 8 chars = 168 bytes */
 
40
 
 
41
 
 
42
#if 1
 
43
unsigned char data[] = {
 
44
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
45
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
46
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
47
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
48
 
 
49
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
50
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
51
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
52
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
53
 
 
54
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
55
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
56
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
57
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
58
 
 
59
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
60
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
61
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
62
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
63
 
 
64
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
65
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
66
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
67
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08,
 
68
 
 
69
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x07, 0x08
 
70
};
 
71
 
 
72
#else
 
73
 
 
74
unsigned char data[] = {
 
75
  0x2e, 0x86, 0x53, 0x10, 0x4f, 0x38, 0x34, 0xea,
 
76
  0x4b, 0xd3, 0x88, 0xff, 0x6c, 0xd8, 0x1d, 0x4f,
 
77
  0x20, 0xb9, 0xe7, 0x67, 0xb2, 0xfb, 0x14, 0x56,
 
78
  0x55, 0x57, 0x93, 0x80, 0xd7, 0x71, 0x38, 0xef,
 
79
 
 
80
  0x6c, 0xc5, 0xde, 0xfa, 0xaf, 0x04, 0x51, 0x2f,
 
81
  0x0d, 0x9f, 0x27, 0x9b, 0xa5, 0xd8, 0x72, 0x60,
 
82
  0xd9, 0x03, 0x1b, 0x02, 0x71, 0xbd, 0x5a, 0x0a,
 
83
  0x42, 0x42, 0x50, 0xb3, 0x7c, 0x3d, 0xd9, 0x51,
 
84
 
 
85
  0xb8, 0x06, 0x1b, 0x7e, 0xcd, 0x9a, 0x21, 0xe5,
 
86
  0xf1, 0x5d, 0x0f, 0x28, 0x6b, 0x65, 0xbd, 0x28,
 
87
  0xad, 0xd0, 0xcc, 0x8d, 0x6e, 0x5d, 0xeb, 0xa1,
 
88
  0xe6, 0xd5, 0xf8, 0x27, 0x52, 0xad, 0x63, 0xd1,
 
89
 
 
90
  0xec, 0xbf, 0xe3, 0xbd, 0x3f, 0x59, 0x1a, 0x5e,
 
91
  0xf3, 0x56, 0x83, 0x43, 0x79, 0xd1, 0x65, 0xcd,
 
92
  0x2b, 0x9f, 0x98, 0x2f, 0x20, 0x03, 0x7f, 0xa9,
 
93
  0x88, 0x9d, 0xe0, 0x68, 0xa1, 0x6f, 0x0b, 0xe6,
 
94
 
 
95
  0xe1, 0x9e, 0x27, 0x5d, 0x84, 0x6a, 0x12, 0x98,
 
96
  0x32, 0x9a, 0x8e, 0xd5, 0x23, 0xd7, 0x1a, 0xec,
 
97
  0xe7, 0xfc, 0xe2, 0x25, 0x57, 0xd2, 0x3c, 0x97,
 
98
  0x12, 0xa9, 0xf5, 0x81, 0x7f, 0xf2, 0xd6, 0x5d,
 
99
 
 
100
  0xa4, 0x84, 0xc3, 0xad, 0x38, 0xdc, 0x9c, 0x19
 
101
};
 
102
#endif
 
103
 
 
104
 
 
105