openid.inc
Версия 1.8 (checked in on 2008/01/30 at 22:11:22 by goba)
OpenID utility functions.
Константы
Имя | Описание |
---|---|
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 |
Функции
Имя | Описание |
---|---|
openid_redirect | Creates a js auto-submit redirect for (for the 2.x protocol) |
openid_redirect_form | |
openid_redirect_http | Performs an HTTP 302 redirect (for the 1.x protocol). |
_openid_create_message | Create 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_message | Encode a message from _openid_create_message for HTTP Post |
_openid_get_bytes | |
_openid_get_params | |
_openid_hmac | |
_openid_is_xri | Determine if the given identifier is an XRI ID. |
_openid_link_href | Pull the href attribute out of an html link element. |
_openid_meta_httpequiv | Pull the http-equiv attribute out of an html meta element |
_openid_nonce | Return a nonce value - formatted per OpenID spec. |
_openid_normalize | Normalize the given identifier as per spec. |
_openid_normalize_url | |
_openid_normalize_xri | |
_openid_parse_message | Convert a direct communication message into an associative array. |
_openid_response | |
_openid_sha1 | |
_openid_signature | Sign certain keys in a message |