You can subscribe to this list here.
2013 |
Jan
(18) |
Feb
(20) |
Mar
(15) |
Apr
(5) |
May
(7) |
Jun
(3) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(12) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2014 |
Jan
(12) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(12) |
Jun
(19) |
Jul
(1) |
Aug
(5) |
Sep
(9) |
Oct
(11) |
Nov
(13) |
Dec
(20) |
2015 |
Jan
(12) |
Feb
(25) |
Mar
(33) |
Apr
(37) |
May
(36) |
Jun
(2) |
Jul
(18) |
Aug
(31) |
Sep
(98) |
Oct
(50) |
Nov
(25) |
Dec
(34) |
2016 |
Jan
(95) |
Feb
(35) |
Mar
(78) |
Apr
(12) |
May
(11) |
Jun
(20) |
Jul
(28) |
Aug
(21) |
Sep
(30) |
Oct
(29) |
Nov
(15) |
Dec
(15) |
2017 |
Jan
(29) |
Feb
(17) |
Mar
(34) |
Apr
(28) |
May
(12) |
Jun
(25) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(38) |
Nov
(28) |
Dec
(6) |
2018 |
Jan
(15) |
Feb
(22) |
Mar
(27) |
Apr
(71) |
May
(78) |
Jun
(47) |
Jul
(24) |
Aug
(63) |
Sep
(43) |
Oct
(34) |
Nov
(27) |
Dec
(18) |
2019 |
Jan
(51) |
Feb
(17) |
Mar
(48) |
Apr
(46) |
May
(25) |
Jun
(9) |
Jul
(14) |
Aug
(46) |
Sep
(18) |
Oct
(25) |
Nov
(26) |
Dec
(25) |
2020 |
Jan
(28) |
Feb
(30) |
Mar
(20) |
Apr
(69) |
May
(40) |
Jun
(16) |
Jul
(13) |
Aug
(9) |
Sep
(17) |
Oct
(40) |
Nov
(55) |
Dec
(6) |
2021 |
Jan
(44) |
Feb
(13) |
Mar
(33) |
Apr
(31) |
May
(32) |
Jun
(10) |
Jul
(9) |
Aug
(27) |
Sep
(33) |
Oct
(7) |
Nov
(14) |
Dec
(17) |
2022 |
Jan
(25) |
Feb
(11) |
Mar
(42) |
Apr
(14) |
May
(18) |
Jun
(3) |
Jul
(10) |
Aug
(41) |
Sep
(12) |
Oct
(13) |
Nov
(18) |
Dec
(9) |
2023 |
Jan
(10) |
Feb
(18) |
Mar
(25) |
Apr
(27) |
May
(16) |
Jun
(26) |
Jul
(9) |
Aug
(29) |
Sep
(17) |
Oct
(24) |
Nov
(18) |
Dec
(16) |
2024 |
Jan
(23) |
Feb
(55) |
Mar
(40) |
Apr
(17) |
May
(15) |
Jun
(12) |
Jul
(12) |
Aug
(6) |
Sep
(15) |
Oct
(16) |
Nov
(29) |
Dec
(26) |
2025 |
Jan
(29) |
Feb
(37) |
Mar
(24) |
Apr
(35) |
May
(38) |
Jun
(20) |
Jul
(7) |
Aug
(10) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Frank M. <no...@gi...> - 2019-11-03 03:39:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6263afbe43e668bd0a34ce870d7e9fc61503b512 https://github.com/OpenSC/OpenSC/commit/6263afbe43e668bd0a34ce870d7e9fc61503b512 Author: Frank Morgner <fra...@gm...> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- fixed memory leak Reported by OSS-Fuzz https://oss-fuzz.com/testcase-detail/5697134632632320 |
From: Jakub J. <no...@gi...> - 2019-11-01 14:57:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b75c002cfb1fd61cd20ec938ff4937d7b1a94278 https://github.com/OpenSC/OpenSC/commit/b75c002cfb1fd61cd20ec938ff4937d7b1a94278 Author: Jakub Jelen <jj...@re...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/libopensc/card-cac1.c Log Message: ----------- cac1: Correctly handle the buffer limits Found by oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18618 and others Commit: d3f60a657fc33d489fb8cbc0c625ec65654f083a https://github.com/OpenSC/OpenSC/commit/d3f60a657fc33d489fb8cbc0c625ec65654f083a Author: Jakub Jelen <jj...@re...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/libopensc/pkcs15-cert.c M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15-pin.c M src/libopensc/pkcs15-prkey.c M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15*: Fail if there is no fallback file_app Compare: https://github.com/OpenSC/OpenSC/compare/bfa8415ea3f5...d3f60a657fc3 |
From: pkubaj <no...@gi...> - 2019-11-01 14:51:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bfa8415ea3f5a0b055ef383863e2711b95b04ec8 https://github.com/OpenSC/OpenSC/commit/bfa8415ea3f5a0b055ef383863e2711b95b04ec8 Author: pkubaj <pk...@us...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/tests/p11test/p11test.c Log Message: ----------- Fix build on ARM, PPC Those architectures use unsigned char by default, and command variable is later compared to -1. |
From: Jakub J. <no...@gi...> - 2019-11-01 14:50:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0ea11523a3b6a90a9c3ee380218baaa9ef7faa5f https://github.com/OpenSC/OpenSC/commit/0ea11523a3b6a90a9c3ee380218baaa9ef7faa5f Author: Jakub Jelen <jj...@re...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-global.c Log Message: ----------- Improve logging of exit codes Commit: fb15a7dd8654dee63c9e22f949d6b120b70ea914 https://github.com/OpenSC/OpenSC/commit/fb15a7dd8654dee63c9e22f949d6b120b70ea914 Author: Jakub Jelen <jj...@re...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- reader-pcsc: Handle yubikey reinsertion When the application (NSS) does not use WaitForSlotEvent and just opportunistically tries to detect card and reader removals with C_GetSlotInfo() and C_GetSessionInfo(), we might get errors in various plcaes, in the sc_lock() function, when we try to transfer other messages or when we ask for the reader status. This is generally too late to call any disconnect functions because no PC/SC handles are valid anymore. The reader state from PCSC is searched by name so we can be pretty sure it is very similar reader (with same name as the old one) and I hope we can reuse the reader structure and just call the pcsc_connect() on that as we do with invalid handles. Otherwise we detect this issue in the refresh_attributes() (called from C_GetSlotInfo()), where we can report the slot change in the expected manner. Fixes #1822 Compare: https://github.com/OpenSC/OpenSC/compare/3c87ffaa021e...fb15a7dd8654 |
From: Frank M. <no...@gi...> - 2019-11-01 14:49:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3c87ffaa021ea53a84a2fe3977ecea945b4cc5b3 https://github.com/OpenSC/OpenSC/commit/3c87ffaa021ea53a84a2fe3977ecea945b4cc5b3 Author: Frank Morgner <fra...@gm...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/tests/fuzzing/fuzz_pkcs15_reader.c Log Message: ----------- fuzzing: correctly consume fuzzing data |
From: Arnout E. <no...@gi...> - 2019-11-01 13:23:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a3ee8cefc8057ae9199edbafc96643b4f225654e https://github.com/OpenSC/OpenSC/commit/a3ee8cefc8057ae9199edbafc96643b4f225654e Author: Arnout Engelen <ar...@bz...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M doc/html.xsl Log Message: ----------- Generate consistent docbook id's |
From: Jakub J. <no...@gi...> - 2019-10-31 01:18:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6c7b4bed37f30707319ec5210b049777a291e5c3 https://github.com/OpenSC/OpenSC/commit/6c7b4bed37f30707319ec5210b049777a291e5c3 Author: Jakub Jelen <jj...@re...> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M src/libopensc/pkcs15-cert.c M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15-pin.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.c Log Message: ----------- pkcs15*: Avoid null dereference from fuzzers Thanks oss-fuzz. Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18591 Commit: 829a73c941084e7ef03518a224fa3a9fc7352413 https://github.com/OpenSC/OpenSC/commit/829a73c941084e7ef03518a224fa3a9fc7352413 Author: Jakub Jelen <jj...@re...> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M src/libopensc/card-npa.c Log Message: ----------- card-npa: Remove dead code Commit: 51363d33926f2748ca7c8b8fa395678faac17edb https://github.com/OpenSC/OpenSC/commit/51363d33926f2748ca7c8b8fa395678faac17edb Author: Jakub Jelen <jj...@re...> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Make sure we do not leak memory Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18564 Commit: 424ebf8ed13d804246ba0c8a5e2576009b3c3f7b https://github.com/OpenSC/OpenSC/commit/424ebf8ed13d804246ba0c8a5e2576009b3c3f7b Author: Jakub Jelen <jj...@re...> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M src/libopensc/pkcs15.c Log Message: ----------- pkcs15: Avoid insane allocations Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18592 Compare: https://github.com/OpenSC/OpenSC/compare/49f59d9fc950...424ebf8ed13d |
From: Frank M. <no...@gi...> - 2019-10-29 16:55:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 49f59d9fc9505bda45fe3842d834341a68323209 https://github.com/OpenSC/OpenSC/commit/49f59d9fc9505bda45fe3842d834341a68323209 Author: Frank Morgner <fra...@gm...> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M src/libopensc/dir.c Log Message: ----------- clean up already enumerated apps |
From: Nuno G. <no...@gi...> - 2019-10-28 08:53:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 60581ecc8205073ed9a363eb188f301b756a874d https://github.com/OpenSC/OpenSC/commit/60581ecc8205073ed9a363eb188f301b756a874d Author: Nuno Goncalves <nu...@gm...> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M src/libopensc/pkcs15-itacns.c Log Message: ----------- remove trailing whitespace Signed-off-by: Nuno Goncalves <nu...@gm...> Commit: 3ac47fbea9d04bba086cf068350a73b80e2e9178 https://github.com/OpenSC/OpenSC/commit/3ac47fbea9d04bba086cf068350a73b80e2e9178 Author: Nuno Goncalves <nu...@gm...> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M src/libopensc/pkcs15-itacns.c Log Message: ----------- replace SC_FUNC_CALLED(...,1) with SC_FUNC_CALLED(..., SC_LOG_DEBUG_NORMAL) (close #1698) Signed-off-by: Nuno Goncalves <nu...@gm...> Compare: https://github.com/OpenSC/OpenSC/compare/026b6ab43dfb...3ac47fbea9d0 |
From: Frank M. <no...@gi...> - 2019-10-26 21:57:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3c286b3cb1b234b88335029c968320b7ff8bc493 https://github.com/OpenSC/OpenSC/commit/3c286b3cb1b234b88335029c968320b7ff8bc493 Author: Frank Morgner <fra...@gm...> Date: 2019-10-26 (Sat, 26 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- fixed Null-dereference READ https://oss-fuzz.com/testcase-detail/5734505646391296 Thanks to OSS-Fuzz Commit: 026b6ab43dfb52b768ad15123dc698e05c52be20 https://github.com/OpenSC/OpenSC/commit/026b6ab43dfb52b768ad15123dc698e05c52be20 Author: Frank Morgner <fra...@gm...> Date: 2019-10-26 (Sat, 26 Oct 2019) Changed paths: M src/tests/fuzzing/fuzz_pkcs15_reader.c Log Message: ----------- fuzzing: validate PIN only if it's a PIN https://oss-fuzz.com/testcase-detail/5693809152753664 Compare: https://github.com/OpenSC/OpenSC/compare/61cd7fcdb2fd...026b6ab43dfb |
From: Jakub J. <no...@gi...> - 2019-10-25 18:30:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cc466eea946ff2bd561bba7fec2724e462183126 https://github.com/OpenSC/OpenSC/commit/cc466eea946ff2bd561bba7fec2724e462183126 Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Avoid undefined shifts by adding explicit cast The error was: asn1.c:681:23: runtime error: left shift of 255 by 24 places cannot be represented in type 'int' #0 0x5e9b11 in decode_bit_field opensc/src/libopensc/asn1.c:681:23 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18487 Commit: 6810eb6cf13f97ff20c5c68f49bef70ae977ddea https://github.com/OpenSC/OpenSC/commit/6810eb6cf13f97ff20c5c68f49bef70ae977ddea Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M src/tests/fuzzing/fuzz_pkcs15_reader.c Log Message: ----------- fuzz_pkcs15_reader: Unbreak strict builds The error was fuzz_pkcs15_reader.c: In function ‘fuzz_get_chunk’: fuzz_pkcs15_reader.c:66:19: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 66 | *chunk_size = (uint16_t) data->Data; | ^ cc1: all warnings being treated as errors Commit: f0310f777686d69d52c6c741fbe088e2caadb0fb https://github.com/OpenSC/OpenSC/commit/f0310f777686d69d52c6c741fbe088e2caadb0fb Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M README.md Log Message: ----------- Add fuzzing status to the readme Commit: 532b06d07e6e0e020835f99ff29672eaaded846e https://github.com/OpenSC/OpenSC/commit/532b06d07e6e0e020835f99ff29672eaaded846e Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M src/libopensc/card-piv.c M src/libopensc/dir.c M src/libopensc/opensc.h M src/libopensc/pkcs15.c Log Message: ----------- pkcs15: Avoid insane allocations and use single max constant accross the code https://oss-fuzz.com/testcase-detail/6314983763214336 Commit: 6522df7587eeacff1a91de29f9cf6d03f5401d59 https://github.com/OpenSC/OpenSC/commit/6522df7587eeacff1a91de29f9cf6d03f5401d59 Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M src/libopensc/pkcs15.c Log Message: ----------- pkcs15: Avoid null dereference in fuzzers https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16617 Commit: 61cd7fcdb2fdc9214b431abb631b202314dcc32f https://github.com/OpenSC/OpenSC/commit/61cd7fcdb2fdc9214b431abb631b202314dcc32f Author: Jakub Jelen <jj...@re...> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- card-mcrd: Free the allocated structures on cleanup https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18416 Compare: https://github.com/OpenSC/OpenSC/compare/0d091c8e0c64...61cd7fcdb2fd |
From: Jakub J. <no...@gi...> - 2019-10-23 11:51:08
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 19f4c7e428cece9e4b6d5bf8948a09aa8a09ca42 https://github.com/OpenSC/OpenSC/commit/19f4c7e428cece9e4b6d5bf8948a09aa8a09ca42 Author: Jakub Jelen <jj...@re...> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- card-mcrd.c: Avoid null dereference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18477 Commit: 6ce6152284c47ba9b1d4fe8ff9d2e6a3f5ee02c7 https://github.com/OpenSC/OpenSC/commit/6ce6152284c47ba9b1d4fe8ff9d2e6a3f5ee02c7 Author: Jakub Jelen <jj...@re...> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M src/libopensc/pkcs15-prkey.c Log Message: ----------- pkcs15-prkey: Simplify cleaning memory after failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18478 Commit: 0d091c8e0c645b6291f5c5aff3f154848d99e95a https://github.com/OpenSC/OpenSC/commit/0d091c8e0c645b6291f5c5aff3f154848d99e95a Author: Jakub Jelen <jj...@re...> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Avoid integer overflow https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18475 Compare: https://github.com/OpenSC/OpenSC/compare/1be013d08e38...0d091c8e0c64 |
From: Jakub J. <no...@gi...> - 2019-10-22 07:43:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 889d598bcd242447b4bd7db22106b008b605a849 https://github.com/OpenSC/OpenSC/commit/889d598bcd242447b4bd7db22106b008b605a849 Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Initialize values to avoid comparison with garbage Reported by clang analyzer: src/libopensc/asn1.c:2115:14: warning: The right operand of '<' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult] if (halflen < r_len || halflen < s_len) { Commit: 544d576b0076dcb96b78e502e2c05906486ba357 https://github.com/OpenSC/OpenSC/commit/544d576b0076dcb96b78e502e2c05906486ba357 Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Do not pass null argument to memcpy Reported by clang analyzer: src/libopensc/asn1.c:1080:2: note: Null pointer passed as an argument to a 'nonnull' parameter memcpy(p, data, datalen); Commit: 459e4ecc377353df54be12c29b214949afdaac31 https://github.com/OpenSC/OpenSC/commit/459e4ecc377353df54be12c29b214949afdaac31 Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- piv: Avoid insane allocations in fuzzer Commit: 5e9e5b232cc9fed099da1136e71186f10625c5dd https://github.com/OpenSC/OpenSC/commit/5e9e5b232cc9fed099da1136e71186f10625c5dd Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- card-piv: Fix indentation Commit: ff893d22245695917e88f7b6d4488165803c5717 https://github.com/OpenSC/OpenSC/commit/ff893d22245695917e88f7b6d4488165803c5717 Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/pkcs15.c Log Message: ----------- pkcs15: Remove unused code Commit: 6ef0ac6e678a4710198bc109a126fa1ad0e1d53e https://github.com/OpenSC/OpenSC/commit/6ef0ac6e678a4710198bc109a126fa1ad0e1d53e Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Correctly parse negative integers The negative integers were parsed uterly wrong, resulting in undefined shift overflows as reported by oss-fuzz. The current implementation takes negated values (properly masked) and calculates two's complement in the end, which results in correct values and correct data handling. https://oss-fuzz.com/testcase-detail/5125815506829312 Commit: 62049ea18c622fe96bcbe3664f1b3f5f95f878cc https://github.com/OpenSC/OpenSC/commit/62049ea18c622fe96bcbe3664f1b3f5f95f878cc Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- Avoid memory leaks from file selection https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17106 Commit: 630d6adf32cecaab0ee184618f56497bd50400fb https://github.com/OpenSC/OpenSC/commit/630d6adf32cecaab0ee184618f56497bd50400fb Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/pkcs15-prkey.c Log Message: ----------- pkcs15-prkey: Avoid memory leak https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16625 Commit: 1be013d08e381b2bea21fa97fa5b3584e1245f6d https://github.com/OpenSC/OpenSC/commit/1be013d08e381b2bea21fa97fa5b3584e1245f6d Author: Jakub Jelen <jj...@re...> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: Fix undefined shift in OID parser https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16618 Compare: https://github.com/OpenSC/OpenSC/compare/01678e871e4b...1be013d08e38 |
From: Frank M. <no...@gi...> - 2019-10-19 19:27:16
|
Branch: refs/tags/OpenSC-0.20.0-rc3 Home: https://github.com/OpenSC/OpenSC |
From: Frank M. <no...@gi...> - 2019-10-18 12:31:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2017626ed237dbdd4683a4b9410fc610618200c5 https://github.com/OpenSC/OpenSC/commit/2017626ed237dbdd4683a4b9410fc610618200c5 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M MacOSX/Distribution.xml.in M MacOSX/build-package.in Log Message: ----------- integrate OpenSCToken Commit: 8ded1ae94b18af7d336c14b2084550c3096fe6a6 https://github.com/OpenSC/OpenSC/commit/8ded1ae94b18af7d336c14b2084550c3096fe6a6 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M .github/push_artifacts.sh Log Message: ----------- travis: include pkgs to later assamble with opensctoken Commit: 01678e871e4bb30dd4bde7bf8b2a63c5cddb6a11 https://github.com/OpenSC/OpenSC/commit/01678e871e4bb30dd4bde7bf8b2a63c5cddb6a11 Author: Frank Morgner <fra...@gm...> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M .github/push_artifacts.sh Log Message: ----------- CI: retry pushing 10 times to nightly Compare: https://github.com/OpenSC/OpenSC/compare/f4ac617c1953...01678e871e4b |
From: Frank M. <no...@gi...> - 2019-10-17 22:41:54
|
Branch: refs/heads/macinstaller Home: https://github.com/OpenSC/OpenSC Commit: 30c9e55d11111297b51a12ff1c3001535fbc9c90 https://github.com/OpenSC/OpenSC/commit/30c9e55d11111297b51a12ff1c3001535fbc9c90 Author: Frank Morgner <fra...@gm...> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M .github/push_artifacts.sh Log Message: ----------- CI: retry pushing 10 times to nightly |
From: Frank M. <no...@gi...> - 2019-10-17 21:31:27
|
Branch: refs/heads/macinstaller Home: https://github.com/OpenSC/OpenSC Commit: 2017626ed237dbdd4683a4b9410fc610618200c5 https://github.com/OpenSC/OpenSC/commit/2017626ed237dbdd4683a4b9410fc610618200c5 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M MacOSX/Distribution.xml.in M MacOSX/build-package.in Log Message: ----------- integrate OpenSCToken Commit: 8ded1ae94b18af7d336c14b2084550c3096fe6a6 https://github.com/OpenSC/OpenSC/commit/8ded1ae94b18af7d336c14b2084550c3096fe6a6 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M .github/push_artifacts.sh Log Message: ----------- travis: include pkgs to later assamble with opensctoken Compare: https://github.com/OpenSC/OpenSC/compare/2017626ed237%5E...8ded1ae94b18 |
From: Frank M. <no...@gi...> - 2019-10-17 14:01:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC.tokend Commit: 04dc68fd25dd4db85fdb9af031b82b2f4c976361 https://github.com/OpenSC/OpenSC.tokend/commit/04dc68fd25dd4db85fdb9af031b82b2f4c976361 Author: Frank Morgner <fra...@gm...> Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M OpenSC/OpenSCToken.h M Tokend.xcodeproj/project.pbxproj Log Message: ----------- Use XCode 10 recommended settings Commit: 3f725b7bd7dd58e3c72c343031892b6afe031a53 https://github.com/OpenSC/OpenSC.tokend/commit/3f725b7bd7dd58e3c72c343031892b6afe031a53 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- use generic search path Commit: 332a5e53e4d264fcd13494763ad4affa33f79421 https://github.com/OpenSC/OpenSC.tokend/commit/332a5e53e4d264fcd13494763ad4affa33f79421 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M README.md Log Message: ----------- added info about Catalina Commit: e878b8ddef4dd8a41476bd7729dfc7c07e621e00 https://github.com/OpenSC/OpenSC.tokend/commit/e878b8ddef4dd8a41476bd7729dfc7c07e621e00 Author: Frank Morgner <fra...@gm...> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- fixed compatibility with Xcode 11 Compare: https://github.com/OpenSC/OpenSC.tokend/compare/b2d71b61f767...e878b8ddef4d |
From: Raul M. <no...@gi...> - 2019-10-16 11:17:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f4ac617c1953d2f3127f5001590a6eabe6c8c11f https://github.com/OpenSC/OpenSC/commit/f4ac617c1953d2f3127f5001590a6eabe6c8c11f Author: Raul Metsma <ra...@me...> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M src/libopensc/cards.h Log Message: ----------- Remove unused card type Signed-off-by: Raul Metsma <ra...@me...> |
From: Frank M. <no...@gi...> - 2019-10-16 11:16:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3a1bd36e2018e7e4c7f78b1fa84d998a9d163616 https://github.com/OpenSC/OpenSC/commit/3a1bd36e2018e7e4c7f78b1fa84d998a9d163616 Author: Frank Morgner <fra...@gm...> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M src/tools/pkcs11-register.c Log Message: ----------- Use onepin-opensc-pkcs11.so for Chromium (#1828) * pkcs11-register: Fixed detection of already registered OpenSC Anny configuration of onepin-opensc-pkcs11.so and opensc-pkcs11.so should be enough to skip registering the default module again. * Use onepin module for generic NSS DB fixes https://github.com/OpenSC/OpenSC/issues/1818 May have the disadvantage that some other programs that use NSS don't see the signature keys. However, we currently only know for sure that Chromium is using the generic NSS DB. |
From: xbbn <no...@gi...> - 2019-10-04 16:57:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: cc4893abdf4d7493bf4f15fd207df7cf42161d3e https://github.com/OpenSC/libp11/commit/cc4893abdf4d7493bf4f15fd207df7cf42161d3e Author: Bent Bisballe Nyeng <xb...@mj...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M src/p11_ec.c Log Message: ----------- Make ECDH derived keys extractable to support 'openssl pkeyutl -derive'. |
From: Stanislav L. <no...@gi...> - 2019-10-04 16:48:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 10295b7eb531aef1a9f7e990d5f2527c420b3b72 https://github.com/OpenSC/libp11/commit/10295b7eb531aef1a9f7e990d5f2527c420b3b72 Author: Stanislav Levin <sl...@al...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M src/eng_parse.c M tests/rsa-evp-sign.softhsm Log Message: ----------- Add support for pin-source within PKCS11 URI According to https://tools.ietf.org/html/rfc7512#page-9: """ 2.4. PKCS #11 URI Scheme Query Attribute Semantics An application can always ask for a PIN by any means it decides to. What is more, in order not to limit PKCS #11 URI portability, the "pin-source" attribute value format and interpretation is left to be implementation specific. However, the following rules SHOULD be followed in descending order for the value of the "pin-source" attribute: o If the value represents a URI, it SHOULD be treated as an object containing the PIN. Such a URI may be "file:", "https:", another PKCS #11 URI, or something else. o If the value contains "|<absolute-command-path>", the implementation SHOULD read the PIN from the output of an application specified with absolute path "<absolute-command- path>". Note that character "|" representing a pipe does not have to be percent-encoded in the query component of a PKCS #11 URI. o Interpret the value as needed in an implementation-dependent way. """ This patch is based on: https://github.com/OpenSC/libp11/pull/236, but implements only the first clause of RFC, since the second one is considered as dangerous. For example, such functionality is required by FreeIPA (Bind + OpenDNSSEC). Fixes: https://github.com/OpenSC/libp11/issues/273 Co-authored-by: Ortigali Bazarov <ort...@gm...> Signed-off-by: Stanislav Levin <sl...@al...> |
From: patchMonkey156 <no...@gi...> - 2019-10-04 16:47:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 83e69de6993bbeef5faec014ccd8bcde7d4e8d54 https://github.com/OpenSC/libp11/commit/83e69de6993bbeef5faec014ccd8bcde7d4e8d54 Author: patchMonkey156 <pag...@as...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M src/p11_rsa.c Log Message: ----------- Update p11_rsa.c fix build for LibreSSL v3.0.0 Commit: 024210bd8f61dd81974399d1e709942d48f71bff https://github.com/OpenSC/libp11/commit/024210bd8f61dd81974399d1e709942d48f71bff Author: patchMonkey156 <pag...@as...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M src/p11_pkey.c Log Message: ----------- Update p11_pkey.c build fix for LibreSSL-3.0.1 Compare: https://github.com/OpenSC/libp11/compare/b487da5a0f69...024210bd8f61 |
From: Stanislav L. <no...@gi...> - 2019-10-04 16:45:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: b487da5a0f69576139949d7235b988e822137cab https://github.com/OpenSC/libp11/commit/b487da5a0f69576139949d7235b988e822137cab Author: Stanislav Levin <sl...@al...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M src/p11_rsa.c Log Message: ----------- Set RSA_FLAG_EXT_PKEY flag >From docs: """ This flag means the private key operations will be handled by rsa_mod_exp and that they do not depend on the private key components being present: for example a key stored in external hardware. Without this flag bn_mod_exp gets called when private key components are absent. """ Setting this flag allows BIND to identify RSA key (stored on a HSM) as a private key. Otherwise, BIND fails to sign and to verify signs. Fixes: https://github.com/OpenSC/libp11/issues/304 Signed-off-by: Stanislav Levin <sl...@al...> |
From: Anderson S. <no...@gi...> - 2019-10-04 16:43:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: c1d193ecd4eaefd099d19a37302568960867ad92 https://github.com/OpenSC/libp11/commit/c1d193ecd4eaefd099d19a37302568960867ad92 Author: Anderson Toshiyuki Sasaki <ans...@re...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M tests/pkcs11-uri-without-token.softhsm M tests/search-all-matching-tokens.softhsm Log Message: ----------- tests: Add support for testing on macOS Detect the OS and use correct shared library file extension for macOS. Signed-off-by: Anderson Toshiyuki Sasaki <ans...@re...> Commit: caa079e3f9922c76778fe2ac68c914b6aad1d811 https://github.com/OpenSC/libp11/commit/caa079e3f9922c76778fe2ac68c914b6aad1d811 Author: Anderson Toshiyuki Sasaki <ans...@re...> Date: 2019-10-04 (Fri, 04 Oct 2019) Changed paths: M .travis.sh M .travis.yml Log Message: ----------- travis: Add macOS to the testing matrix Signed-off-by: Anderson Toshiyuki Sasaki <ans...@re...> Compare: https://github.com/OpenSC/libp11/compare/6b6c03a0fce8...caa079e3f992 |