mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
8
doc/UPGRADE-staging/stir_shaken_origid.txt
Normal file
8
doc/UPGRADE-staging/stir_shaken_origid.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Subject: STIR/SHAKEN
|
||||
|
||||
STIR/SHAKEN originally needed an origid to be specified in
|
||||
stir_shaken.conf under the certificate config object in
|
||||
order to work. Now, one is automatically created by
|
||||
generating a UUID, as recommended by RFC8588. Any origid
|
||||
you have in your stir_shaken.conf will need to be removed
|
||||
for the module to read in certificates.
|
Reference in New Issue
Block a user