liboauth-1.0.3

liboauth の概要

liboauth は、OAuth Core RFC 5849 標準を実装する POSIX-C 関数です。 OAuth 仕様に基づいた URL パラメーターのエスケープやエンコード、 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.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

追加のダウンロード

liboauth の依存パッケージ

必須

cURL-8.5.0

任意

nss-3.96.1 and Doxygen-1.9.8 (ドキュメント生成のため)

liboauth のインストール

Apply a patch for the current version of openssl:

patch -Np1 -i ../liboauth-1.0.3-openssl-1.1.0-3.patch

Install liboauth by running the following commands:

./configure --prefix=/usr --disable-static &&
make

If you wish to build the documentation (needs Doxygen-1.9.8), issue:

make dox

To test the results, issue: make check.

Now, as the root user:

make install

If you have previously built the documentation, install it by running the following commands as the root user:

install -v -dm755 /usr/share/doc/liboauth-1.0.3 &&
cp -rv doc/html/* /usr/share/doc/liboauth-1.0.3

コマンド説明

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

--enable-nss: Use this switch if you want to use Mozilla NSS instead of OpenSSL.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: liboauth.so
インストールディレクトリ: /usr/share/doc/liboauth-1.0.3

概略説明

liboauth.so

provides functions to escape and encode strings 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