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
|
@Misc{RFC2246,
author = "Tim Dierks and Christopher Allen",
title = "The TLS Protocol Version 1.0",
month = "January",
year = {1999},
note = "Available from http://kaizi.viagenie.qc.ca/ietf/rfc/rfc2246.txt",
url = "http://kaizi.viagenie.qc.ca/ietf/rfc/rfc2246.txt"
}
@Misc{RFC2945,
author = "Tom Wu",
title = "The SRP Authentication and Key Exchange System",
month = "September",
year = {2000},
note = "Available from http://kaizi.viagenie.qc.ca/ietf/rfc/rfc2945.txt",
url = "http://kaizi.viagenie.qc.ca/ietf/rfc/rfc2945.txt"
}
@Misc{SSL3,
author = "Alan O. Freier and Philip Karlton and Paul C. Kocher",
title = "The SSL Protocol Version 3.0",
month = "November",
year = {1996},
note = "Available from http://wp.netscape.com/eng/ssl3/draft302.txt",
url = "http://wp.netscape.com/eng/ssl3/draft302.txt"
}
@Misc{TLSEXT,
author = "Simon Blake-Wilson and Magnus Nystrom and David Hopwood and Jan Mikkelsen and Tim Wright",
title = "Transport Layer Security (TLS) Extensions",
month = "June",
year = {2003},
note = "Available from http://kaizi.viagenie.qc.ca/ietf/rfc/rfc3546.txt",
url = "http://kaizi.viagenie.qc.ca/ietf/rfc/rfc3546.txt"
}
@Misc{TLSSRP,
author = "David Taylor",
title = "Using SRP for TLS Authentication",
month = "June",
year = {2003},
note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-srp-05.txt",
url = "http://www.normos.org/ietf/draft/draft-ietf-tls-srp-05.txt"
}
@Misc{TLSPGP,
author = "Nikos Mavroyanopoulos",
title = "Using OpenPGP keys for TLS authentication",
month = "November",
year = {2003},
note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt",
url = "http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt"
}
@Misc{TLSCOMP,
author = "Scott Hollenbeck",
title = "Transport Layer Security Protocol Compression Methods",
month = "May",
year = {2003},
note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-compression-06.txt",
url = "http://www.normos.org/ietf/draft/draft-ietf-tls-compression-06.txt"
}
@Misc{CBCATT,
author = "Bodo Moeller",
title = "Security of CBC Ciphersuites in SSL/TLS: Problems and Countermeasures",
year = {2002},
note = "Available from http://www.openssl.org/\~\ bodo/tls-cbc.txt",
url = "http://www.openssl.org/~bodo/tls-cbc.txt"
}
@Misc{GUTPKI,
author = "Peter Gutmann",
title = "Everything you never wanted to know about PKI but were forced to find out",
year = {2002},
note = "Available from http://www.cs.auckland.ac.nz/\~\ pgut001/pubs/pkitutorial.pdf",
url = "http://www.cs.auckland.ac.nz/~pgut001/pubs/pkitutorial.pdf"
}
|