diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:26:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:26:20 -0400 |
commit | 10942984c0fd2836f0b9b67459cf98d5f4875c76 (patch) | |
tree | debdf4a8e1afa894128b10989c2a59917c9511c4 | |
parent | 97f24fc5b4fbe23a6913b1c80122541610814ff1 (diff) | |
download | slackbuilds-10942984c0fd2836f0b9b67459cf98d5f4875c76.tar.gz |
libraries/bzrtp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/bzrtp/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/bzrtp/README b/libraries/bzrtp/README index 86b736b3df..0eb3d00125 100644 --- a/libraries/bzrtp/README +++ b/libraries/bzrtp/README @@ -1,20 +1,20 @@ bzrtp (ZRTP Key Exchange Library) -bzrtp is an opensource implementation of the ZRTP key exchange protocol. +bzrtp is an opensource implementation of the ZRTP key exchange +protocol. -The library written in C89 is fully portable and can be executed on many -platforms including both ARM processors and x86. +The library written in C89 is fully portable and can be executed on +many platforms including both ARM processors and x86. Licensing: The source code is licensed under GPLv2. ----------------------------------------------------------------------------------- -Compatibility with RFC6189 - ZRTP: Media Path Key Agreement for Unicast Secure RTP ----------------------------------------------------------------------------------- +Compatibility with RFC6189 (ZRTP: Media Path Key Agreement for Unicast +Secure RTP): *** Mandatory but NOT implemented: - Sas Relay mechanism (section 7.3) -- Error message generation, emission or reception (which doesn't imply any - security problem, they are mostly for debug purposes) +- Error message generation, emission or reception (which doesn't imply + any security problem, they are mostly for debug purposes) *** Optional and implemented: - multistream mode |