|
Classes |
struct | soap_wsse_data |
| wsseapi plugin data More...
|
struct | soap_wsse_digest |
| Digest dictionary: linked list of ID-hash pairs. More...
|
Defines |
#define | SOAP_WSSE_ID "SOAP-WSSE-1.2" |
Functions |
_wsse__Security * | soap_wsse_add_Security (struct soap *soap) |
| Adds Security header element.
|
_wsse__Security * | soap_wsse_add_Security_actor (struct soap *soap, const char *actor) |
| Adds Security header element with actor or role attribute.
|
void | soap_wsse_delete_Security (struct soap *soap) |
| Deletes Security header element.
|
_wsse__Security * | soap_wsse_Security (struct soap *soap) |
| Returns Security header element if present.
|
ds__SignatureType * | soap_wsse_add_Signature (struct soap *soap) |
| Adds Signature header element.
|
void | soap_wsse_delete_Signature (struct soap *soap) |
| Deletes Signature header element.
|
ds__SignatureType * | soap_wsse_Signature (struct soap *soap) |
| Returns Signature header element if present.
|
int | soap_wsse_add_Timestamp (struct soap *soap, const char *id, time_t lifetime) |
| Adds Timestamp element with optional expiration date+time (lifetime).
|
_wsu__Timestamp * | soap_wsse_Timestamp (struct soap *soap) |
| Returns Timestamp element if present.
|
int | soap_wsse_verify_Timestamp (struct soap *soap) |
| Verifies the Timestamp/Expires element against the current time.
|
int | soap_wsse_add_UsernameTokenText (struct soap *soap, const char *id, const char *username, const char *password) |
| Adds UsernameToken element with optional clear-text password.
|
int | soap_wsse_add_UsernameTokenDigest (struct soap *soap, const char *id, const char *username, const char *password) |
| Adds UsernameToken element for digest authentication.
|
_wsse__UsernameToken * | soap_wsse_UsernameToken (struct soap *soap, const char *id) |
| Returns UsernameToken element if present.
|
const char * | soap_wsse_get_Username (struct soap *soap) |
| Returns UsernameToken/username string or wsse:FailedAuthentication fault.
|
int | soap_wsse_verify_Password (struct soap *soap, const char *password) |
| Verifies the supplied password or sets wsse:FailedAuthentication fault.
|
int | soap_wsse_add_BinarySecurityToken (struct soap *soap, const char *id, const char *valueType, const unsigned char *data, int size) |
| Adds BinarySecurityToken element.
|
int | soap_wsse_add_BinarySecurityTokenX509 (struct soap *soap, const char *id, X509 *cert) |
| Adds BinarySecurityToken element with X509 certificate.
|
int | soap_wsse_add_BinarySecurityTokenPEM (struct soap *soap, const char *id, const char *filename) |
| Adds BinarySecurityToken element from a PEM file.
|
_wsse__BinarySecurityToken * | soap_wsse_BinarySecurityToken (struct soap *soap, const char *id) |
| Returns BinarySecurityToken element if present.
|
int | soap_wsse_get_BinarySecurityToken (struct soap *soap, const char *id, char **valueType, unsigned char **data, int *size) |
| Get wsse:BinarySecurityToken element token data in binary form.
|
X509 * | soap_wsse_get_BinarySecurityTokenX509 (struct soap *soap, const char *id) |
| Get X509 wsse:BinarySecurityToken certificate and verify its content.
|
int | soap_wsse_verify_X509 (struct soap *soap, X509 *cert) |
| Verifies X509 certificate against soap->cafile, soap->capath, and soap->crlfile.
|
ds__SignedInfoType * | soap_wsse_add_SignedInfo (struct soap *soap) |
| Adds SignedInfo element.
|
int | soap_wsse_add_SignedInfo_Reference (struct soap *soap, const char *URI, const char *transform, const char *inclusiveNamespaces, const char *HA) |
| Adds SignedInfo element with Reference URI, transform algorithm used, and digest value.
|
int | soap_wsse_add_SignedInfo_SignatureMethod (struct soap *soap, const char *method, int canonical) |
| Adds SignedInfo element with SignatureMethod.
|
ds__SignedInfoType * | soap_wsse_SignedInfo (struct soap *soap) |
| Returns SignedInfo element if present.
|
int | soap_wsse_get_SignedInfo_SignatureMethod (struct soap *soap, int *alg) |
| Get SignatureMethod algorithm.
|
int | soap_wsse_add_SignatureValue (struct soap *soap, int alg, const void *key, int keylen) |
| Adds SignedInfo/SignatureMethod element, signs the SignedInfo element, and adds the resulting SignatureValue element.
|
int | soap_wsse_verify_SignatureValue (struct soap *soap, int alg, const void *key, int keylen) |
| Verifies the SignatureValue of a SignedInfo element.
|
int | soap_wsse_verify_SignedInfo (struct soap *soap) |
| Verifies the digest values of the XML elements referenced by the SignedInfo References.
|
int | soap_wsse_verify_digest (struct soap *soap, int alg, int canonical, const char *id, unsigned char hash[SOAP_SMD_MAX_SIZE]) |
| Verifies the digest value of an XML element referenced by id against the hash.
|
ds__KeyInfoType * | soap_wsse_add_KeyInfo (struct soap *soap) |
| Adds KeyInfo element.
|
ds__KeyInfoType * | soap_wsse_KeyInfo (struct soap *soap) |
| Returns KeyInfo element if present.
|
int | soap_wsse_add_KeyInfo_KeyName (struct soap *soap, const char *name) |
| Adds KeyName element.
|
const char * | soap_wsse_get_KeyInfo_KeyName (struct soap *soap) |
| Returns KeyName element if present.
|
int | soap_wsse_add_KeyInfo_SecurityTokenReferenceURI (struct soap *soap, const char *URI, const char *valueType) |
| Adds KeyInfo element with SecurityTokenReference URI.
|
int | soap_wsse_add_KeyInfo_SecurityTokenReferenceX509 (struct soap *soap, const char *URI) |
| Adds KeyInfo element with SecurityTokenReference URI to an X509 cert.
|
const char * | soap_wsse_get_KeyInfo_SecurityTokenReferenceURI (struct soap *soap) |
| Returns a SecurityTokenReference URI if present.
|
const char * | soap_wsse_get_KeyInfo_SecurityTokenReferenceValueType (struct soap *soap) |
| Returns a SecurityTokenReference ValueType if present.
|
X509 * | soap_wsse_get_KeyInfo_SecurityTokenReferenceX509 (struct soap *soap) |
| Returns a X509 certificate if present as a BinarySecurity token.
|
int | soap_wsse_add_KeyInfo_SecurityTokenReferenceKeyIdentifier (struct soap *soap, const char *id, const char *valueType, unsigned char *data, int size) |
| Adds KeyInfo element with SecurityTokenReference/KeyIdentifier binary data.
|
const char * | soap_wsse_get_KeyInfo_SecurityTokenReferenceKeyIdentifierValueType (struct soap *soap) |
| Returns KeyInfo/SecurityTokenReference/KeyIdentifier/ValueType if present.
|
const unsigned char * | soap_wsse_get_KeyInfo_SecurityTokenReferenceKeyIdentifier (struct soap *soap, int *size) |
| Returns KeyInfo/SecurityTokenReference/KeyIdentifier binary data.
|
int | soap_wsse_add_KeyInfo_SecurityTokenReferenceEmbedded (struct soap *soap, const char *id, const char *valueType) |
| Adds KeyInfo element with Embedded SecurityTokenReference.
|
int | soap_wsse_sender_fault_subcode (struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) |
| Sets sender SOAP Fault (sub)code for server fault response.
|
int | soap_wsse_receiver_fault_subcode (struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) |
| Sets receiver SOAP Fault (sub)code for server fault response.
|
int | soap_wsse_sender_fault (struct soap *soap, const char *faultstring, const char *faultdetail) |
| Sets sender SOAP Fault for server fault response.
|
int | soap_wsse_receiver_fault (struct soap *soap, const char *faultstring, const char *faultdetail) |
| Sets receiver SOAP Fault for server fault response.
|
int | soap_wsse_fault (struct soap *soap, enum wsse__FaultcodeEnum fault, const char *detail) |
int | soap_wsse (struct soap *soap, struct soap_plugin *p, void *arg) |
| Plugin registry function, used with soap_register_plugin.
|
int | soap_wsse_sign (struct soap *soap, int alg, const void *key, int keylen) |
| Uses the wsse plugin to sign all wsu:Id attributed elements.
|
int | soap_wsse_sign_body (struct soap *soap, int alg, const void *key, int keylen) |
| Uses the wsse plugin to sign all wsu:Id attributed elements, including the SOAP Body (by adding a wsu:Id="Body" attribute).
|
int | soap_wsse_verify_init (struct soap *soap) |
| Uses the wsse plugin to initiate the verification of the signature and SignedInfo Reference digests.
|
int | soap_wsse_verify_auto (struct soap *soap, int alg, const void *key, size_t keylen) |
| Uses the wsse plugin to initiate the automatic verification of the signature and SignedInfo Reference digests.
|
int | soap_wsse_verify_done (struct soap *soap) |
| Terminates the automatic verification of signatures.
|
size_t | soap_wsse_verify_element (struct soap *soap, const char *URI, const char *tag) |
| Post-checks the presence of signed element(s). Does not verify the signature of these elements, which is done with soap_wsse_verify_auto.
|
int | soap_wsse_verify_body (struct soap *soap) |
| Post-checks the presence of signed SOAP Body. Does not verify the signature of the Body, which is done with soap_wsse_verify_auto.
|
int | soap_wsse_set_wsu_id (struct soap *soap, const char *tags) |
| Sets the elements that are to be extended with wsu:Id attributes. The wsu:Id attribute values are set to the string value of the tag's QName by replacing colons with hyphens to produce an xsd:ID value.
|
int | soap_wsse_sign_only (struct soap *soap, const char *ids) |
| Filters only the specified wsu:Id names for signing. Can be used with soap_wsse_set_wsu_id() and if so should use the element tag names.
|
int | soap_wsse_encrypt_only (struct soap *soap, const char *ids) |
int | soap_wsse_add_EncryptedKey (struct soap *soap, const char *URI, X509 *cert, const char *subjectkeyid) |
| Adds EncryptedKey header element.
|
int | soap_wsse_verify_EncryptedKey (struct soap *soap) |
| Verifies the EncryptedKey header information (certificate validity requires soap->cacert to be set). Retrieves the decryption key from the token handler callback to decrypt the decryption key.
|
void | soap_wsse_delete_EncryptedKey (struct soap *soap) |
| Deletes EncryptedKey header element.
|
xenc__EncryptedKeyType * | soap_wsse_EncryptedKey (struct soap *soap) |
| Returns EncryptedKey header element if present.
|
int | soap_wsse_add_EncryptedKey_DataReferenceURI (struct soap *soap, const char *URI) |
| Adds a DataReference URI to the EncryptedKey header element.
|
int | soap_wsse_add_DataReferenceURI (struct soap *soap, const char *URI) |
| Adds a DataReference URI to the WS-Security header element.
|
int | soap_wsse_encrypt_body (struct soap *soap, int alg, const void *key, int keylen) |
| Initiates the encryption of the SOAP Body. The algorithm should be SOAP_MEC_ENC_DES_CBC for symmetric encryption. Use soap_wsse_add_EncryptedKey for public key encryption.
|
int | soap_wsse_encrypt (struct soap *soap, int alg, const void *key, int keylen) |
| Start encryption. This function is supposed to be used internally only. The algorithm should be SOAP_MEC_ENC_DES_CBC for symmetric encryption. Use soap_wsse_add_EncryptedKey for public key encryption.
|
int | soap_wsse_decrypt_auto (struct soap *soap, int alg, const void *key, int keylen) |
| Start automatic decryption when needed using the specified key. This function should be used just once. The algorithm should be SOAP_MEC_ENV_DEC_DES_CBC for public key encryption/decryption and SOAP_MEC_DEC_DES_CBC for symmetric shared secret keys.
|
int | soap_wsse_encrypt_begin (struct soap *soap, const char *id, const char *URI, const char *keyname, const unsigned char *key) |
| Emit XML encryption tags and start encryption of the XML element content.
|
int | soap_wsse_encrypt_end (struct soap *soap) |
| Emit XML encryption end tags and stop encryption of the XML element content.
|
int | soap_wsse_decrypt_begin (struct soap *soap, const unsigned char *key) |
| Check for XML encryption tags and start decryption of the XML element content. If the KeyInfo element is present, the security_token_handler callback will be used to obtain a decryption key based on the key name. Otherwise the current decryption key will be used.
|
int | soap_wsse_decrypt_end (struct soap *soap) |
| Check for XML encryption ending tags and stop decryption of the XML element content.
|
SOAP_FMAC1 void SOAP_FMAC2 | soap_default_xsd__anyType (struct soap *, struct soap_dom_element *node) |
SOAP_FMAC1 int SOAP_FMAC2 | soap_out_xsd__anyType (struct soap *soap, const char *tag, int id, const struct soap_dom_element *node, const char *type) |
SOAP_FMAC1 struct soap_dom_element
*SOAP_FMAC2 | soap_in_xsd__anyType (struct soap *soap, const char *tag, struct soap_dom_element *node, const char *type) |
Variables |
const char | soap_wsse_id [] |
const char * | wsse_PasswordTextURI |
const char * | wsse_PasswordDigestURI |
const char * | wsse_Base64BinaryURI |
const char * | wsse_X509v3URI |
const char * | wsse_X509v3SubjectKeyIdentifierURI |
const char * | ds_sha1URI |
const char * | ds_hmac_sha1URI |
const char * | ds_dsa_sha1URI |
const char * | ds_rsa_sha1URI |
const char * | ds_URI |
const char * | c14n_URI |
const char * | wsu_URI |