summaryrefslogtreecommitdiffstats
path: root/lasso/key.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-281-3/+3
| | | | | | | | | | Libxml stopped exposing the internal of the xmlOutputBuffer structure; it was replace by proper use of the API and of the xmlBuffer structure. There could be regression for older version of libxml as some functions appeared in recent version of libxml; but the reference API document does not give any introduction date for functions so it's hard to be sure.
* [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-171-1/+152
|
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-3/+3
|
* [core] add a new class LassoKeyBenjamin Dauvergne2011-12-051-0/+236
LassoKey currenly store a LassoSignatureContext inside a reference-counted and bindable object. It will be used to export API around key management to bindings.