- 31 Jan, 2022 2 commits
-
-
Eric Dorland authored
-
Eric Dorland authored
Thanks Steve Langasek. Closes: 1001336
-
- 10 Nov, 2021 1 commit
-
-
Eric Dorland authored
Fix some issues reported by lintian See merge request !6
-
- 11 Oct, 2021 3 commits
-
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: invalid-standards-version See-also: https://lintian.debian.org/tags/invalid-standards-version.html
-
Janitor authored
Changes-By: lintian-brush
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html
-
- 08 Sep, 2021 1 commit
-
-
Eric Dorland authored
Remove unnecessary constraints See merge request !5
-
- 05 Sep, 2021 1 commit
-
-
Janitor authored
* opensc-pkcs11: Drop versioned constraint on opensc in Replaces. * opensc-pkcs11: Drop versioned constraint on opensc in Breaks. Changes-By: deb-scrub-obsolete
-
- 17 Aug, 2021 11 commits
-
-
Eric Dorland authored
-
Eric Dorland authored
Closes: 987817
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
Update to upstream version '0.22.0' with Debian dir 19d2d71251b1a0ffe0e8c27b9d97a3ea9246ac81
-
Eric Dorland authored
-
- 10 Aug, 2021 8 commits
-
-
Jakub Jelen authored
-
Vesa Jääskeläinen authored
In real world pTemplate=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
In real world phSession=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
Match spacing and add [in] to argument dumps. Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
In real world ppFunctionList=NULL case is only used by PKCS#11 test suites but no need to crash them. Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
Depending on stack state print_generic() could cause crash or spurious garbage in logs. Example crash: *** buffer overflow detected ***: pkcs11test terminated Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Vesa Jääskeläinen authored
Some test suites are excercising pMechanism==NULL case and this causes crash when using pkcs11-spy for logging in between. Centralize logging for pMechanism and handle NULL case. Signed-off-by:Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
- 09 Aug, 2021 1 commit
-
-
Frank Morgner authored
log.c - fix newline - Fixes:#2378
-
- 06 Aug, 2021 1 commit
-
-
Doug Engert authored
On branch Fix-new-line Changes to be committed: modified: log.c
-
- 04 Aug, 2021 10 commits
-
-
Jakub Jelen authored
-
Jakub Jelen authored
-
Jakub Jelen authored
-
Jakub Jelen authored
-
Doug Engert authored
On branch PIV-improved-parsing Changes to be committed: modified: card-piv.c
-
Doug Engert authored
two lines that are never executed are removed for the code. The LOG_TEST_GOTO_ERR before these lines will goto err. On branch PIV-improved-parsing Changes to be committed: modified: src/libopensc/card-piv.c
-
Doug Engert authored
Based on Fuzz testing, many of the calls to sc_asn1_find_tag were replaced with sc_asn1_read_tag. The input is also tested that the expected tag is the first byte. Additional tests are also add. sc_asn1_find_tag will skip 0X00 or 0Xff if found. NIST sp800-73-x specs do not allow these extra bytes. On branch PIV-improved-parsing Changes to be committed: modified: card-piv.c
-
Jakub Jelen authored
-
Jakub Jelen authored
-
Jakub Jelen authored
-
- 03 Aug, 2021 1 commit
-
-
Jakub Jelen authored
* PIV applet * Isoapplet * Gids Applet * openpgp applet * Split clang-tidy to separate task as it is too slow
-