summaryrefslogtreecommitdiffstats
path: root/third_party/tlslite/test/index.html
blob: e7f02cc90daaa65cacc0b44be4cfb65a17d074ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<html>
<head>
<title>Trevor Perrin</title>
</head>
<body>
<H1>Trevor Perrin</H1>
<b>Email:</b> trevp at trevp.net<br>
<b>PGP Key:</b> <a href="pgp/key.asc">8035 47B9 D1F9 C148 619A  7948 D8C0 0F11 2F2F F9E3</a>
<p>I'm a programmer, here are some projects I'm involved in.

<p>My current interest is cryptographic key management and alternatives to PKI.
<p>

<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<a name="tls_lite">
<H2><a href="tls_lite/">TLS Lite</a></H2>
<b>Code:</b> tls_lite python library v0.1.8 (<a href="tls_lite/tls_lite-0.1.8.zip">.zip</a>, <a href="tls_lite/readme.txt">readme.txt</a>)<br>
<p>
TLS Lite is a free python library that implements SSL 3.0 and <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0</a>.
TLS Lite supports non-traditional authentication methods such as <a href="http://trevp.net/tls_srp/index.html">SRP</a>,
<a href="http://www.ietf.org/internet-drafts/draft-ietf-tls-sharedkeys-02.txt">shared keys</a>,
and <a href="http://trevp.net/cryptoID/index.html">cryptoIDs</a>, in addition to X.509 certificates.  TLS Lite is pure
<a href="http://www.python.org">Python</a>, however it can access <a href="http://www.openssl.org/">OpenSSL</a> or
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a> for faster crypto operations.

<a name="tlssrp">
<H2><a href="tls_srp/">TLS/SRP</a></H2>
<b>Internet-Draft:</b>  Using SRP for TLS Authentication (<a href="tls_srp/draft-ietf-tls-srp-06.txt">.txt</a>, <a href="tls_srp/draft-ietf-tls-srp-06.html">.html</a>)
<p><a href="http://srp.stanford.edu">SRP</a> is the best way to do password authentication
across a network.  <a href="http://www.ietf.org/html.charters/tls-charter.html">TLS</a> (aka SSL v3.1)
is the best way to do channel security.  What could go better together?
<p>This draft modifies the TLS handshake to use SRP.  This combination of
password-based mutual authentication and the TLS record layer is
ideal for protecting protocols like POP3 and HTTP.

<a name="dss">
<H2>DSS</H2>
<b>Requirements:</b>  DSS Use Case Requirements Analysis (<a href="dss/oasis-dss-1.0-requirements-wd-12.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-requirements-wd-12.doc">.doc</a>)<br>
<b>Specification Working Draft:</b> Digital Signature Service Core Protocol and Elements (<a href="dss/oasis-dss-1.0-core-spec-wd-10.pdf">.pdf</a>, <a href="dss/oasis-dss-1.0-core-spec-wd-10.doc">.doc</a>)<br>
<b>Schema Working Draft:</b> oasis-dss-1.0-core-schema-wd-10 (<a href="dss/oasis-dss-1.0-core-schema-wd-10.xsd">.xsd</a>)<br>
<b>Somewhat Related Paper:</b> Delegated Cryptography, Online Trusted Third Parties, and PKI
(<a href="delegatedCrypto/delegatedCrypto.pdf">.pdf</a>, <a href="delegatedCrypto/delegatedCrypto.html">.html</a>)<br>
<i>(presented at the <a href="http://www.cs.dartmouth.edu/~pki02/">1st Annual PKI Research Workshop</a>)</i>
<p>The <a href="http://www.oasis-open.org/">OASIS</a> <a href="http://www.oasis-open.org/committees/dss/">Digital Signature Service Technical Committee</a>
is designing protocols for signing, verifying, and
time-stamping of XML documents and other data.  The idea is to perform these
operations on servers, thus freeing clients from having to manage private
keys, calculate certificate paths, and so on.
<p>Also listed is a paper arguing for the server-based approach vs. client-side PKI.

