Table of Contents
List of Tables
This module implements TLS operations using the wolfSSL libarary. It provides the primitives required by the tls_mgm module in order to expose a higher-level API used by TLS-based protocol modules like proto_tls or proto_wss.
The wolfSSL library is statically-linked and bundled with this module so no installation or external dependency is required.
The following packages must be installed before compiling this module:
autoconf.
automake.
libtool.
Table 3.1. Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
Name | DevScore | Commits | Lines ++ | Lines -- | |
---|---|---|---|---|---|
1. | Vlad Patrascu (@rvlad-patrascu) | 29 | 22 | 553 | 114 |
2. | Razvan Crainea (@razvancrainea) | 6 | 4 | 114 | 49 |
3. | Bogdan-Andrei Iancu (@bogdan-iancu) | 5 | 3 | 10 | 5 |
4. | Maksym Sobolyev (@sobomax) | 4 | 2 | 2 | 2 |
5. | Liviu Chircu (@liviuchircu) | 3 | 1 | 2 | 2 |
6. | Alexey Vasilyev (@vasilevalex) | 2 | 1 | 11 | 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 3.2. Most recently active contributors(1) to this module
Name | Commit Activity | |
---|---|---|
1. | Bogdan-Andrei Iancu (@bogdan-iancu) | May 2023 - Feb 2024 |
2. | Liviu Chircu (@liviuchircu) | Oct 2023 - Oct 2023 |
3. | Razvan Crainea (@razvancrainea) | Sep 2023 - Oct 2023 |
4. | Vlad Patrascu (@rvlad-patrascu) | May 2021 - Mar 2023 |
5. | Maksym Sobolyev (@sobomax) | Feb 2023 - Feb 2023 |
6. | Alexey Vasilyev (@vasilevalex) | Jan 2022 - Jan 2022 |
(1) including any documentation-related commits, excluding merge commits
Last edited by: Vlad Patrascu (@rvlad-patrascu).
Documentation Copyrights:
Copyright © 2021 www.opensips-solutions.com