RADIUS Over DTLS

11
RADIUS Over DTLS RADEXT - Interim Alan DeKok FreeRADIUS

description

RADIUS Over DTLS. RADEXT - Interim. Alan DeKok FreeRADIUS. draft-ietf-radext-dtls-00 Submitted. Changes from draft-dekok-radext-dtls-02 Name / date STATUS -> RFC 5997 Removed RFC 5378 disclaimer. Open Issues. Need to re-sync with RTLS draft Double-check consistency, etc. - PowerPoint PPT Presentation

Transcript of RADIUS Over DTLS

Page 1: RADIUS Over DTLS

RADIUS Over DTLSRADEXT - Interim

Alan DeKokFreeRADIUS

Page 2: RADIUS Over DTLS

RADEXT - Interim

draft-ietf-radext-dtls-00 Submitted

• Changes from draft-dekok-radext-dtls-02

• Name / date• STATUS -> RFC 5997• Removed RFC 5378 disclaimer

Page 3: RADIUS Over DTLS

RADEXT - Interim

Open Issues• Need to re-sync with RTLS draft

• Double-check consistency, etc.• Port re-use issues

• Use the same port? Different ports?

• Would like review from Stig Venaas (radsecproxy)

Page 4: RADIUS Over DTLS

RADEXT - Interim

Implementations

• RadSecProxy• Jradius• FreeRADIUS (ongoing, expected

Q1. 2011)

Page 5: RADIUS Over DTLS

RADEXT - Interim

Questions?

Page 6: RADIUS Over DTLS

RADEXT - Interim

Backup slides

Page 7: RADIUS Over DTLS

RADEXT - Interim

Changes from RadSec

• Mostly clear-cut changes• TCP ➙ UDP, RadSec ➙ RDTLS, TLS ➙ DTLS

• Some differences• re-uses RADIUS port• retains code ➙ port restrictions

Page 8: RADIUS Over DTLS

RADEXT - Interim

Magic• RADIUS & DTLS on the same port

• key: { src (ip, port), dst (ip, port) } -> proto

• proto = DTLS or RADIUS• works for live “connections”

• proto is DTLS or RADIUS• MUST NOT transport both over

same key

Page 9: RADIUS Over DTLS

RADEXT - Interim

More Magic• What about new sessions?

• key: { src (ip, port) + dst (ip, port) } -> ???

• Look at packet contents• (packet[0] == 22) ? DTLS :

RADIUS

Page 10: RADIUS Over DTLS

RADEXT - Interim

Step by Step Guide• Draft outlines full management

algorithm• When client is known to support

a protocol• Includes processing of legacy

RADIUS• Outlines management of upgrade

path

Page 11: RADIUS Over DTLS

RADEXT - Interim

What it does (not) do

• ✓ Future-proof security via TLS• ✓ Backwards compatibility• ✓ Simple migration path• ✖ Order, reliability, fragmentation