Veronika Hanulíková

Results 15 comments of Veronika Hanulíková

Here is a draft of release notes for the upcoming release with https://github.com/OpenSC/OpenSC/projects/10 and other changes since the last release. Feel free to fix/remove what I've missed or propose other...

> It seems that libglib etc. are not linked if they are not installed at build time of opensc (if build opensc in a clean chroot). That is because gio-2.0...

@dengert please take a look at #2922; it should solve the problem with OpenSSL error logging

Sure, the problem is `NULL` dereference when calling `SHA1` on `pubkey->u.rsa.modulus.data`, which should be allocated in `starcos_gen_key`. During the communication with _fuzzed card_, it returns `90 20`, what is in...

> The fuzzer reports a memory leak, which seems to be unrelated, but should be fixed at some point anyway I cannot reproduce it or either find a place, where...

> If I see right, the memory is allocated in sc_pkcs15_read_cached_file() but not freed before this allocation happens in case the file cache is read, but the file selection fails....

@knecht Here are the APDU traces from `pkcs11-tool --test` using the safenet driver. [idprime830_pkcs11.txt](https://github.com/OpenSC/OpenSC/files/14182898/idprime830_pkcs11.txt) [idprime830_pkcs11_apdu.txt](https://github.com/OpenSC/OpenSC/files/14182900/idprime830_pkcs11_apdu.txt)

> * Typo in the commit message: `reader-pscs:` in [d8e661d](https://github.com/OpenSC/OpenSC/commit/d8e661df827e401bb60d9ea3baef8df0b7b38a9d) -- I think this also needs a bit more explanation why this is done (to avoid cycling somewhere?) This was...