1、,Internet Key Exchange,IPSec Reminder,SAD,IPSec Reminder SA,Security Association Database (SAD) holds SAs Security Associations (SA) is a one way, cryptographically protected connection between a sender and a receiver that affords security services to traffic,Alice,Bob,IPSec Reminder SA,SA contains
2、the fields: protocol identifier (ESP or AH) mode (tunnel or transport) algorithms for encryption/ decryption/ authentication and their respective keys lifetime SPIs sequence number,IPSec Reminder Where does IKE fit in?,SAs building and managing is either: Static (manual) keys and other attributes of
3、 SA are manually configured by system administrator. Practical for small, relatively static environments. Dynamic (automated) On-demand creation of keys. Handled by IKE protocol,IKE,IKE is a protocol that builds and manages IPSec SAs between two computers that implement IPSec. IKE is the only standa
4、rd protocol for building IPSec SAs (Standard IPSec implementation must also implement IKE) IKE (like IPSec) is carried out either between a pair of hosts, a pair of security gateways or a host and a security gateway,IKE,IKE is a protocol that builds and manages IPSec SAs between two computers that i
5、mplement IPSec. IKE is the only standard protocol for building IPSec SAs (Standard IPSec implementation must also implement IKE) IKE (like IPSec) is carried out either between a pair of hosts, a pair of security gateways or a host and a security gateway,Endpoint to Endpoint Transport,Both endpoints
6、of the IP connection implement IPsec Used with no inner IP header One of the protected points can be behind a NAT node,Protected Endpoint,Protected Endpoint,IPsec Tunnel,Gateway to Gateway Tunnel,Neither point of the IP connection implements IPsec, but network nodes between them protect traffic for
7、part of the way Protection is transparent to the endpoints The inner IP header contains the IP addresses of the actual endpoints,gateway,gateway,Protected Subnet,Protected Subnet,IPsec Tunnel,Endpoint to Gateway Transport,A protected endpoint (typically a portable roaming computer) connects back to
8、its corporate network through an IPsec protected tunnel The protected endpoint will want an IP address associated with the gateway so that packets returned to it will go to the gateway and be tunneled back The protected endpoint may be behind a NAT,Protected Endpoint,gateway,Protected Subnet and/or
9、Internet,IPsec Tunnel,expectations from IKE,Secrecy and authenticity Protection against replay attacks Scalability (being suitable for big networks) Privacy and anonymity (protecting identity of players in the protocol) Protection against DOS Efficiency (both computational and minimal in the number
10、of messages) Independence of cryptographic algorithms Minimize protocol complexity Reliability,Key Exchange Protocols,Key exchange protocols goal is to agree on a shared key for the two participant Should implement- authenticity- secrecy,Long and Short Term Keys,To support authenticity parties shoul
11、d know a mutual secret key. This key is called long term key. The keys negotiated in the protocol are called short term keys. There are two types of long term keys: Pre-shared secret Public/private keys,Long and Short Term Keys,Why the need for short term keys? It is not advisable to encrypt a lot o
12、f data with the same key It is advisable to separate between encryption keys and authentication keysWhy not sending the new key encrypted using the long term key? PFS,PFS Perfect Forward Secrecy,Exposure of long term keys will not entail exposure of short term keys that are created in the current ex
13、ecution of the protocolPFS is optionally provided in IKE (detailed later),IKE version 1,IKE version 1 is a hybrid of three protocols (actually a framework and two protocols) Version 1 grew out of ISAKMP framework and OAKLEY and SKEME protocols that work within that framework.,ISAKMP (IKE version 1),
14、Stands for “Internet Security Association and Key Management” Protocol Created by NSA (National Security Agency) Framework (not really a protocol) for authentication and key exchange. This framework decides on the SAs attributes the parties will use.,ISAKMP (IKE version 1),Designed to be key exchang
15、e independent (supports many different key exchanges) In IKE version 1 ISAKMP uses part of OAKLEY and part of SKEME.,SKEME (IKE version 1),Describes a versatile key exchange technique Provides: anonymity repudiability quick key refreshment,OAKLEY (IKE version 1),Describes a series of key exchanges a
16、nd details the services provided by each Based on Diffie-Hellman algorithm but providing added security Generic in that it does not dictate specific formats,OAKLEY (IKE version 1),Characterized by five important features: Cookies to prevent clogging attacks Negotiation of a group (specifying global
17、parameters of DH) Use of nonces to ensure against replay attacks Exchange of public key values Authentication of DH to prevent man-in-the-middle attacks,Diffie-Hellman Groups,A group for the DH key exchange specifies the global parameters of DH. Each group includes the definition of 2 global paramet
18、ers and the identity of the algorithm Three of these groups are classic DH algorithm using modular exponentiation,Diffie-Hellman groups id=1,2,5,All these three groups (id=1,2,5) have: Generator = 2 For group id=1: Prime = 2768 - 2704 1 + 264 * 2638 pi + 149686 For group id=2: Prime = 21024 - 2960 1
19、 + 264 * 2894 pi + 129093 For group id=5: Prime = 21536 - 21472 1 + 264 * 21406 pi + 741804,Diffie-Hellman groups id=3,4,Over galois fields using elliptic curves.,IKE Version 2,From this point on we focus on IKE version 2IKE version 2 is a single protocol rather than three that cross reference one a
20、nother and is described in a single self-contained document,Main benefits of IKE Version 2 over Version 1,IKEv2 preserves most of the features of IKEv1. The idea behind IKEv2 was to make it as easy as possible for IKEv1 implementations to be modified for IKEv2. Later we will see that IKE is a two-ph
21、ase protocol. Version 2 greatly simplified IKE by replacing the 8 possible phase 1 exchanges with a single exchange. This single exchange provides identity hiding in 2 round trips rather than 3 in version 1,Main benefits of IKE Version 2 over Version 1,Version 2 decreased latency by allowing setup o
22、f SA to be piggybacked on the initial exchange Version 2 increased security by allowing responder to be stateless until initiator can receive at claimed IP address,Side benefits of IKE Version 2 over Version 1,cryptographic syntax replaced with one simplified syntaxa few fields were removed (ex: DOI
23、, SIT)possible error states reduced,Details and variations,IKE normally listens on UDP port 500, though may also be received on port 4500 with a slightly different format,Reliability,IKE is a reliable protocol. Initiator responsible for retransmission in the event of timeout, therefore must remember
24、 each request until it receives the corresponding response Responder retransmits a response only when it receives retransmission , therefore must remember each response until it receives a request with a larger sequence number plus window size On failure all states associated with SA are discarded,R
25、eliability,IKE definition includes recovery from transmission error: packet loss, packet replay, packet forgery,Functionality,IKE is designed to function so long as: at least one of a series of retransmitted packets reaches its destination before timing out channel not full of forged or replayed pac
26、kets (exhausting network or CPU) Even if these two minimum requirements are absent, IKE fails cleanly as though the network was broken,NAT Traversal,IPsec through a NAT introduces problems. protocols which include IP addresses of endpoint within the payload (like IPSec) necessitate that NAT understa
27、nds the protocol and modify the internal references and those in the headers In transport mode changing IP address will cause checksums to fail. In tunnel mode there are routing problems.,NAT Traversal,For that reason, IKE supports UDP encoding that is easier for NATs to process It is less efficient
28、 but is easier for NAT to process This is where port 4500 comes in. When working through a NAT it is better to pass IKE packets over port 4500 which runs the NAT-friendly protocol.,To Sum Up Overview,We talked about:IPSec SAswhat roles IKE playDesign issuesKey exchange protocols: long/short terms keys, pfsversion 1: structure and featuresversion 2ReliabilityTerms of functionalityNAT friendly protocol,
copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1