mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 12:00:59 +02:00
typo fixed
This commit is contained in:
parent
95357e2b6a
commit
8ca82f9055
@ -39,7 +39,7 @@ be configured to be able to work properly!
|
|||||||
|
|
||||||
6. turnutils_oauth: a utility that provides OAuth access_token
|
6. turnutils_oauth: a utility that provides OAuth access_token
|
||||||
generation(AEAD encryption), validation and decryption. This utility inputs
|
generation(AEAD encryption), validation and decryption. This utility inputs
|
||||||
all the keys and lifetimes and any related informations that needed for
|
all the keys and lifetimes and any related information that needed for
|
||||||
creation and validationi of an access_token. It outputs a JSON with all OAuth
|
creation and validationi of an access_token. It outputs a JSON with all OAuth
|
||||||
PoP parameters that need to pass to the client. Output is generated accoriding
|
PoP parameters that need to pass to the client. Output is generated accoriding
|
||||||
RFC7635 Appendix B, Figure 8.
|
RFC7635 Appendix B, Figure 8.
|
||||||
@ -298,7 +298,7 @@ turnutils_oauth utilitiy provides help in OAuth access_token encryption and/or
|
|||||||
decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
|
decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
|
||||||
for an Auth Server in access_token creation, and also for debuging purposes it
|
for an Auth Server in access_token creation, and also for debuging purposes it
|
||||||
helps the access_token validation and decryption. This utility inputs all the
|
helps the access_token validation and decryption. This utility inputs all the
|
||||||
keys and lifetimes and any related informations that are needed for encryption
|
keys and lifetimes and any related information that are needed for encryption
|
||||||
or decryption of an access_token. It outputs a JSON with all OAuth PoP
|
or decryption of an access_token. It outputs a JSON with all OAuth PoP
|
||||||
parameters that need to pass to the client. Output is generated accoriding
|
parameters that need to pass to the client. Output is generated accoriding
|
||||||
RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server
|
RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "25 September 2016" "" ""
|
.TH TURN 1 "17 October 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "25 September 2016" "" ""
|
.TH TURN 1 "17 October 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "25 September 2016" "" ""
|
.TH TURN 1 "17 October 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
A set of turnutils_* programs provides some utility functionality to be used
|
A set of turnutils_* programs provides some utility functionality to be used
|
||||||
@ -53,7 +53,7 @@ be configured to be able to work properly!
|
|||||||
6.
|
6.
|
||||||
\fIturnutils_oauth\fP: a utility that provides OAuth access_token
|
\fIturnutils_oauth\fP: a utility that provides OAuth access_token
|
||||||
\fBgeneration\fP(AEAD encryption), validation and decryption. This utility inputs
|
\fBgeneration\fP(AEAD encryption), validation and decryption. This utility inputs
|
||||||
all the keys and lifetimes and any related informations that needed for
|
all the keys and lifetimes and any related information that needed for
|
||||||
creation and validationi of an access_token. It outputs a JSON with all OAuth
|
creation and validationi of an access_token. It outputs a JSON with all OAuth
|
||||||
PoP parameters that need to pass to the client. Output is generated accoriding
|
PoP parameters that need to pass to the client. Output is generated accoriding
|
||||||
RFC7635 Appendix B, Figure 8.
|
RFC7635 Appendix B, Figure 8.
|
||||||
@ -450,7 +450,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP]
|
|||||||
decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
|
decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
|
||||||
for an Auth Server in access_token creation, and also for debuging purposes it
|
for an Auth Server in access_token creation, and also for debuging purposes it
|
||||||
helps the access_token validation and decryption. This utility inputs all the
|
helps the access_token validation and decryption. This utility inputs all the
|
||||||
keys and lifetimes and any related informations that are needed for encryption
|
keys and lifetimes and any related information that are needed for encryption
|
||||||
or decryption of an access_token. It outputs a JSON with all OAuth PoP
|
or decryption of an access_token. It outputs a JSON with all OAuth PoP
|
||||||
parameters that need to pass to the client. Output is generated accoriding
|
parameters that need to pass to the client. Output is generated accoriding
|
||||||
RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server
|
RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user