1 / 11

RADIUS Over DTLS

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.

chiku
Download Presentation

RADIUS Over DTLS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RADIUS Over DTLS • RADEXT - Interim Alan DeKok FreeRADIUS

  2. draft-ietf-radext-dtls-00 Submitted • Changes from draft-dekok-radext-dtls-02 • Name / date • STATUS -> RFC 5997 • Removed RFC 5378 disclaimer

  3. 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)

  4. Implementations • RadSecProxy • Jradius • FreeRADIUS (ongoing, expected Q1. 2011)

  5. Questions?

  6. Backup slides

  7. Changes from RadSec • Mostly clear-cut changes • TCP ➙ UDP, RadSec ➙ RDTLS, TLS ➙ DTLS • Some differences • re-uses RADIUS port • retains code ➙ port restrictions

  8. 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

  9. More Magic • What about new sessions? • key: { src (ip, port) + dst (ip, port) } -> ??? • Look at packet contents • (packet[0] == 22) ? DTLS : RADIUS

  10. 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

  11. What it does (not) do • ✓ Future-proof security via TLS • ✓ Backwards compatibility • ✓ Simple migration path • ✖ Order, reliability, fragmentation

More Related