Doug Engert
Doug Engert
> If I set the driver to something that is not default I get the log of it just trying that driver. Why does this not happen if I used...
Sorry about the wrong link. a Google search for: `slovenia eid smart card driver download` returned `https://www.slovensko.sk/en/download` Good luck with obtaining any documentation. Any idea who is the developer? With...
What version of browser? What version of openssl? What smart card? The APDU output and response, appear to be sending a hash to card to be padded and the result...
Anyone want to look at Appveyer configuration? These look like conflicting configuration for cygwin: `--disable-openssl`, `/DOPENSSL_SECURE_MALLOC_SIZE=65536` and `/DENABLE_OPENSSL` Half of the Appveyer builds work, half fail. for example: Environment: APPVEYOR_BUILD_WORKER_IMAGE=Visual...
Looks like OSX builds has same problem, with ctx.c https://github.com/OpenSC/OpenSC/runs/5039586360?check_suite_focus=true Before this PR, it looks like #if defined(ENABLE_OPENSSL) && defined(OPENSSL_SECURE_MALLOC_SIZE) worked, because of bad configuration, but then sc-ossl-compat.h defined the...
> support for secure memory was added with openssl/openssl@74924dc , i.e. it was added in 1.1.0 and not present in 1.0.2 So what is your point?
As a general note this PR was not trying to address deprecated functions in 3.0.0, but rather it was trying to get ride of parts of sc-ossl-compat.h that are for...
While writing the last commit, https://github.com/OpenSC/OpenSC/pull/2506/commits/b0b7cc30e8a59d267a6dd6be945fc6096b096108 showed that LibreSSL may have started as a fork of 1.0.2 but LibreSSL 3.4.2 these days is more like OpenSSL 1.1.1. ``` man -M...
I have been looking at card-iasec.c too. It might be possible to update it. Will look closer in next few days. On Sun, Feb 6, 2022, 9:35 AM Jakub Jelen...
The last set of commits includes https://github.com/OpenSC/OpenSC/pull/2506/commits/1f3df786738431fa00fab23a6a830f32eb3e24e0 I Have not tested it, but it compiles on LibreSSL, OpenSSL 1.1.1m and 3.0.1 and 3.0.1-no-deprecated @Jakuje you commented on talking to OpenSSL...