Skip to content
/ liboauth Public

POSIX-C functions implementing the OAuth Core RFC 5849 standard

License

Unknown and 3 other licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.OpenSSL
GPL-2.0
COPYING.GPL
Unknown
COPYING.MIT
Notifications You must be signed in to change notification settings

x42/liboauth

liboauth

liboauth is a collection of c functions implementing the http:https://oauth.net API.

liboauth provides functions to escape and encode stings according to OAuth specifications and offers high-level functionality built on top to sign requests or verify signatures using either NSS or OpenSSL for calculating the hash/signatures.

The included documentation in the doc/ folder and example code from tests/ can also be found online at http:https://liboauth.sourceforge.net/

Send bug-reports, patches or suggestions to [email protected]. or inquire information at http:https://groups.google.com/group/oauth/

Build Status

License and Notes

The source-code of liboauth can be distributed under MIT License, or at your option: in terms of the the GNU General Public License. see COPYING.MIT or COPYING.GPL for details.

Note: OpenSSL is not strictly compatible with the GPL license. An exemption (to the GPL) allowing to link and redistribute liboauth with the OpenSSL library is is included in the source files. for more information, see LICENSE.OpenSSL and http:https://lists.debian.org/debian-legal/2004/05/msg00595.html

You can avoid this whole issue by using NSS instead of OpenSSL; configure with '--enable-nss'.

The Debian packaging that comes with the source-code is licensed under the GNU General Public License.

Test and Example Code

After compilation make check can be used to perform a off-line self-test.

There is also example code to perform and verify OAuth requests online, but they are not run automatically.

About

POSIX-C functions implementing the OAuth Core RFC 5849 standard

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.OpenSSL
GPL-2.0
COPYING.GPL
Unknown
COPYING.MIT

Stars

Watchers

Forks

Packages

No packages published