summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* ship xml_enc.hFrederic Peters2006-12-081-1/+2
* ECP fixesFrederic Peters2006-12-071-3/+5
* Better parse xml to find and EncryptedKeyDamien Laniel2006-12-061-23/+20
* relaystate handlingFrederic Peters2006-12-066-3/+22
* fixed ecp attribute nameFrederic Peters2006-12-061-1/+1
* look up harder for encypted stuffFrederic Peters2006-12-051-17/+14
* avoid segfaults looking for decryption keyFrederic Peters2006-12-051-1/+3
* use 128-bit AES which seems better supported by other applicationsFrederic Peters2006-12-051-4/+4
* fixed signature element positionFrederic Peters2006-12-043-6/+6
* Fixed memory managementDamien Laniel2006-12-021-0/+1
* Fixed memory management problemsDamien Laniel2006-12-022-2/+2
* Fixed a few warnings with -WallDamien Laniel2006-12-021-2/+4
* removed side effects in samlp2_response/get_xmlNodeFrederic Peters2006-11-301-8/+18
* fixed case when not using encrypted assertionFrederic Peters2006-11-301-2/+4
* fixing memory leaks, side effects and more in EncryptedAssertionFrederic Peters2006-11-302-31/+31
* naming lists "item" is confusinFrederic Peters2006-11-301-1/+1
* use appropriate functions for g_list_Frederic Peters2006-11-301-1/+1
* Moved assertion encryption code out of saml2_response.c to tools.cDamien Laniel2006-11-292-69/+75
* Encrypt Assertions at the last moment, so that the assertions should be fully...Damien Laniel2006-11-295-5/+99
* Don't include the internal datas of the nodes in encrypted elementsDamien Laniel2006-11-281-1/+1
* removed unused variableFrederic Peters2006-11-271-1/+0
* Support for name-id:format:encrypted in NameIdPolicy in AuthnrequestDamien Laniel2006-11-271-0/+2
* Added an original node to encrypted elements, only in dumps, for the dump to ...Damien Laniel2006-11-233-0/+8
* Fix LassoSaml2EncryptedElement nameDamien Laniel2006-11-221-2/+2
* reduced memory allocation (and loc)Frederic Peters2006-11-221-7/+3
* Changed xmlGetNoNsProp with xmlGetProp in lasso_decryptDamien Laniel2006-11-221-1/+1
* fixed pkey memory leakFrederic Peters2006-11-211-19/+13
* Free bio on error in lasso_get_pem_file_typeDamien Laniel2006-11-211-2/+6
* 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