Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: opensc | Distribution: openSUSE Leap 15.2 |
Version: 0.19.0 | Vendor: openSUSE |
Release: lp152.3.3.1 | Build date: Tue Apr 13 16:14:47 2021 |
Group: Productivity/Security | Build host: obs-power8-05 |
Size: 5224485 | Source RPM: opensc-0.19.0-lp152.3.3.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/OpenSC/OpenSC/wiki | |
Summary: Smart Card Utilities |
OpenSC provides a set of utilities to access smart cards. It mainly focuses on cards that support cryptographic operations. It facilitates their use in security applications such as mail encryption, authentication, and digital signature. OpenSC implements the PKCS#11 API. Applications supporting this API, such as Mozilla Firefox and Thunderbird, can use it. OpenSC implements the PKCS#15 standard and aims to be compatible with every software that does so, too. Before purchasing any cards, please read carefully documentation on the web pageonly some cards are supported. Not only card type matters, but also card version, card OS version and preloaded applet. Only subset of possible operations may be supported for your card. Card initialization may require third party proprietary software.
LGPL-2.1-or-later
* Sun Mar 21 2021 Jason Sikes <jsikes@suse.com> - bsc#1177380 - VUL-0: CVE-2020-26571 * gemsafe GPK smart card software driver stack-based buffer overflow * opensc-0_19_0-CVE-2020-26571.patch - bsc#1158307 - VUL-1: CVE-2019-19480 * improper free operation in sc_pkcs15_decode_prkdf_entry * opensc-0_19_0-CVE-2019-19480.patch - bsc#1149747 – VUL-1: CVE-2019-15946 * out-of-bounds access of an ASN.1 Octet string in asn1_decode_entry * opensc-0_19_0-CVE-2019-15946.patch - bsc#1149746 – VUL-1: CVE-2019-15945 * out-of-bounds access of an ASN.1 Bitstring in decode_bit_string * opensc-0_19_0-CVE-2019-15945.patch - bsc#1158256 – VUL-1: CVE-2019-19479 * incorrect read operation during parsing of a SETCOS file attribute * opensc-0_19_0-CVE-2019-19479.patch - bsc#1170809 – VUL-1: CVE-2019-20792 * double free in coolkey_free_private_data * opensc-0_19_0-CVE-2019-20792.patch - bsc#1177378 - VUL-0: CVE-2020-26572 * Prevent out of bounds write * opensc-0_19_0-CVE-2020-26572.patch * Mon Mar 15 2021 Jason Sikes <jsikes@suse.com> - Fix buffer overflow in sc_oberthur_read_file * bsc#1177364 * CVE-2020-26570 * Added opensc-0_19_0-CVE-2020-26570.patch * Tue Feb 26 2019 Karol Babioch <kbabioch@suse.com>: - Update to version 0.19.0 * Fixed multiple security problems (out of bound writes/reads): * CVE-2018-16391 (bsc#1106998) * CVE-2018-16392 (bsc#1106999) * CVE-2018-16393 (bsc#1108318) * CVE-2018-16418 (bsc#1107039) * CVE-2018-16419 (bsc#1107107) * CVE-2018-16420 (bsc#1107097) * CVE-2018-16421 (bsc#1107049) * CVE-2018-16422 (bsc#1107038) * CVE-2018-16423 (bsc#1107037) * CVE-2018-16424 (bsc#1107036) * CVE-2018-16425 (bsc#1107035) * CVE-2018-16426 (bsc#1107034) * CVE-2018-16427 (bsc#1107033) * Drop patches: opensc-fixed-out-of-bounds-reads.patch opensc-fixed-out-of-bounds-writes.patch opensc-iasecc-fixed-unbound-recursion.patch opensc-added-bounds-checking.patch * Workaround cards returning short signatures without leading zeroes * Distribute minimal opensc.conf * `pkcs11_enable_InitToken made` global configuration option * Modify behavior of `OPENSC_DRIVER` environment variable to restrict driver list instead of forcing one driver and skipping vital parts of configuration * Removed configuration options `zero_ckaid_for_ca_certs`, `force_card_driver`, `reopen_debug_file`, `paranoid-memory` * Generalized configuration option `ignored_readers` * If card initialization fails, continue card detection with other card drivers * reader-pcsc: allow fixing the length of a PIN * fixed crash during `C_WaitForSlotEvent` * Allow cancelling the PIN pad prompt before starting the reader transaction. Whether to start the transaction immediately or not is user-configurable for each application * opensc-notify * add Exit button to tray icon * User better description (GenericName) and a generic application icon * Do not display in the application list - Removed patches included upstream now: * opensc-desktop.patch * opensc-desktop2.patch * opensc-bash-completions.patch - Applied spec-cleaner * Tue Oct 09 2018 Marketa Calabkova <mcalabkova@suse.com> - fixed multiple security problems (out of bound writes/reads): bsc#1104812 CVE-2018-16391 (bsc#1106998) CVE-2018-16392 (bsc#1106999) CVE-2018-16393 (bsc#1108318) CVE-2018-16418 (bsc#1107039) CVE-2018-16419 (bsc#1107107) CVE-2018-16420 (bsc#1107097) CVE-2018-16421 (bsc#1107049) CVE-2018-16422 (bsc#1107038) CVE-2018-16423 (bsc#1107037) CVE-2018-16424 (bsc#1107036) CVE-2018-16425 (bsc#1107035) CVE-2018-16426 (bsc#1107034) CVE-2018-16427 (bsc#1107033) - added patches: opensc-fixed-out-of-bounds-reads.patch opensc-fixed-out-of-bounds-writes.patch opensc-iasecc-fixed-unbound-recursion.patch opensc-added-bounds-checking.patch (fixes security issue caused by opensc-fixed-out-of-bounds-writes.patch) (see upstream commits for more informations) * Tue Jul 10 2018 sbrabec@suse.com - Update to version 0.18.0: * Further improvements of PIN support. * Large number of improvements and fixes (boo#1097951, boo#1100501). * See /usr/share/doc/packages/opensc/NEWS for complete list. - Add opensc-desktop.patch, opensc-desktop2.patch and opensc-bash-completions.patch. * Mon Jan 01 2018 michael@stroeder.com - update to version 0.17.0: * support for new cards * PIN support enhancemets * added .pc file * builds with OpenSSL 1.1.0 (1074799) * See /usr/share/doc/packages/opensc/NEWS for complete list. * Tue Jul 18 2017 tchvatal@suse.com - Switch to tarball fetching from github - Few small cleanups * Tue Nov 22 2016 sbrabec@suse.com - Add baselibs.conf to provide 32-bit PKCS11 plugins (bsc#996047). - Drop opensc-ADVISORIES. There is no new advisory since 2009. * Tue Jul 05 2016 t.gruner@katodev.de - update to version 0.16.0 - remove fix (issue 505) - clean up spec-file * Thu Jul 30 2015 bwachter-pkg@lart.info - update to version 0.15.0 - register with p11-kit (https://www.opensc-project.org/opensc/ticket/390) * Mon Feb 16 2015 michael@stroeder.com - update to version 0.14.0
/etc/opensc.conf /etc/pkcs11 /etc/pkcs11/modules /etc/pkcs11/modules/opensc.module /usr/bin/cardos-tool /usr/bin/cryptoflex-tool /usr/bin/dnie-tool /usr/bin/egk-tool /usr/bin/eidenv /usr/bin/gids-tool /usr/bin/iasecc-tool /usr/bin/netkey-tool /usr/bin/npa-tool /usr/bin/openpgp-tool /usr/bin/opensc-asn1 /usr/bin/opensc-explorer /usr/bin/opensc-notify /usr/bin/opensc-tool /usr/bin/piv-tool /usr/bin/pkcs11-tool /usr/bin/pkcs15-crypt /usr/bin/pkcs15-init /usr/bin/pkcs15-tool /usr/bin/sc-hsm-tool /usr/bin/westcos-tool /usr/lib64/libopensc.la /usr/lib64/libopensc.so.6 /usr/lib64/libopensc.so.6.0.0 /usr/lib64/libsmm-local.la /usr/lib64/libsmm-local.so /usr/lib64/libsmm-local.so.6 /usr/lib64/libsmm-local.so.6.0.0 /usr/lib64/onepin-opensc-pkcs11.la /usr/lib64/onepin-opensc-pkcs11.so /usr/lib64/opensc-pkcs11.la /usr/lib64/opensc-pkcs11.so /usr/lib64/pkcs11 /usr/lib64/pkcs11-spy.la /usr/lib64/pkcs11-spy.so /usr/lib64/pkcs11/onepin-opensc-pkcs11.so /usr/lib64/pkcs11/opensc-pkcs11.so /usr/lib64/pkcs11/pkcs11-spy.so /usr/lib64/pkgconfig/opensc-pkcs11.pc /usr/share/applications/org.opensc.notify.desktop /usr/share/bash-completion/completions/cardos-tool /usr/share/bash-completion/completions/cryptoflex-tool /usr/share/bash-completion/completions/dnie-tool /usr/share/bash-completion/completions/egk-tool /usr/share/bash-completion/completions/eidenv /usr/share/bash-completion/completions/gids-tool /usr/share/bash-completion/completions/iasecc-tool /usr/share/bash-completion/completions/netkey-tool /usr/share/bash-completion/completions/npa-tool /usr/share/bash-completion/completions/openpgp-tool /usr/share/bash-completion/completions/opensc-asn1 /usr/share/bash-completion/completions/opensc-explorer /usr/share/bash-completion/completions/opensc-notify /usr/share/bash-completion/completions/opensc-tool /usr/share/bash-completion/completions/piv-tool /usr/share/bash-completion/completions/pkcs11-tool /usr/share/bash-completion/completions/pkcs15-crypt /usr/share/bash-completion/completions/pkcs15-init /usr/share/bash-completion/completions/pkcs15-tool /usr/share/bash-completion/completions/sc-hsm-tool /usr/share/bash-completion/completions/westcos-tool /usr/share/doc/packages/opensc /usr/share/doc/packages/opensc/COPYING /usr/share/doc/packages/opensc/NEWS /usr/share/doc/packages/opensc/README /usr/share/doc/packages/opensc/files.html /usr/share/doc/packages/opensc/opensc.conf /usr/share/doc/packages/opensc/tools.html /usr/share/man/man1/cardos-tool.1.gz /usr/share/man/man1/cryptoflex-tool.1.gz /usr/share/man/man1/dnie-tool.1.gz /usr/share/man/man1/egk-tool.1.gz /usr/share/man/man1/eidenv.1.gz /usr/share/man/man1/gids-tool.1.gz /usr/share/man/man1/iasecc-tool.1.gz /usr/share/man/man1/netkey-tool.1.gz /usr/share/man/man1/npa-tool.1.gz /usr/share/man/man1/openpgp-tool.1.gz /usr/share/man/man1/opensc-asn1.1.gz /usr/share/man/man1/opensc-explorer.1.gz /usr/share/man/man1/opensc-notify.1.gz /usr/share/man/man1/opensc-tool.1.gz /usr/share/man/man1/piv-tool.1.gz /usr/share/man/man1/pkcs11-tool.1.gz /usr/share/man/man1/pkcs15-crypt.1.gz /usr/share/man/man1/pkcs15-init.1.gz /usr/share/man/man1/pkcs15-tool.1.gz /usr/share/man/man1/sc-hsm-tool.1.gz /usr/share/man/man1/westcos-tool.1.gz /usr/share/man/man5/opensc.conf.5.gz /usr/share/man/man5/pkcs15-profile.5.gz /usr/share/opensc /usr/share/opensc/asepcos.profile /usr/share/opensc/authentic.profile /usr/share/opensc/cardos.profile /usr/share/opensc/cyberflex.profile /usr/share/opensc/entersafe.profile /usr/share/opensc/epass2003.profile /usr/share/opensc/flex.profile /usr/share/opensc/gids.profile /usr/share/opensc/gpk.profile /usr/share/opensc/ias_adele_admin1.profile /usr/share/opensc/ias_adele_admin2.profile /usr/share/opensc/ias_adele_common.profile /usr/share/opensc/iasecc.profile /usr/share/opensc/iasecc_admin_eid.profile /usr/share/opensc/iasecc_generic_oberthur.profile /usr/share/opensc/iasecc_generic_pki.profile /usr/share/opensc/incrypto34.profile /usr/share/opensc/isoApplet.profile /usr/share/opensc/jcop.profile /usr/share/opensc/miocos.profile /usr/share/opensc/muscle.profile /usr/share/opensc/myeid.profile /usr/share/opensc/oberthur.profile /usr/share/opensc/openpgp.profile /usr/share/opensc/pkcs15.profile /usr/share/opensc/rutoken.profile /usr/share/opensc/rutoken_ecp.profile /usr/share/opensc/sc-hsm.profile /usr/share/opensc/setcos.profile /usr/share/opensc/starcos.profile /usr/share/opensc/westcos.profile
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:46:04 2024