lsh123

Results 26 comments of lsh123

https://github.com/lsh123/xmlsec/discussions/774

The1.3.4 release is out: https://github.com/lsh123/xmlsec/releases/tag/1.3.4

Hm... weird that it's only one test that fails. I recall you are using Fedora, right? Can you share your Fedora version and also NSS version?

oh I know what is the problem. > /usr/bin/make -O -j48 V=1 VERBOSE=1 check The NSS tests use a shared NSS database and some test (like this one) require a...

These are completely different failures: > func=xmlSecGnuTLSSignatureVerify:file=signatures.c:line=908:obj=ecdsa-sha1:subj=gnutls_pubkey_verify_hash2:error=4:crypto library function failed:gnutls error: -217: One of the involved algorithms has insufficient security level. GnuTLS doesn't like the algos in the tests. Probably...

See this answer: https://www.mail-archive.com/[email protected]/msg01683.html

refactored tests to ensure each has a separate crypto config (e.g. NSS database) to avoid collisions

1/ What error do you get? 2/ What version of XML sec library do you use? 3/ What crypto library and version do you use? I honestly don’t have any...

The error says that OpenSSL doesn’t like some string being too long but looking at it seems like there is string encoding issues. Since you are on Windows, try to...