|
@@ -1,5 +1,5 @@
|
|
|
.\" Text automatically generated by txt2man
|
|
|
-.TH TURN 1 "25 September 2016" "" ""
|
|
|
+.TH TURN 1 "17 October 2016" "" ""
|
|
|
.SH GENERAL INFORMATION
|
|
|
|
|
|
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.
|
|
|
\fIturnutils_oauth\fP: a utility that provides OAuth access_token
|
|
|
\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
|
|
|
PoP parameters that need to pass to the client. Output is generated accoriding
|
|
|
RFC7635 Appendix B, Figure 8.
|
|
@@ -450,7 +450,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP]
|
|
|
decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps
|
|
|
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
|
|
|
-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
|
|
|
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
|