-
- Downloads
res_stir_shaken: Initial commit and reading private key.
This commit sets up some of the initial framework for the module and adds a way to read the private key from the specified file, which will then be appended to the certificate object. This works fine for now, but eventually some other structure will likely need to be used to store all this information. Similarly, the caller_id_number is specified on the certificate config object, but in the end we will want that information to be tied to the certificate itself and read it from there. A method has been added that will retrieve the private key associated with the caller_id_number passed in. Tab completion for certificates and stores has also been added. Change-Id: Ic4bc1416fab5d6afe15a8e2d32f7ddd4e023295f
Showing
- include/asterisk/res_stir_shaken.h 40 additions, 0 deletionsinclude/asterisk/res_stir_shaken.h
- res/Makefile 1 addition, 0 deletionsres/Makefile
- res/res_pjsip_stir_shaken.c 49 additions, 0 deletionsres/res_pjsip_stir_shaken.c
- res/res_stir_shaken.c 104 additions, 0 deletionsres/res_stir_shaken.c
- res/res_stir_shaken/certificate.c 267 additions, 0 deletionsres/res_stir_shaken/certificate.c
- res/res_stir_shaken/certificate.h 50 additions, 0 deletionsres/res_stir_shaken/certificate.h
- res/res_stir_shaken/general.c 264 additions, 0 deletionsres/res_stir_shaken/general.c
- res/res_stir_shaken/general.h 89 additions, 0 deletionsres/res_stir_shaken/general.h
- res/res_stir_shaken/stir_shaken.c 113 additions, 0 deletionsres/res_stir_shaken/stir_shaken.c
- res/res_stir_shaken/stir_shaken.h 54 additions, 0 deletionsres/res_stir_shaken/stir_shaken.h
- res/res_stir_shaken/store.c 202 additions, 0 deletionsres/res_stir_shaken/store.c
- res/res_stir_shaken/store.h 37 additions, 0 deletionsres/res_stir_shaken/store.h
Loading
Please register or sign in to comment