| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fixing indentation | Frederic Peters | 2006-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | Added missing updates about LassoEcp object. | Nicolas Clapies | 2006-11-23 | 2 | -2/+28 | |
| | | ||||||
| * | Updated binding for LassoEcp object. | Nicolas Clapies | 2006-11-22 | 1 | -2/+2 | |
| | | ||||||
| * | Binding for setEncryptionMode | Damien Laniel | 2006-11-22 | 1 | -3/+15 | |
| | | ||||||
| * | Changed setEncryption(boolean) to setEncryptionMode(enum mode) | Damien Laniel | 2006-11-22 | 4 | -8/+23 | |
| | | ||||||
| * | Binding for setEncryption method | Damien Laniel | 2006-11-22 | 1 | -1/+4 | |
| | | ||||||
| * | changed provider->private_data->encryption name to ↵ | Damien Laniel | 2006-11-22 | 3 | -7/+7 | |
| | | | | | provider->private_data->encryption_enabled | |||||
| * | Fix LassoSaml2EncryptedElement name | Damien Laniel | 2006-11-22 | 1 | -2/+2 | |
| | | ||||||
| * | Added lasso_provider_set_encryption method to activate or desactive encryption | Damien Laniel | 2006-11-22 | 5 | -4/+23 | |
| | | ||||||
| * | reduced memory allocation (and loc) | Frederic Peters | 2006-11-22 | 1 | -7/+3 | |
| | | ||||||
| * | Changed xmlGetNoNsProp with xmlGetProp in lasso_decrypt | Damien Laniel | 2006-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | fixed pkey memory leak | Frederic Peters | 2006-11-21 | 1 | -19/+13 | |
| | | ||||||
| * | coding style fixes | Damien Laniel | 2006-11-21 | 1 | -2/+2 | |
| | | ||||||
| * | Free bio on error in lasso_get_pem_file_type | Damien Laniel | 2006-11-21 | 1 | -2/+6 | |
| | | ||||||
| * | Fixed -Wall warnings and replaced a LASSO_ERROR_UNDEFINED | Damien Laniel | 2006-11-21 | 6 | -21/+28 | |
| | | ||||||
| * | Coding style fixes + removed the obsolete comment about set_nodename in ↵ | Damien Laniel | 2006-11-21 | 2 | -7/+4 | |
| | | | | | LassoSaml2EncryptedElementClass | |||||
| * | Set nodename "EncryptedElement" in LassoSaml2EncryptedElementClass | Damien Laniel | 2006-11-21 | 2 | -3/+2 | |
| | | ||||||
| * | updated comments | Damien Laniel | 2006-11-21 | 1 | -2/+2 | |
| | | ||||||
| * | - Can use AES EncryptedKey as well as DES to decrypted the EncryptedData | Damien Laniel | 2006-11-21 | 1 | -34/+48 | |
| | | | | | - Encrypt nodes with 256-bit AES | |||||
| * | in LIST_NODES, if snippet->name is set; use it. | Frederic Peters | 2006-11-21 | 1 | -3/+9 | |
| | | ||||||
| * | ##any nodes needs empty snippet name | Frederic Peters | 2006-11-21 | 1 | -3/+3 | |
| | | ||||||
| * | Encrypt and decrypt Assertion | Damien Laniel | 2006-11-21 | 7 | -35/+96 | |
| | | ||||||
| * | check for identity before accessing it | Frederic Peters | 2006-11-21 | 1 | -0/+8 | |
| | | ||||||
| * | Restored immutable attribute msg_relayState in LassoLogin object. | Nicolas Clapies | 2006-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Moved SOAP value as last element in lists. | Nicolas Clapies | 2006-11-20 | 1 | -4/+4 | |
| | | ||||||
| * | new server method, for saml2 affiliations | Frederic Peters | 2006-11-20 | 1 | -0/+79 | |
| | | ||||||
| * | saml2 server private functions | Frederic Peters | 2006-11-20 | 1 | -0/+41 | |
| | | ||||||
| * | added loading of affiliation metadata (not yet acted upon) | Frederic Peters | 2006-11-19 | 8 | -3/+65 | |
| | | ||||||
| * | const'ified some char* | Frederic Peters | 2006-11-19 | 2 | -6/+8 | |
| | | ||||||
| * | rewritten in a shorter form | Frederic Peters | 2006-11-19 | 1 | -5/+4 | |
| | | ||||||
| * | s/file_name/filename/ | Frederic Peters | 2006-11-19 | 2 | -5/+6 | |
| | | ||||||
| * | don't include * in %rename() statements | Frederic Peters | 2006-11-19 | 14 | -100/+103 | |
| | | ||||||
| * | - Moved the EncryptedKey to the same level as EncryptedData in xml | Damien Laniel | 2006-11-16 | 6 | -46/+123 | |
| | | | | | | | - Changed the prototype for lasso_node_encrypt and lasso_node_encrypt - Moved lasso_node_encrypt and lasso_node_encrypt declaration to xml_enc.h - Added a GList for EncryptedKey in EncryptedElement | |||||
| * | process_authn_response_msg for saml2; this is similar to id-ff even if the | Frederic Peters | 2006-11-15 | 5 | -15/+71 | |
| | | | | | underlying messages are different | |||||
| * | correctly looks up assertionconsumerservice url, even with just the binding | Frederic Peters | 2006-11-15 | 2 | -2/+77 | |
| | | ||||||
| * | binding for SAML2 binding uri; and fixed SAML20 to SAML2 for coherence | Frederic Peters | 2006-11-15 | 6 | -15/+33 | |
| | | ||||||
| * | Decryption of EncryptedID in Assertion | Damien Laniel | 2006-11-15 | 5 | -11/+126 | |
| | | ||||||
| * | fixed up lasso_saml20_logout_process_response_msg function name; and remove | Frederic Peters | 2006-11-15 | 3 | -4/+10 | |
| | | | | | assertion on SP when initiated on SP. | |||||
| * | random fixage of warning displayed with -Wall | Frederic Peters | 2006-11-14 | 11 | -93/+103 | |
| | | ||||||
| * | Fixed big mistake about PAOS naming. Added more strict check when trying to ↵ | Nicolas Clapies | 2006-11-14 | 5 | -26/+40 | |
| | | | | | process PAOS response in login.c. | |||||
| * | Fixed declaration line ending. | Nicolas Clapies | 2006-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added ecp files. | Nicolas Clapies | 2006-11-14 | 2 | -0/+315 | |
| | | ||||||
| * | downcast soapenvelope to LassoNode | Frederic Peters | 2006-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | include header from xmlsec to get xmlSecCreateTree declaration | Frederic Peters | 2006-11-14 | 1 | -0/+2 | |
| | | ||||||
| * | Added ecp.h in public declarations. | Nicolas Clapies | 2006-11-14 | 1 | -0/+1 | |
| | | ||||||
| * | Added binding for ECP. Modified binding in Lasso.si to allow setting ↵ | Nicolas Clapies | 2006-11-14 | 2 | -1/+95 | |
| | | | | | LassoProfile's msg_relayState. | |||||
| * | Added ECP profile (client, SP and IDP parts). | Nicolas Clapies | 2006-11-14 | 4 | -4/+116 | |
| | | ||||||
| * | Added functions to export to PAOS request and ECP response. | Nicolas Clapies | 2006-11-14 | 2 | -0/+140 | |
| | | ||||||
| * | Replaced some LASSO_ERROR_UNDEFINED with real error codes | Damien Laniel | 2006-11-14 | 4 | -9/+18 | |
| | | ||||||
| * | Test on a possibly NULL pointer to avoid seg fault | Damien Laniel | 2006-11-14 | 1 | -1/+3 | |
| | | ||||||
