STIR/SHAKEN: Option split and response codes.
The stir_shaken configuration option now has 4 different choices to pick from: off, attest, verify, and on. Off and on behave the same way they do now. Attest will only perform attestation on the endpoint, and verify will only perform verification on the endpoint. Certain responses are required to be sent based on certain conditions for STIR/SHAKEN. For example, if we get a Date header that is outside of the time range that is considered valid, a 403 Stale Date response should be sent. This and several other responses have been added. Change-Id: I4ac1ecf652cd0e336006b0ca638dc826b5b1ebf7
parent
56ecf700
No related branches found
No related tags found
Showing
- doc/UPGRADE-staging/stir_shaken_option_split.txt 7 additions, 0 deletionsdoc/UPGRADE-staging/stir_shaken_option_split.txt
- include/asterisk/res_pjsip.h 28 additions, 1 deletioninclude/asterisk/res_pjsip.h
- include/asterisk/res_stir_shaken.h 25 additions, 0 deletionsinclude/asterisk/res_stir_shaken.h
- res/res_pjsip/pjsip_configuration.c 39 additions, 1 deletionres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_session.c 13 additions, 0 deletionsres/res_pjsip_session.c
- res/res_pjsip_stir_shaken.c 157 additions, 20 deletionsres/res_pjsip_stir_shaken.c
- res/res_stir_shaken.c 117 additions, 58 deletionsres/res_stir_shaken.c
Loading
Please register or sign in to comment