Pre-Submission Checklist
Type Of Change
Checklist:
Description
ims_auth: option to generate authentication vector locally, without needed CDP and HSS.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4054
Commit Summary
- 784374a ims_auth: added Milenage, AES-128 (Rijndael) and auth_vector local generation
- 21935e2 ims_auth: new av_mode parameter
- 6a327ee ims_auth: synced functions with number of parameters
- e20f68b ims_auth: function to set ims auth data
- e187d75 ims_auth: reworked the local AV API
- d0886fb ims_auth: generate local auth vector when none is found for challenge
- 0bcb4dc ims_auth: fixed compilation and moved back auth_vector to authorize.h
- d2195d1 ims_auth: integrated local resync
- d27c01b ims_auth: dropped all old vectors on local resync
- 289cc84 ims_auth: docs for av_mode parameter
- e4e7858 ims_auth: relocated aes128.{c,h} to gcrypt module
- 60aa944 gcrypt: exported api for aes128 functions
- 566bf3c gcrypt: include file for binding module exports
- 198ede2 ims_auth: use gcrypt api for aes128 functions
- 9bcb98f ims_auth: don't bind or use cdp when av_mode is 1
- c8010aa ims_auth: docs updated with gcrypt dependency
File Changes
(13 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4054@github.com>