summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [bindings perl] downgrade requirement on perl version to 5 instead of 5.10Benjamin Dauvergne2010-12-221-1/+1
| |
* | [bindings perl] downgrade require on perl version to 5 instead of 5.10Benjamin Dauvergne2010-12-221-1/+1
| |
* | Merge branch 'hotfixes-2.3.5'Benjamin Dauvergne2010-12-226-31/+30
|\|
| * [xml] fix null pointer access in lasso_node_get_encryptionBenjamin Dauvergne2010-12-221-1/+1
| |
| * [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-12-211-2/+2
| |
| * [saml2] fix errors in lasso)provider_get_first_http_method when a binding is ↵Benjamin Dauvergne2010-12-211-3/+3
| | | | | | | | unknown
| * [saml2 provider] change critical messages to debug messagesBenjamin Dauvergne2010-12-211-2/+2
| |
| * [saml2 profile] fix bug in binding_uri_to_http_method with the POST bindingBenjamin Dauvergne2010-12-211-1/+1
| |
| * [saml login] suppress unused argument warningBenjamin Dauvergne2010-12-211-1/+1
| |
| * [samlv2 logout] check that the assertion is well formed before accessing the ↵Benjamin Dauvergne2010-12-171-0/+4
| | | | | | | | subject nameid
| * [profile] prefer to lookup the session before the identity for looking up a ↵Benjamin Dauvergne2010-12-171-14/+14
| | | | | | | | name identifier;
| * [samlv2 logout] setup the NameID from the assertionBenjamin Dauvergne2010-12-171-2/+2
| |
| * [samlv2 login] do not setup conditions->notBefore/notOnOrAfter only ↵Benjamin Dauvergne2010-12-171-5/+0
| | | | | | | | notOnOrAfter on SubjectConfirmationData
| * [binding php5] add inline implementation of lasso_log since it is a private ↵Benjamin Dauvergne2010-12-141-0/+22
| | | | | | | | function of lasso
* | [binding php5] add inline implementation of lasso_log since it is a private ↵Benjamin Dauvergne2010-12-141-0/+22
| | | | | | | | function of lasso
* | Merge branch 'hotfixes-2.3.5'Benjamin Dauvergne2010-12-141-9/+23
|\|
| * [saml2] make LASSO_SIGNATURE_VERIFY_HINT_FORCE as least as stringent as ↵Benjamin Dauvergne2010-12-141-9/+23
| | | | | | | | _MAYBE when checking signature on messages
* | Merge branch 'hotfixes-2.3.5'Benjamin Dauvergne2010-12-147-25/+108
|\|
| * [xml] remove duplicate EncryptedKey around EncryptedData elementsBenjamin Dauvergne2010-12-141-1/+0
| | | | | | | | | | The key is already embedded in the EncryptedData, so there is no need to also fill the EncryptedKey field of the saml:EncryptedElement object.
| * [xml] add exportation of the encrypting public key in EncryptedData elementsBenjamin Dauvergne2010-12-141-0/+19
| | | | | | | | | | | | This commit check if the given is a simple RSA key or a full certificate and choose the better serialization method between RSAKeyValue and X509Data.
| * [tools] fix xml decryptionBenjamin Dauvergne2010-12-141-9/+6
| | | | | | | | | | | | This commit rewrite the extraction of the EncryptedKey when it is embedded inside the EncryptedData element, which seem to be the frequent case.
| * Merge with new field in custome elementBenjamin Dauvergne2010-12-141-1/+2
| |
| * [saml2] use new encryption structure instead for internal field in ↵Benjamin Dauvergne2010-12-142-9/+8
| | | | | | | | LassoSaml2Assertion
| * [xml] add field to contains encryption parameters inside CustomElement structureBenjamin Dauvergne2010-12-142-0/+70
| |
| * [utils] fix typo in lasso_assign_sec_keyBenjamin Dauvergne2010-12-141-1/+2
| |
| * [bindings python] make constructor failure raise a lasso.Error exceptionBenjamin Dauvergne2010-12-141-1/+1
| |
| * [saml2] do not set SPNameQualifier it should be reserved for SP member of an ↵Benjamin Dauvergne2010-12-131-3/+0
| | | | | | | | affiliation
* | Merge branch 'hotfixes-2.3.5'Benjamin Dauvergne2010-12-037-18/+30
|\|
| * [tests idwsf2] add missing include for ID-WSF stringsBenjamin Dauvergne2010-12-031-0/+1
| |
| * [tests] include the backward compatibility include for GHashTableBenjamin Dauvergne2010-12-011-1/+1
| |
| * [bindings perl] change ghashtable interface to not use GHashTableIterBenjamin Dauvergne2010-12-011-12/+19
| |
| * [bindings perl] add dependency upon the Makefile.perl for the install targetBenjamin Dauvergne2010-12-011-1/+1
| |
| * [bindings] add missing static modifier for g_hash_table_get_values replacementBenjamin Dauvergne2010-11-171-2/+2
| |
| * [tests] include header for backward compatible methods on GHashTable structuresBenjamin Dauvergne2010-11-172-0/+2
| |
| * [bindings] fix bad use of lasso_return_if_fail in ghashtable backward ↵Benjamin Dauvergne2010-11-151-2/+4
| | | | | | | | compatibility header
* | Merge branch 'hotfixes-2.3.5'Benjamin Dauvergne2010-10-271-2/+2
|\|
| * [SAMLv2] fix segfault in has_signature by initializing local variablesBenjamin Dauvergne2010-10-201-2/+2
| |
| * Merge branch 'hotfixes-2.3.4' into releaseBenjamin Dauvergne2010-10-1318-58/+313
| |\
* | \ Merge branch 'hotfixes-2.3.4'Benjamin Dauvergne2010-10-136-11/+11
|\ \ \ | | |/ | |/|
| * | Update doap and news fileBenjamin Dauvergne2010-10-133-3/+3
| | |
| * | Update NEWS fileBenjamin Dauvergne2010-10-131-6/+7
| | |
| * | [tests integration] adapt to string change in lcs/qommon/saml2.ptlBenjamin Dauvergne2010-10-111-1/+1
| | |
| * | [SAMLv2] delete an unused local variableBenjamin Dauvergne2010-10-111-1/+0
| | |
* | | [tests data request] add googleapps sample AuthnRequestBenjamin Dauvergne2010-10-111-0/+11
| | |
* | | [tests] move metadata directory into dataBenjamin Dauvergne2010-10-1110-1/+1
| | |
* | | [tests data] add idp and sp example with 1024 bits RSA keys, for performance ↵Benjamin Dauvergne2010-10-117-0/+133
| | | | | | | | | | | | testing purpose
* | | [tools] add a repository for semantic patches as referenceBenjamin Dauvergne2010-10-111-0/+17
| | |
* | | [tests metadata] add more examples of metadata filesBenjamin Dauvergne2010-10-113-0/+61
| | |
* | | Merge branch 'hotfixes-2.3.4'Benjamin Dauvergne2010-10-114-5/+65
|\| |
| * | [SAMLv2] user server->signature_method when signing request and responseBenjamin Dauvergne2010-10-091-2/+3
| | |