index
:
lasso.git
main
more-datas-in-sessions
wip/2.8.0
wip/58788-debian-bullseye
wip/64605-debian-fonctionner-avec-le-chang
Free software C library wich implements SAML 2.0 and Liberty Alliance standards
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lasso
/
xml
/
tools.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change default key encryption padding algorithm to RSA-OAEP (#56023)
Benjamin Dauvergne
2021-09-11
1
-3/+4
*
Check if the signature method is allowed in addition to being valid (#54037)
Jakub Hrozek
2021-06-24
1
-1/+10
*
Mass-replace LASSO_SIGNATURE_METHOD_RSA_SHA1 with lasso_get_default_signature...
Jakub Hrozek
2021-06-23
1
-1/+1
*
Make the default signature method and the minimal hash strength configurable ...
Jakub Hrozek
2021-06-23
1
-13/+50
*
Fix lasso_query_sign HMAC other than SHA1 (#54037)
Jakub Hrozek
2021-06-23
1
-12/+23
*
replace deprecated index() by strchr() (#51385)
Benjamin Dauvergne
2021-02-26
1
-2/+2
*
tools: reimplement xmlURIEscapeStr to respect RFC3986 (#45581)
v2.6.1.1
Benjamin Dauvergne
2020-08-14
1
-5/+56
*
Release 2.6.1
v2.6.1
Benjamin Dauvergne
2020-04-22
1
-1/+1
*
Improve compatibility with Solaris (#32425)
Benjamin Dauvergne
2019-09-06
1
-0/+2
*
tools: set output buffer size in lasso_inflate to 20 times the input size (fi...
Benjamin Dauvergne
2018-06-28
1
-2/+2
*
tools: fix segfault in lasso_get_saml_message (fixes #24830)
Benjamin Dauvergne
2018-06-28
1
-3/+4
*
deprecate loading PEM formatted public keys in lasso_xmlsec_load_key_info
Benjamin Dauvergne
2018-05-01
1
-35/+43
*
Replace xmlSecSoap functions with lasso implementations
John Dennis
2018-04-30
1
-11/+136
*
fix get_issuer and get_in_response_to
Benjamin Dauvergne
2018-04-06
1
-39/+95
*
replace use of <xmlsec/soap.h> which is deprecated (fixes #18771)
Benjamin Dauvergne
2018-04-06
1
-1/+1
*
add support for C14N 1.1 methods and C14N withComments methods (fixes #4863)
Benjamin Dauvergne
2016-03-06
1
-0/+8
*
Choose the Reference transform based on the chosen Signature transform (fixes...
Benjamin Dauvergne
2016-03-06
1
-8/+33
*
tools.c: use correct NID and digest length when building RSA signature using ...
Benjamin Dauvergne
2016-02-18
1
-7/+19
*
fix test08_lasso_key test failure
John Dennis
2015-09-01
1
-1/+1
*
Fix coverity lasso_get_hmac_key() warning
John Dennis
2015-09-01
1
-2/+6
*
Eliminate _BSD_SOURCE and _SVID_SOURCE deprecation warning
John Dennis
2015-08-24
1
-0/+6
*
xml: handle failure of xmlSecBase64Decode() (fixes #8070)
Benjamin Dauvergne
2015-08-24
1
-0/+5
*
profile: add two new class methods, lasso_profile_get_issuer and lasso_profil...
Benjamin Dauvergne
2015-08-24
1
-22/+107
*
Add support for SHA-2 family of hash functions for RSA and HMAC signatures
Benjamin Dauvergne
2015-02-09
1
-30/+266
*
Assert on missing id
Simo Sorce
2014-08-28
1
-6/+6
*
One more uninitialized value
Simo Sorce
2014-07-30
1
-1/+1
*
Consistently check dsig_reference_ctx
Simo Sorce
2014-07-30
1
-1/+3
*
Fix some uninitialized value
Simo Sorce
2014-07-30
1
-1/+1
*
Missing check for Sig_Alg value
Simo Sorce
2014-07-30
1
-1/+4
*
Fix uninitialized values found by Coverity
Simo Sorce
2014-07-30
1
-1/+1
*
Fix format check for date
Simo Sorce
2014-07-30
1
-1/+3
*
Be correct in dealing with varargs
Simo Sorce
2014-07-30
1
-0/+2
*
lasso/xml/tools.c: fix reference to unitialized memory
Benjamin Dauvergne
2014-04-24
1
-1/+1
*
Fix license boilerplates
Simo Sorce
2013-12-03
1
-2/+1
*
lasso/xml/tools.c: fix misuse of xmlURIUnescapeString
Benjamin Dauvergne
2013-09-27
1
-2/+10
*
fix compilation errors on 64bits architectures
Benjamin Dauvergne
2013-09-08
1
-1/+1
*
fix warnings about unused but set variables
Benjamin Dauvergne
2013-09-08
1
-3/+2
*
Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0
Benjamin Dauvergne
2012-09-28
1
-19/+20
*
[xml] fix typos
Benjamin Dauvergne
2012-05-05
1
-4/+4
*
[key] add methods to send message using SAML 2.0 redirect and post bindings
Benjamin Dauvergne
2012-03-17
1
-6/+114
*
Incompatibility with clang: local functions with closure does not work
Benjamin Dauvergne
2011-12-29
1
-4/+6
*
[xml] rewrite schema directed serialization/deserialization methods
Benjamin Dauvergne
2011-12-16
1
-0/+59
*
[core] fix uninitialized pointer to a GError structure
Benjamin Dauvergne
2011-12-16
1
-1/+1
*
[core] add the HMAC-SHA1 shared secret signature method
Benjamin Dauvergne
2011-12-05
1
-0/+83
*
[core] refactor lasso_query_verify_signature and lasso_saml2_query_verify_sig...
Benjamin Dauvergne
2011-12-05
1
-149/+108
*
[core] set the xmlSec log handler globally
Benjamin Dauvergne
2011-12-05
1
-14/+0
*
[saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...
Benjamin Dauvergne
2011-12-05
1
-1/+1
*
[core] introduce the LassoSignatureContext context, to pass around signature ...
Benjamin Dauvergne
2011-12-05
1
-177/+197
*
[core] add a lasso_base64_decode function
Benjamin Dauvergne
2011-12-05
1
-0/+33
*
[tools] fix lasso_sha1 to return a glib allocated string
Benjamin Dauvergne
2011-12-05
1
-1/+1
[next]