lasso/lasso
Benjamin Dauvergne fd7af65e91 [core] do not emit a warning for expected decryption errors
The only expected decryption error is on decryption of the symetric key
used to crypt the data. All other errors are critical and must be
logged.

Client of lasso_node_decrypt_xmlnode can then log the decryption failure
of the symetric if they tried with all possible keys (key rollover
case).
2011-11-22 18:51:49 +01:00
..
id-ff [core] multiple decryption keys support 2011-11-21 10:25:03 +01:00
id-wsf [id-wsf discovery] provider can now contain multiple public keys, only consider the first key for id-wsf token generation 2011-10-10 17:26:09 +02:00
id-wsf-2.0 [leakcheck] fix leaks seen by the unit tests 2011-11-22 17:45:52 +01:00
saml-2.0 [core] do not emit a warning for expected decryption errors 2011-11-22 18:51:49 +01:00
xml [core] do not emit a warning for expected decryption errors 2011-11-22 18:51:49 +01:00
Makefile.am [Core] add errors.c to EXTRA_DIST 2010-07-21 13:56:53 +00:00
backward_comp.h Make multiple include loading work in lasso/backward_comp.h 2010-03-27 17:39:55 +00:00
build_strerror.py Support multiline error messages in build_strerror.py 2010-02-22 13:30:30 +00:00
ctypes.h [Core] add a lasso_error_t typedef 2010-07-12 14:08:55 +00:00
debug.h Export the new flag 2009-04-30 14:58:17 +00:00
errors.c [core] add a new class of errors for xml encryption errors 2011-11-22 18:51:12 +01:00
errors.c.in All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code 2009-08-26 15:14:32 +00:00
errors.h [core] add a new class of errors for xml encryption errors 2011-11-22 18:51:12 +01:00
export.h [Core] add a lasso_error_t typedef 2010-07-12 14:08:55 +00:00
extract_sections.py Docs: change the doc production and lot of other fixes 2009-08-26 15:15:07 +00:00
extract_symbols.py Core: fix extract_symbols regular expression 2009-09-11 15:51:49 +00:00
extract_types.py Core: SOAP is also used by SAML bindings 2009-08-26 15:13:59 +00:00
lasso.c [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequal 2010-10-01 15:29:38 +02:00
lasso.h [Core] lasso_check_version does not return a proper error code 2010-07-12 14:09:11 +00:00
lasso_config.h.in Core: move logging function and macros to their own module, adapt perl binding 2010-06-12 00:43:49 +00:00
logging.c Core: move logging function and macros to their own module, adapt perl binding 2010-06-12 00:43:49 +00:00
logging.h Core: move logging function and macros to their own module, adapt perl binding 2010-06-12 00:43:49 +00:00
registry-private.h Fix leak of mapping registry 2009-04-30 14:58:22 +00:00
registry.c [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequal 2010-10-01 15:29:38 +02:00
registry.h [Core] change return type of all error returning methods 2010-07-12 14:09:07 +00:00
utils.c Utils: add function to extract/create node in lists 2010-06-09 16:54:49 +00:00
utils.h [utils] add macros to append to and release a list of xmlSecKey* 2011-05-19 17:54:16 +02:00