Table of Contents
List of Tables
List of Examples
This module implements TLS operations using the wolfssl libarary and provides an interface for the proto_bins module. The wolfssl library is statically-linked and bundled with this module so no installation or external dependency is required.
List of trusted CAs. The file contains the certificates accepted, one after the other. It MUST be a file, not a folder.
Default value is "".
Example 1.1. Set ca_list
variable
... modparam("wolfssl", "ca_list", "/mycerts/certs/ca_list.pem") ...
Public certificate file for OpenSIPS. It will be used as server-side certificate for incoming TLS connections, and as a client-side certificate for outgoing TLS connections.
Default value is "".
Example 1.2. Set certificate
variable
... modparam("wolfssl", "certificate", "/mycerts/certs/opensips_server_cert.pem") ...
Table 2.1. Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
Name | DevScore | Commits | Lines ++ | Lines -- | |
---|---|---|---|---|---|
1. | Vlad Patrascu (@rvlad-patrascu) | 11 | 1 | 1216 | 0 |
(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)
(2) including any documentation-related commits, excluding merge commits. Regarding imported patches/code, we do our best to count the work on behalf of the proper owner, as per the "fix_authors" and "mod_renames" arrays in opensips/doc/build-contrib.sh. If you identify any patches/commits which do not get properly attributed to you, please submit a pull request which extends "fix_authors" and/or "mod_renames".
(3) ignoring whitespace edits, renamed files and auto-generated files
Table 2.2. Most recently active contributors(1) to this module
Name | Commit Activity | |
---|---|---|
1. | Vlad Patrascu (@rvlad-patrascu) | Feb 2021 - Feb 2021 |
(1) including any documentation-related commits, excluding merge commits
Last edited by: Vlad Patrascu (@rvlad-patrascu).
Documentation Copyrights:
Copyright © 2021 www.opensips-solutions.com