<a name="cryptoURL">
<H2>CryptoURLs</H2>
<b>Draft of potential Internet-Draft:</b> The "crypto" URL scheme (<a href="cryptoURL/draft-ietf-cryptoURL-01.txt">.txt</a>, <a href="cryptoURL/draft-ietf-cryptoURL-01.html">.html</a>)<br>
<p>
CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
The resulting URLs are <a href="http://zooko.com/distnames.html">self-authenticating</a>,
like <a href="http://citeseer.nj.nec.com/mazieres99separating.html">SFS file names</a> or
<a href="http://research.microsoft.com/users/tuomaura/CGA/">Cryptographically Generated Addresses</a>.
These could be useful in:
<dir>
<LI>web pages:
  <dir>
  <LI>a page could link to software binaries and include their hash
  <LI>a portal could provide secure introductions to a community of sites
  </dir>
<LI>XML documents (e.g. extending an <a href="http://www.w3.org/TR/xmldsig-core/">XML-DSIG</a> over external references)
<LI>protocols (e.g. HTTP Redirects or LDAP Referrals)
<LI>software configuration (you could configure a client with the address and fingerprint of a server in one step)
</dir>
<a href="http://www.waterken.com/dev/YURL/">YURLs</a> are another approach to self-authenticating URLs.

<a name="cryptlibConverter">
<H2><a href="cryptlibConverter/">CryptlibConverter</a></H2>
<b>Code:</b>  Version 5 for cryptlib 3.1 (<a href="cryptlibConverter/cryptlibConverter5_cl31.zip">.zip</a>, <a href="cryptlibConverter/readme.txt">readme.txt</a>)
<p>This is a python script that generates java, python, and C# wrappers for
<a href="http://www.cs.auckland.ac.nz/~pgut001/cryptlib/">cryptlib</a>.  A set of wrappers for
cryptlib 3.1 is included in the .zip file.  The python and C# wrappers are also included in the latest cryptlib distribution.
<br>
<a name="cryptoID">
<H2><a href="cryptoID/">CryptoIDs</a></H2>
<b>Paper 1:</b> Public Key Distribution through "cryptoIDs" (<a href="cryptoID/cryptoID.pdf">.pdf</a>, <a href="cryptoID/cryptoID.html">.html</a>) <i>(presented at <a href="http://www.nspw.org/2003/">NSPW 2003</a>)</i><br>
<b>Paper 2:</b> The CryptoID Key Management Protocols (<a href="cryptoID/cryptoID2.pdf">.pdf</a>) <i>(the best introduction)</i><br>
<b>Schema:</b>  XML Schema for &lt;certChain&gt; (<a href="cryptoID/cryptoID.xsd">.xsd</a>)<br>
<b>Code:</b>  CryptoIDlib Python and Java library and command-line tool v0.1.8 (<a href="cryptoID/cryptoIDlib-0.1.8.zip">.zip</a>, <a href="cryptoID/readme.txt">readme.txt</a>)
<p>PKI isn't working for person-to-person communications.  Few people use
secure email, voice, instant-messaging, or anything else.
<p>CryptoIDs are an alternative.  The idea is for people to exchange small,
user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
These could be passed around and stored in address books as if they were phone
numbers or postal addresses.
<p>The cryptoID for each user would correspond to that user's <i>root key</i>.
The user would keep his root key in a safe place - his employer or
some commercial service might hold it for him.  The rootholder would operate
an online service which would issue short-lived <i>subkey certificates</i> or <i>validation signatures</i> to the user.
<p>CryptoIDs, then, are about combining <i>fingerprint-based public-key distribution</i> with
<i>certificate-based private-key management</i>.  The first paper above presents the
cryptoID fingerprint and certificate formats, which are designed specifically for
this.  CryptoIDlib lets you test-drive these formats.
<p>The second paper presents private-key management protocols for use with online servers.
Support for these is being added to cryptoIDlib.

<br>
<br>
</body>
</html>