openid.inc

Version 1.8.2.1 (checked in on 2009/09/16 at 17:58:24 by goba)

OpenID utility functions.

Constants

NameDescription
OPENID_DH_DEFAULT_GEN
OPENID_DH_DEFAULT_MOD
OPENID_NS_1_0
OPENID_NS_1_1
OPENID_NS_2_0
OPENID_RAND_SOURCE
OPENID_SHA1_BLOCKSIZE

Functions

NameDescription
openid_redirectCreates a js auto-submit redirect for (for the 2.x protocol)
openid_redirect_form
openid_redirect_httpPerforms an HTTP 302 redirect (for the 1.x protocol).
_openid_create_messageCreate a serialized message packet as per spec: $key:$value\n .
_openid_dh_base64_to_long
_openid_dh_binary_to_long
_openid_dh_long_to_base64
_openid_dh_long_to_binary
_openid_dh_rand
_openid_dh_xorsecret
_openid_encode_messageEncode a message from _openid_create_message for HTTP Post
_openid_get_bytes
_openid_get_params
_openid_hmac
_openid_is_xriDetermine if the given identifier is an XRI ID.
_openid_link_hrefPull the href attribute out of an html link element.
_openid_meta_httpequivPull the http-equiv attribute out of an html meta element
_openid_nonceReturn a nonce value - formatted per OpenID spec.
_openid_normalizeNormalize the given identifier as per spec.
_openid_normalize_url
_openid_normalize_xri
_openid_parse_messageConvert a direct communication message into an associative array.
_openid_response
_openid_sha1
_openid_signatureSign certain keys in a message
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.