summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed -Wall warnings and replaced a LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-212-7/+11
* Coding style fixes + removed the obsolete comment about set_nodename in Lasso...Damien Laniel2006-11-212-7/+4
* Set nodename "EncryptedElement" in LassoSaml2EncryptedElementClassDamien Laniel2006-11-211-1/+1
* updated commentsDamien Laniel2006-11-211-2/+2
* - Can use AES EncryptedKey as well as DES to decrypted the EncryptedDataDamien Laniel2006-11-211-34/+48
* in LIST_NODES, if snippet->name is set; use it.Frederic Peters2006-11-211-3/+9
* ##any nodes needs empty snippet nameFrederic Peters2006-11-211-3/+3
* Encrypt and decrypt AssertionDamien Laniel2006-11-215-13/+45
* - Moved the EncryptedKey to the same level as EncryptedData in xmlDamien Laniel2006-11-165-32/+111
* binding for SAML2 binding uri; and fixed SAML20 to SAML2 for coherenceFrederic Peters2006-11-151-6/+6
* Decryption of EncryptedID in AssertionDamien Laniel2006-11-152-5/+93
* random fixage of warning displayed with -WallFrederic Peters2006-11-141-16/+20
* Fixed big mistake about PAOS naming. Added more strict check when trying to p...Nicolas Clapies2006-11-143-15/+15
* Added ECP profile (client, SP and IDP parts).Nicolas Clapies2006-11-141-0/+16
* Added functions to export to PAOS request and ECP response.Nicolas Clapies2006-11-142-0/+140
* Read SNIPPET_XMLNODE from XMLDamien Laniel2006-11-131-1/+2
* Added EncryptedID as SNIPPET_XMLNODE in Subject in AssertionDamien Laniel2006-11-134-2/+9
* Header for lasso_node_encryptDamien Laniel2006-11-131-0/+4
* Added lasso_node_encrypt to encrypt a Lasso nodeDamien Laniel2006-11-131-0/+126
* AuthnContextClassRef is a list; treat is as suchFrederic Peters2006-11-092-4/+4
* fixed url/query construction for endpoints with query part (zxid)Frederic Peters2006-11-072-0/+12
* added LASSO_SAML2_CONFIRMATION_METHOD_BEARERFrederic Peters2006-11-061-0/+4
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-022-4/+4
* include authentication statement in saml2 assertionFrederic Peters2006-10-301-2/+50
* fixed reference to length when inflatingFrederic Peters2006-10-291-2/+2
* default value set to -1 and marked as optionalsFrederic Peters2006-10-291-3/+5
* handle "1" as well as "true" in booleansFrederic Peters2006-10-291-2/+12
* started support for AssertionConsumerServiceIndex (as alternative toFrederic Peters2006-10-291-1/+1
* saml2 query strings are often limited to one single argFrederic Peters2006-10-291-1/+1
* accept PAOS bindingFrederic Peters2006-10-291-0/+1
* initialize private_key_file and certificate_file properlyFrederic Peters2006-10-283-0/+6
* standard .cvsignore for saml-2.0/ dirFrederic Peters2006-10-281-0/+7
* marked maxInteractTime as optionalFrederic Peters2006-10-281-9/+13
* fixed deflate, tested against lightbulb(opensso-php)Frederic Peters2006-10-281-6/+27
* use zlib compress2 instead of lowlevel functions, this fixes inflate.Frederic Peters2006-10-261-31/+11
* revert to SNIPPET_LIST_NODES; which is required for ID-WSF to workFrederic Peters2006-10-091-1/+1
* ds_* are now also used out of id-wsfFrederic Peters2006-10-021-6/+6
* support for SNIPPET_LIST_XMLNODES (very old patch)Frederic Peters2006-05-162-1/+16
* documentation fixesFrederic Peters2006-02-211-1/+0
* Fixed node prefix from interaction service namespace element.Nicolas Clapies2006-01-051-1/+2
* Fixed missing declaration and settings.Nicolas Clapies2005-12-062-1/+1
* *** empty log message ***Nicolas Clapies2005-12-061-0/+4
* Only KeyValue in KeyInfo. Added KeyValue and RsaKeyValue element.Nicolas Clapies2005-12-066-4/+336
* Completed first go of SAML 2.0 single logout and added some missing filesFrederic Peters2005-11-223-0/+147
* starting SAML 2 logoutFrederic Peters2005-11-2110-28/+373
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-20117-41/+10142
* Added soap fault code server.Nicolas Clapies2005-11-151-0/+2
* Fixed snippet type and name of Detail attribute.Nicolas Clapies2005-11-152-3/+4
* Fixed snippet type of redirectURL from content to attribute.Nicolas Clapies2005-11-151-1/+1
* Added soap Detail element.Nicolas Clapies2005-11-153-0/+196