summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* style and missing headerFrederic Peters2006-11-231-4/+5
* fixing indentationFrederic Peters2006-11-231-1/+1
* Added missing updates about LassoEcp object.Nicolas Clapies2006-11-232-2/+28
* Changed setEncryption(boolean) to setEncryptionMode(enum mode)Damien Laniel2006-11-224-8/+23
* changed provider->private_data->encryption name to provider->private_data->en...Damien Laniel2006-11-223-7/+7
* Fix LassoSaml2EncryptedElement nameDamien Laniel2006-11-221-2/+2
* Added lasso_provider_set_encryption method to activate or desactive encryptionDamien Laniel2006-11-225-4/+23
* 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
* coding style fixesDamien Laniel2006-11-211-2/+2
* 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-216-21/+28
* 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-212-3/+2
* 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-217-35/+96
* check for identity before accessing itFrederic Peters2006-11-211-0/+8
* Moved SOAP value as last element in lists.Nicolas Clapies2006-11-201-4/+4
* new server method, for saml2 affiliationsFrederic Peters2006-11-201-0/+79
* saml2 server private functionsFrederic Peters2006-11-201-0/+41
* added loading of affiliation metadata (not yet acted upon)Frederic Peters2006-11-197-2/+58
* const'ified some char*Frederic Peters2006-11-192-6/+8
* rewritten in a shorter formFrederic Peters2006-11-191-5/+4
* s/file_name/filename/Frederic Peters2006-11-192-5/+6
* - Moved the EncryptedKey to the same level as EncryptedData in xmlDamien Laniel2006-11-166-46/+123
* process_authn_response_msg for saml2; this is similar to id-ff even if theFrederic Peters2006-11-155-15/+71
* correctly looks up assertionconsumerservice url, even with just the bindingFrederic Peters2006-11-152-2/+77
* binding for SAML2 binding uri; and fixed SAML20 to SAML2 for coherenceFrederic Peters2006-11-154-15/+15
* Decryption of EncryptedID in AssertionDamien Laniel2006-11-155-11/+126
* fixed up lasso_saml20_logout_process_response_msg function name; and removeFrederic Peters2006-11-153-4/+10
* random fixage of warning displayed with -WallFrederic Peters2006-11-1411-93/+103
* Fixed big mistake about PAOS naming. Added more strict check when trying to p...Nicolas Clapies2006-11-145-26/+40
* Fixed declaration line ending.Nicolas Clapies2006-11-141-1/+1
* Added ecp files.Nicolas Clapies2006-11-142-0/+315
* downcast soapenvelope to LassoNodeFrederic Peters2006-11-141-1/+1
* include header from xmlsec to get xmlSecCreateTree declarationFrederic Peters2006-11-141-0/+2
* Added ecp.h in public declarations.Nicolas Clapies2006-11-141-0/+1
* Added ECP profile (client, SP and IDP parts).Nicolas Clapies2006-11-144-4/+116
* Added functions to export to PAOS request and ECP response.Nicolas Clapies2006-11-142-0/+140
* Replaced some LASSO_ERROR_UNDEFINED with real error codesDamien Laniel2006-11-144-9/+18
* Test on a possibly NULL pointer to avoid seg faultDamien Laniel2006-11-141-1/+3
* Read SNIPPET_XMLNODE from XMLDamien Laniel2006-11-131-1/+2
* Added EncryptedID as SNIPPET_XMLNODE in Subject in AssertionDamien Laniel2006-11-135-3/+28
* Header for lasso_node_encryptDamien Laniel2006-11-131-0/+4
* also dump private data; necessary for saml2 artifact supportFrederic Peters2006-11-131-0/+63
* Added lasso_node_encrypt to encrypt a Lasso nodeDamien Laniel2006-11-131-0/+126