From b5785fcfa514d661409c808f36d7b21b4ac518d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B8=D0=BC=D0=BE=D0=BD=20=D0=91=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Tue, 16 Sep 2014 08:15:49 +0700 Subject: libraries/liboauth: Added (OAuth Core in C). Signed-off-by: Willy Sudiarto Raharjo --- libraries/liboauth/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/liboauth/README (limited to 'libraries/liboauth/README') diff --git a/libraries/liboauth/README b/libraries/liboauth/README new file mode 100644 index 0000000000..bf2720ea21 --- /dev/null +++ b/libraries/liboauth/README @@ -0,0 +1,5 @@ +liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. +liboauth provides functions to escape and encode parameters according to OAuth specification +and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. + +Note: If you want to build with NSS suport instead of OpenSSL pass NSS=yes to the script. -- cgit v1.2.3