文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术网络协议RFC3129 - Requirements for Kerberized Internet Negotiation of Keys
精品推荐
特别推荐
·ISIS路由协议
·Telnet入侵最完全手册
·网络协议基础知识 SMTP协议和UDP协议
·新的宽带认证方式——IEEE 802.1x协议
·ARP协议揭密
·网络沟通的桥梁-协议X档案
·TCP/IP协议简介
·NGN网络协议解析
·HTTP协议基础
·电子商务安全协议
·SSL协议介绍
·SIP、SAP及SDP协议组合应用的研究
·在Windows 2000 Server中配置TCP/IP协议
·Catalyst8500配置实例之HSRP协议培植
·计算机网络体系层次结构的划分
·OSPF计算路由
热点TOP10
·Ad Hoc网络协议栈通用要求研究
·关于Sniffer Pro
·RFC791 - Internet Protocol
·在Windows 2000 Server中配置TCP/IP协议
·透析ICMP协议(四): 应用篇ping(RAW Socket)
·传输控制协议(Transmission Control Protocol, TCP)
·对BitTorrent通信协议的分析与检测
·完全用Linux工作 摈弃Windows
·ISIS路由协议
·TCP/IP协议原理
·Telnet入侵最完全手册
·RFC4098 - Terminology for Benchmarking BGP Device Convergence in the Control Plane
·RFC3447 - Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1
·闭路电视监控系统CCTV资料
·IRIS Traffic Analyzer简易教程
·新的宽带认证方式——IEEE 802.1x协议
·HTTP协议基础
·新一代的AAA协议——Diameter
·IP PBX方案篇
·ARP协议揭密

RFC3129 - Requirements for Kerberized Internet Negotiation of Keys

日期:2007年5月5日 作者: 查看:[大字体 中字体 小字体]



  Network Working Group M. Thomas
Request for Comments: 3129 Cisco Systems
Category: Informational June 2001

Requirements for Kerberized Internet Negotiation of Keys

Status of this Memo

This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.

Copyright Notice

Copyright (C) The Internet Society (2001). All Rights Reserved.

Abstract

The goal of this document is to produce a streamlined, fast, easily
managed, and cryptographically sound protocol without requiring
public key.

Motivation

The IPsec working group has defined a number of protocols which
provide the ability to create and maintain cryptographically secure
security associations at layer three (i.e., the IP layer). This
effort has produced two distinct protocols:

1) a mechanism to encrypt and authenticate IP datagram payloads which
assumes a shared secret between the sender and receiver

2) a mechanism for IPsec peers to perform mutual authentication and
exchange keying material

The IPsec working group has defined a peer to peer authentication and
keying mechanism, IKE (RFC2409). One of the drawbacks of a peer to
peer protocol is that each peer must know and implement a site's
security policy which in practice can be quite complex. In addition,
the lack of a trusted third party requires the use of Diffie Hellman
(DH) to establish a shared secret. DH, unfortunately, is
computationally quite expensive and prone to denial of service
attacks. IKE also relies on X.509 certificates to realize scalable
authentication of peers. Digital signatures are also computationally
expensive and certificate based trust models are difficult to deploy

in practice. While IKE does allow for pre-shared symmetric keys, key
distribution is required between all peers -- an O(n^2) problem --
which is problematic for large deployments.

Kerberos (RFC1510) provides a mechanism for trusted third party
authentication for clients and servers. Clients authenticate to a
centralized server -- the Key Distribution Center -- which in turn
issues tickets that servers can decrypt thus proving that the client
is who it claims to be. One of the elements of a Kerberos ticket is
a session key which is generated by the KDC which may be used by the
client and server to share a secret. Kerberos also allows for both
symmetric key authentication, as well as certificate based public key
authentication (PKinit). Since the authentication phase of Kerberos
is performed by the KDC, there is no need to perform expensive DH or
X.509 certificate signatures/verification operations on servers.
While clients may authenticate using X.509 certificates, the
authentication phase can be amortized over the lifetime of the
credentials. This allows a single DH and certificate exchange to be
used to key security associations with many servers in a
computationally economic way. Kerberos also support clients with
symmetric keys but unlike IKE, the symmetric keys are stored in the
KDC making the number of keys an O(n) problem rather than O(n^2).
Kerberos also allows security policy to be managed in a more
centralized fashion, rather than expecting each potentially
untrustworthy peer to abide by stated security policies of an
organization.

The KINK working group takes these basic features of Kerberos and
uses them to its advantage to create a protocol which can establish
and maintain IPsec security associations (RFC2401). It should be
noted that KINK is not a replacement for IKE. IKE has one property
which KINK cannot reproduce: the ability for two peers to mutually
authenticate and exchange keys without the need for an actively
participating third party. However, there are many situations where
a trusted third party which proxies authentication is viable, and in
fact desirable.

While Kerberos specifies a standard protocol between the client and
the KDC to get tickets, the actual ticket exchange between client and
server is application specific. KINK is intended to be an
alternative to requiring each application having its own method of
transporting and validating service tickets using a protocol which is
efficient and tailored to the specific needs of Kerberos and the
applications for which it provides keying and parameter negotiation.

Given the above, a new general keying protocol which leverages the
scalability of Kerberos is desirable. The working group's first task
is to define this protocol and define an domain of interpretation for

