Skip to content

Commit

Permalink
README.md: updated to-do, link to C API header file
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 11, 2021
1 parent 37dbfa3 commit 10e5788
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,14 @@ The library is used by `secsipid` module of Kamailio SIP Server (https://www.kam

* https://www.kamailio.org/docs/modules/devel/modules/secsipid.html

The prototype of functions exported to C API and documentation are int the file:

* https://github.com/asipto/secsipidx/blob/main/csecsipid/libsecsipid.h

## To-Do ##

* documentation for C API functions
* internal cache of downloaded public keys used to verify Identity signatures
* external cache (e.g., use of Redis) of downloaded public keys used to verify
Identity signatures
* blacklisting of unresponsive x5u URLs
* support more data formats for HTTP API (e.g., JSON for generating Identity)
* configuration file
Expand Down

0 comments on commit 10e5788

Please sign in to comment.