Module: kamailio
Branch: master
Commit: 2bc2bdf2ff158510f4f570a1f5abe3f72745234c
URL:
https://github.com/kamailio/kamailio/commit/2bc2bdf2ff158510f4f570a1f5abe3f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-10-30T13:02:09+01:00
secsipid: extended interal API with SecSIPIDSignJSONHPPrvKey()
---
Modified: src/modules/secsipid/secsipid_papi.h
---
Diff:
https://github.com/kamailio/kamailio/commit/2bc2bdf2ff158510f4f570a1f5abe3f…
Patch:
https://github.com/kamailio/kamailio/commit/2bc2bdf2ff158510f4f570a1f5abe3f…
---
diff --git a/src/modules/secsipid/secsipid_papi.h b/src/modules/secsipid/secsipid_papi.h
index 51b83a8ea86..8948316c716 100644
--- a/src/modules/secsipid/secsipid_papi.h
+++ b/src/modules/secsipid/secsipid_papi.h
@@ -29,6 +29,9 @@ typedef struct secsipid_papi
int (*SecSIPIDSignJSONHP)(char *headerJSON, char *payloadJSON,
char *prvkeyPath, char **outPtr);
+ int (*SecSIPIDSignJSONHPPrvKey)(char *headerJSON, char *payloadJSON,
+ char *prvkeyData, char **outPtr);
+
int (*SecSIPIDGetIdentity)(char *origTN, char *destTN, char *attestVal,
char *origID, char *x5uVal, char *prvkeyPath, char **outPtr);