IPsec to establish and maintain IPsec security associations. The
protocol must be able to take full advantage of the features of RFC
2401 but in the context of a centralized keying authority.

Requirements

KINK must meet the following requirements at a minimum:

- The protocol must use the session keys found in Kerberos
tickets as the basis of the keying material used for IPsec
security association keys.

- The protocol must be able to integrate into security
architecture of IPsec (RFC2401).

- The protocol must be able to start up SA's regardless of any
client/server disposition in the keying protocol. In other
words, either IPsec peer can be the initiator or responder,
regardless of whether it's a Kerberos 'client' (TGT-only) or
Kerberos 'server'(has a keytab).

- The protocol must support Kerberos using either secret key, or
public key (PKINIT) initial authentication.

- The protocol must support Kerberos User-to-User mode for cases
in which the initiator cannot obtain an AP_REQ for the
responder (i.e. the responder is a PKINIT client) or the
responder cannot decrypt and AP_REQ from the initiator (i.e.,
the responder doesn't have a Kerberos Keytab, just a TGT).

- The protocol must be able to allow a peer to authenticate and
participate in many realms.

- The protocol must handle absolute time skew gracefully.

- The protocol must be able to create, modify, rekey, and delete
security associations.

- The protocol must be capable of setting up both transport and
tunnel modes of IPsec.

- The protocol must be capable of setting up both AH and ESP
security associations.

- The protocol must be capable of negotiating cipher suites.

- The protocol must be capable of setting up IPsec flow
selectors.

- The protocol must be capable of rekeying without the assistance
of the KDC if the Kerberos session ticket is still valid.

- The protocol must make an effort to mitigate third party Denial
of Service attacks (aka Zombies attacks).

- The protocol must be able to be used for more than IPsec
keying.

- The protocol must support both IPv4 and IPv6.

Security Considerations

These requirements lay out input to define a protocol which allows
the keying of IPsec security associations using Kerberos as the key
distribution mechanism. As such, the security associations that will
be created by the new protocol will inherit the union of IPsec and
Kerberos's existing security weaknesses. There is no requirement to
address those weaknesses unless in combination they produce a new
weakness which is not inherent in other keying protocols.

Acknowledgments

The original KINK Kabal was:

Michael Thomas (Cisco)
David McGrew (Cisco)
Jan Vilhuber (Cisco)
Jonathan Trostle (Cisco)
Matt Hur (Cybersafe)
Mike Froh (Cybersafe)
Sasha Medvinsky (GI)
Derek Atkins (Telcordia)

It must also be acknowledged that the Packetcable Security
specification PKT-SP-SEC-I01-991201 provided the raw fodder for this
effort in its Kerberized IPsec section, and all of the focus team
members who played a part in the spec. We must also acknowledge
Nancy Davoust of Cablelabs for keeping order in our normally
disorderly proceedings.

References

[1] Kohl, J. and C. Neuman, "The Kerberos Network
Authentication Service (V5)", RFC1510, September 1993.

[2] Kent, S. and R. Atkinson, "Security Architecture for the
Internet Protocol", RFC2401, November 1998.

[3] Harkins, D. and D. Carrel, "The Internet Key
Exchange (IKE)", RFC2409, November 1998.

Author's Address

Michael Thomas
Cisco Systems
375 E Tasman Rd
San Jose, Ca, 95134, USA

Phone: +1 408-525-5386
EMail: mat@cisco.com

Full Copyright Statement

Copyright (C) The Internet Society (2001). All Rights Reserved.

This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.

The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.

This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Acknowledgement

Funding for the RFCEditor function is currently provided by the
Internet Society.
[1] [2] 下一页 




上一篇:RFC3130 - Notes from the State-Of-The-Technology: DNSSEC

下一篇:RFC3128 - Protection Against a Variant of the Tiny Fragment Attack (RFC1858)

RFC3129 - Requirements for Kerberized Internet Negotiation of Keys 相关文章:
·windows 无法加载 internet 配置信息库(icfgnt.dll)。发生以下错误:找不到指定的模块
·windows xp无法启动Internet连接共享解决办法
·RFC791 - Internet Protocol
·9种常见的INTERNET接入方式(图)
·关于Internet Explorer选项被禁用修改法
·Internet Explorer 编程简述(八)实现浏览历史菜单
·Internet Explorer 编程简述(十一)完美的Inplace Drag & Drop——“超级拖放”
·在Internet临时文件夹中找资源
·风玩转MP3:使用Monkeys Audio转换APE为MP3
·从Internet时间服务器获取标准格林尼治时间
RFC3129 - Requirements for Kerberized Internet Negotiation of Keys 相关软件:
·Kaspersky(卡巴斯基) Internet Security 安全套装 V6.0.2.621 中文版
·洪恩轻松教你学电脑_internet学习
·大智慧证券信息平台Internet版 V5.60
·Internet SlideshowV2.16 汉化版(第二版)
·鸿森Internet浏览器V2.1
·飓风浏览器(Internet Wander)V3.8
·Internet Routing Architectures 2nd Edition
·Internet 应用教程(PDG)
·Free Internet Window Washer V2.0 汉化版
·诺顿网络安全特警(Norton Internet Security) V2007

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.viphot.com
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.viphot.com All Rights Reserved. 鄂ICP备05000083号Powered by:viphot