-
- Downloads
STIR/SHAKEN: Switch to base64 URL encoding.
STIR/SHAKEN encodes using base64 URL format. Currently, we just use base64. New functions have been added that convert to and from base64 encoding. The origid field should also be an UUID. This means there's no reason to have it as an option in stir_shaken.conf, as we can simply generate one when creating the Identity header. https://wiki.asterisk.org/wiki/display/AST/OpenSIPit+2021 Change-Id: Icf094a2a54e87db91d6b12244c9f5ba4fc2e0b8c
parent
05f7bc9c
Branches
Tags
Showing
- configs/samples/stir_shaken.conf.sample 0 additions, 3 deletionsconfigs/samples/stir_shaken.conf.sample
- doc/UPGRADE-staging/stir_shaken_origid.txt 8 additions, 0 deletionsdoc/UPGRADE-staging/stir_shaken_origid.txt
- include/asterisk/utils.h 60 additions, 0 deletionsinclude/asterisk/utils.h
- main/utils.c 129 additions, 0 deletionsmain/utils.c
- res/res_pjsip_stir_shaken.c 4 additions, 4 deletionsres/res_pjsip_stir_shaken.c
- res/res_stir_shaken.c 13 additions, 21 deletionsres/res_stir_shaken.c
- res/res_stir_shaken/certificate.c 0 additions, 8 deletionsres/res_stir_shaken/certificate.c
- res/res_stir_shaken/certificate.h 0 additions, 10 deletionsres/res_stir_shaken/certificate.h
Loading
Please register or sign in to comment