- Apr 18, 2010
-
-
Petr Pisar authored
This function detects content type of ISDS data structure. It can be used to determine raw type of data passed to isds_load_{message|delivery}(). Test guess_raw_type added too. TODO: Test incoming messages and unsigned delivery info.
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
- Apr 15, 2010
-
-
Petr Pisar authored
-
Petr Pisar authored
XML_FEATURE_NS has appered in 2.0.0 and configure check contained one error.
-
Petr Pisar authored
- Apr 12, 2010
-
-
Petr Pisar authored
-
- Apr 06, 2010
-
-
Petr Pisar authored
-
Petr Pisar authored
This is necessary to allow more descriptive test failure messages
-
Petr Pisar authored
-
- Mar 22, 2010
-
-
Petr Pisar authored
We do it already in libids manually. curl-7.20.0 seems have bug in logging POST request body twice.
-
Petr Pisar authored
-
Petr Pisar authored
cURL debug messages have been printed to stderr by cURL library till now. This patch redirects such messages thus application can catch them too. Also cURL debug switch off has been fixed.
-
- Mar 19, 2010
-
-
Petr Pisar authored
-
- Mar 17, 2010
-
-
Petr Pisar authored
In that case errno == E2BIG and conversion conversion can continue after enlarging output buffer. This bug has not been found because UTF-8 encoding consumes more space than 8 bit encodings used in Czech.
-
- Mar 10, 2010
-
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
Aplication can use isds_tls_set() ITLS_CRL_FILE to pass CRL file in PEM format to cryptographic library.
-
Petr Pisar authored
You can and you must select crypto backend and engine at run-time of certauth. However it must match cURL compile-time configuration. I can't see some automagic way how to wrap cURL TLS setting in intelligent way. TODO: Export cURL crypto backend identifier to application to allow application to do its own magic.
-
Petr Pisar authored
Commit 1c16105b was incomplete.
-
Petr Pisar authored
'c' is not enought for TLS server apparantly.
-
Petr Pisar authored
-
Petr Pisar authored
-
- Mar 09, 2010
-
-
Petr Pisar authored
-
Petr Pisar authored
This changes struct isds_pki_credentials significantly. User must not identify both key and certificite if reside in engine. Actually some structure member combination can be invalid, but we can not decide because different curl TLS backends have different interface. The only short-connected cases are passhprase without key, PEM and DER formats without key or certificate identifier.
-
Petr Pisar authored
-
Petr Pisar authored
-
Petr Pisar authored
-
- Mar 08, 2010
-
-
Petr Pisar authored
-
- Mar 07, 2010
-
-
Petr Pisar authored
-