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: GitHub <no...@gi...> - 2018-09-13 11:51:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3750d7010608e8c8d6bf6fb457a75d957a0addb8 https://github.com/OpenSC/OpenSC/commit/3750d7010608e8c8d6bf6fb457a75d957a0addb8 Author: Frank Morgner <fra...@gm...> Date: 2018-09-13 (Thu, 13 Sep 2018) Changed paths: M src/libopensc/card-openpgp.c M win32/customactions.cpp Log Message: ----------- pgp: detect gnuk with newer fw closes https://github.com/OpenSC/OpenSC/issues/1475 Commit: f1691fc91fc113191c3a8aaf5facd6983334ec47 https://github.com/OpenSC/OpenSC/commit/f1691fc91fc113191c3a8aaf5facd6983334ec47 Author: Frank Morgner <fra...@gm...> Date: 2018-09-13 (Thu, 13 Sep 2018) Changed paths: M NEWS Log Message: ----------- updated NEWS Compare: https://github.com/OpenSC/OpenSC/compare/f885ee4a17a1...f1691fc91fc1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 20:38:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 6c2263baf931ea4596251180f79a1fb327e67c89 https://github.com/OpenSC/libp11/commit/6c2263baf931ea4596251180f79a1fb327e67c89 Author: Michał Trojnara <Mic...@st...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M NEWS M src/eng_back.c Log Message: ----------- Engine allowed to use private keys without a PIN Access control policies should be enforced by PKCS#11 modules, and not by our engine or libp11. Fixes #242 Commit: 58230eb4869fad540fab450b79f325ca76d2320e https://github.com/OpenSC/libp11/commit/58230eb4869fad540fab450b79f325ca76d2320e Author: Michał Trojnara <Mic...@st...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/p11_key.c M src/p11_pkey.c Log Message: ----------- Require DEBUG to print libp11 debugging messages Printing unneeded warnings was mentioned in #242 Commit: 5fa6224954c603609fa983b8fc53a15b19acef28 https://github.com/OpenSC/libp11/commit/5fa6224954c603609fa983b8fc53a15b19acef28 Author: Michał Trojnara <Mic...@st...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/eng_back.c M src/p11_load.c M src/p11_misc.c M src/p11_rsa.c Log Message: ----------- Code formatting fixes Compare: https://github.com/OpenSC/libp11/compare/c2512ee261ef...5fa6224954c6 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 19:41:44
|
Branch: refs/heads/pgp Home: https://github.com/OpenSC/OpenSC Commit: 2f6c881d3d2e96f1a479d9462376ca2bbc6cd3b6 https://github.com/OpenSC/OpenSC/commit/2f6c881d3d2e96f1a479d9462376ca2bbc6cd3b6 Author: Frank Morgner <fra...@gm...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- fixed typo **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 19:24:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f885ee4a17a1bbb389775988898a01547c33b4d6 https://github.com/OpenSC/OpenSC/commit/f885ee4a17a1bbb389775988898a01547c33b4d6 Author: Jakub Jelen <jj...@re...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M etc/opensc.conf Log Message: ----------- opensc.conf: Make the example syntax correct **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 11:10:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 66fe0603639724c981900250f4c91681b828740f https://github.com/OpenSC/OpenSC/commit/66fe0603639724c981900250f4c91681b828740f Author: Frank Morgner <fra...@gm...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/libopensc/card-gids.c Log Message: ----------- fixed gcc 8 compiler waring closes https://github.com/OpenSC/OpenSC/pull/1474 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 11:05:10
|
Branch: refs/heads/pgp Home: https://github.com/OpenSC/OpenSC Commit: 7dff82bc4893cd613a8d27e246fbcec18e89898d https://github.com/OpenSC/OpenSC/commit/7dff82bc4893cd613a8d27e246fbcec18e89898d Author: Frank Morgner <fra...@gm...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/libopensc/card-openpgp.c M win32/customactions.cpp Log Message: ----------- pgp: detect gnuk with newer fw closes https://github.com/OpenSC/OpenSC/issues/1475 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 10:30:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 430a9b3f5a095d0ced154b55b4eb22139c5d017b https://github.com/OpenSC/OpenSC/commit/430a9b3f5a095d0ced154b55b4eb22139c5d017b Author: Raul Metsma <ra...@me...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- Commit c463985fedbf55f7d4ab5c2bee764b74993bdbf1 broke EstEID PIN verify Signed-off-by: Raul Metsma <ra...@me...> **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-12 07:45:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 719d2cbe2167b6a18615da5f68354fe099382895 https://github.com/OpenSC/OpenSC/commit/719d2cbe2167b6a18615da5f68354fe099382895 Author: Frank Morgner <fra...@gm...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M NEWS M appveyor.yml Log Message: ----------- Updated NEWS **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-11 21:11:10
|
Branch: refs/tags/pam_pkcs11-0.6.10 Home: https://github.com/OpenSC/pam_pkcs11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-11 21:10:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: b606e3bf72e3c6ab02d3e3bfd886b078b224eace https://github.com/OpenSC/pam_pkcs11/commit/b606e3bf72e3c6ab02d3e3bfd886b078b224eace Author: Paul Wolneykien <ma...@al...> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M ChangeLog M NEWS M README M configure.ac Log Message: ----------- 0.6.10 - Fixed some security issues (thx @frankmorgner): (https://www.x41-dsec.de/lab/advisories/x41-2018-003-pam_pkcs11/) -- fixed buffer overflow with long home directory; -- fixed wiping secrets (now using OpenSSL_cleanse()); -- verify using a nonce from the system, not the card. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-11 20:18:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 83c0bff640d1dd41604befc5be584eab6603a94d https://github.com/OpenSC/OpenSC/commit/83c0bff640d1dd41604befc5be584eab6603a94d Author: Frank Morgner <fra...@gm...> Date: 2018-09-11 (Tue, 11 Sep 2018) Changed paths: M win32/customactions.cpp Log Message: ----------- pgp: added new ATRs to windows installer **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-11 17:55:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: ce2839db418132f330a7276f68c31d6d2714fdc6 https://github.com/OpenSC/pam_pkcs11/commit/ce2839db418132f330a7276f68c31d6d2714fdc6 Author: Paul Wolneykien <ma...@al...> Date: 2018-09-11 (Tue, 11 Sep 2018) Changed paths: M src/common/pkcs11_lib.c Log Message: ----------- Fixed extra "0" argument passed to `cleanse()` **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-10 19:50:56
|
Branch: refs/heads/pgp Home: https://github.com/OpenSC/OpenSC Commit: ad47cb4afca2d756d2151fa4efa05b1d9545d937 https://github.com/OpenSC/OpenSC/commit/ad47cb4afca2d756d2151fa4efa05b1d9545d937 Author: Frank Morgner <fra...@gm...> Date: 2018-09-10 (Mon, 10 Sep 2018) Changed paths: M win32/customactions.cpp Log Message: ----------- pgp: added new ATRs to windows installer **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-09 12:55:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d8a2a7bf88419ccf07d0a2ae84705d17c46a194f https://github.com/OpenSC/OpenSC/commit/d8a2a7bf88419ccf07d0a2ae84705d17c46a194f Author: Alon Bar-Lev <alo...@gm...> Date: 2018-09-09 (Sun, 09 Sep 2018) Changed paths: M src/libopensc/reader-ctapi.c Log Message: ----------- reader-ctapi: ctapi_connect: remove unused variable from day 1 return value of _sc_parse_atr was ignored. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-06 08:57:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 083c18045e36fb0652c0360f2cd6885a9d7cac79 https://github.com/OpenSC/OpenSC/commit/083c18045e36fb0652c0360f2cd6885a9d7cac79 Author: alex-nitrokey <361...@us...> Date: 2018-09-06 (Thu, 06 Sep 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- Make deciphering with AUT-key possible for OpenPGP Card >v3.2 (fixes #1352) (#1446) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 21:42:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 748234b7cc695de3a6238c0abd8d2a430e64b62d https://github.com/OpenSC/OpenSC/commit/748234b7cc695de3a6238c0abd8d2a430e64b62d Author: alex-nitrokey <al...@ni...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- Fix SM algorithm in extended capabilities **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 21:37:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 012a425819ed4d1be9e96d8db36f85895f691000 https://github.com/OpenSC/OpenSC/commit/012a425819ed4d1be9e96d8db36f85895f691000 Author: Frank Morgner <fra...@gm...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M doc/files/Makefile.am Log Message: ----------- fixed generating files documentation **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 10:27:58
|
Branch: refs/heads/appv Home: https://github.com/OpenSC/OpenSC **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 10:27:46
|
Branch: refs/heads/zlib Home: https://github.com/OpenSC/OpenSC **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 10:27:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 33529602653d3c623d77477cd2310343451068c2 https://github.com/OpenSC/OpenSC/commit/33529602653d3c623d77477cd2310343451068c2 Author: Frank Morgner <fra...@gm...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M win32/Makefile.am Log Message: ----------- fixed maintainer-clean target Commit: ea2024decf293dc67e45d98637604e6a3b9c478b https://github.com/OpenSC/OpenSC/commit/ea2024decf293dc67e45d98637604e6a3b9c478b Author: Frank Morgner <fra...@gm...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M appveyor.yml Log Message: ----------- appveyor: fix release build Compare: https://github.com/OpenSC/OpenSC/compare/62a2847300e7...ea2024decf29 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-05 10:26:55
|
Branch: refs/heads/appv Home: https://github.com/OpenSC/OpenSC Commit: 33529602653d3c623d77477cd2310343451068c2 https://github.com/OpenSC/OpenSC/commit/33529602653d3c623d77477cd2310343451068c2 Author: Frank Morgner <fra...@gm...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M win32/Makefile.am Log Message: ----------- fixed maintainer-clean target Commit: ea2024decf293dc67e45d98637604e6a3b9c478b https://github.com/OpenSC/OpenSC/commit/ea2024decf293dc67e45d98637604e6a3b9c478b Author: Frank Morgner <fra...@gm...> Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: M appveyor.yml Log Message: ----------- appveyor: fix release build Compare: https://github.com/OpenSC/OpenSC/compare/33529602653d^...ea2024decf29 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-04 11:56:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 62a2847300e767ff239a689ffcd063214cb07fe1 https://github.com/OpenSC/OpenSC/commit/62a2847300e767ff239a689ffcd063214cb07fe1 Author: Frank Morgner <fra...@gm...> Date: 2018-09-04 (Tue, 04 Sep 2018) Changed paths: M doc/files/Makefile.am Log Message: ----------- add missing files.xml to distribution **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-04 11:52:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 39bd1ddd58dda4d09ba69d712f51293adbe30b9f https://github.com/OpenSC/OpenSC/commit/39bd1ddd58dda4d09ba69d712f51293adbe30b9f Author: Frank Morgner <fra...@gm...> Date: 2018-09-04 (Tue, 04 Sep 2018) Changed paths: M src/libopensc/sc.c Log Message: ----------- fixed wrong condition fixes https://github.com/OpenSC/OpenSC/issues/1465 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-03 19:07:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 12fc4cef0a6154f678ca62135c96f7a405e78915 https://github.com/OpenSC/libp11/commit/12fc4cef0a6154f678ca62135c96f7a405e78915 Author: Michał Trojnara <Mic...@st...> Date: 2018-09-03 (Mon, 03 Sep 2018) Changed paths: M NEWS M configure.ac M src/libp11.rc M src/pkcs11.rc Log Message: ----------- starting 0.4.10_git Commit: c2512ee261efb6fdd81226549f48421bd57a8230 https://github.com/OpenSC/libp11/commit/c2512ee261efb6fdd81226549f48421bd57a8230 Author: Michał Trojnara <Mic...@st...> Date: 2018-09-03 (Mon, 03 Sep 2018) Changed paths: M src/p11_cert.c M src/p11_key.c Log Message: ----------- Build fixes for old C dialects Compare: https://github.com/OpenSC/libp11/compare/e1210903291b...c2512ee261ef **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-09-03 18:02:57
|
Branch: refs/tags/libp11-0.4.9 Home: https://github.com/OpenSC/libp11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |