2ちゃんねる スマホ用 ■掲示板に戻る■ 全部 1- 最新50    

PGP / gpg スレ

1 :秘密:01/12/03 05:25.net

秘密を守る人のスレ

465 :名無しさん@お腹いっぱい。:2022/03/29(火) 14:44:39.98 .net
chcp 65001した後にコマンドプロンプトの左上をクリックしてUTF8でも日本語を表示できるフォントを選べば日本語表示できたような気がする。
でもcode pageが931になっている前提で日本語を表示するプログラムを実行すると文字化けするかも。

466 :名無しさん@お腹いっぱい。:2022/03/30(水) 13:31:03.20 .net
>>465
すべてのフォントを試しても無理だった
WindowsにはLinuxでいう所の「LANG=ja_JP.UTF8」が無いとの事
https://answers.microsoft.com/ja-jp/windows/forum/all/%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%83%97/9d529901-b9c1-4cd6-8293-90473fac23c8

GPG側がShift_JISに配慮は難しそうだから、可能性があるのはWindowsかな
遅かったにしてもUTFに対応したし、日本語対応のOSは作ってるし

467 :名無しさん@お腹いっぱい。:2022/04/22(金) 10:00:24 .net
GnuPG 2.3.5

Noteworthy changes in version 2.3.5 (2022-04-21)
================================================

* gpg: Up to five times faster verification of detached signatures. Doubled detached signing speed. [T5826,rG4e27b9defc,rGf8943ce098]
* gpg: Threefold decryption speedup for large files. [T5820,rGab177eed51]
* gpg: Nearly double the AES256.OCB encryption speed. [rG99e2c178c7]
* gpg: Removed EAX from the preference list. [rG253fcb9777]
* gpg: Allow --dearmor to decode all kinds of armor files. [rG34ea19aff9]
* gpg: Remove restrictions for the name part of a user-id. [rG8945f1aedf]
* gpg: Allow decryption of symmetric encrypted data even for non-compliant cipher. [rG8631d4cfe2]
* gpg,gpgsm: New option --require-compliance. [rGee013c5350]
* gpgsm: New option --ignore-cert-with-oid. [rGe23dc755fa]
* gpgtar: Create and handle extended headers to support long file names. [T5754]
* gpgtar: Support file names longer than MAX_PATH on Windows. [rG70b738f93f]
* gpgtar: Use a pipe for decryption and thus avoid memory exhaustion. [rGe5ef5e3b91]
* gpgtar: New option --with-log. [rGed53d41b4c]
* agent: New flag "qual" for the trustlist.txt. [rG7c8c606061]
* scdaemon: Add support for GeNUA cards. [rG0dcc249852]
* scdaemon: Add --challenge-response option to PK_AUTH for OpenPGP cards. [T5862]
* dirmngr: Support the use of ECDSA for CRLs and OCSP. [rGde87c8e1ea,rG890e9849b5]
* dirmngr: Map all gnupg.net addresses to the Ubuntu keyserver. [T5751]
* ssh: Return a faked response for the new session-bind extension. [T5931]
* gpgconf: Add command aliases -L -K -R. [rGec4a1cffb8]
* gpg: Request keygrip of key to add via command interface. [T5771]
* gpg: Print Yubikey version correctly. [T5787]
* gpg: Always use version >= 4 to generate key signature. [T5809]
* gpg: Fix generating AEAD packet. [T5853]

468 :名無しさん@お腹いっぱい。:2022/04/22(金) 10:00:44 .net
* gpg: Fix version on symmetric encrypted AEAD files if the force option is used. [T5856]
* gpg: Fix adding the list of ultimate trusted keys. [T5742]
* gpgsm: Fix parsing of certain PKCS#12 files. [T5793]
* gpgsm: Print diagnostic about CRL problems due to Tor mode. [rG137e59a6a5]
* agent: Use "Created:" field for creation time. [T5538]
* scdaemon Fix error handling for a PC/SC reader selected with reader-port. [T5758]
* scdaemon: Fix DEVINFO with no --watch. [rGc6dd9ff929]
* scdaemon: Fix socket resource leak on Windwos. [T5029]
* scdaemon: Use extended mode for pkcs#15 already for rsa2048. [rG597253ca17]
* scdaemon: Enhance PASSWD command to accept KEYGRIP optionally. [T5862]
* scdaemon: Fix memory leak in ccid-driver. [rG8ac92f0e80]
* tpm: Always use hexgrip when storing a key password. [rGaf2fbd9b01]
* dirmngr: Make WKD lookups work for resolvers not handling SRV records. [T4729]
* dirmngr: Avoid initial delay on the first keyserver access in presence of --no-use-tor. [rG57d546674d]
* dirmngr: Workaround for a certain broken LDAP URL. [rG90caa7ad59]
* dirmngr: Escape more characters in WKD requests. [T5902]
* dirmngr: Suppress error message on trial reading as PEM format. [T5531]
* gpgconf: Fix component table when not building without TPM support. [T5701]
* gpgconf: Silence warnings from parsing the option files. [T5874]
* gpgconf: Do not list ignored options and mark forced options as read-only. [rG42785d7c8a]
* gpgconf: Tweak the use of the ldapserver option. [T5801]
* ssh: Fix adding an ed25519 key with a zero length comment. [T5794]
* kbx: Fix searching for FPR20 in version 2 blob. [T5888]
* Fix early homedir creation. [T5895]
* Improve removing of stale lockfiles under Unix. [T5884]
Release-info: https://dev.gnupg.org/T5743

469 :名無しさん@お腹いっぱい。:2022/04/26(火) 05:18:35 .net
GnuPG 2.3.6

2.3.5でのレグレッションの修正など

Noteworthy changes in version 2.3.6
===================================

* gpg: Fix regression in 2.3.5 importing longer keys. [T5941]
* gpg: Emit an ERROR status as hint for a bad passphrase. [T5943]
* gpg: Avoid NULL-ptr access due to corrupted packets. [T5940]
* gpgsm: Improve the "Certificate not found" error message. [T5821]
* agent: Pass pattern directly to gpg-check-pattern. [rGe529c54fe3]
* scd: Fix hard-coded constant for RSA authentication key OpenPGP.3. [rG2848fe4c84]

Release-info: https://dev.gnupg.org/T5937

470 :名無しさん@お腹いっぱい。:2022/04/27(水) 08:13:21 .net
Gpg4win 4.0.2

> GnuPG 2.3.6
> Kleopatra 3.1.22
> GPA 0.10.0
> GpgOL 2.5.3
> GpgEX 1.0.9
> Kompendium (de) 4.0.1
> Compendium (en) 3.0.0

https://lists.wald.intevation.org/pipermail/gpg4win-announce/2022/000095.html

> Highlights in Gpg4win Version 4.0.2 (2022-04-25)
> -------------------------------------------
> * GnuPG: Major performance improvements for encryption, verification and signing. Most noticeable when GnuPG is used directly on the command line.
> * Kleopatra: Besides accessibility improvements there are many new features regarding revocation. It is now possible to change the primary User ID.
> * GpgOL: Bug fixes for improved stability. One random crash after decryption / verification has been fixed.

なお、4.0.1はリリースされていない

471 :名無しさん@お腹いっぱい。:2022/04/27(水) 08:15:19 .net
あれ?Gpg4win 4.0.2インストーラーのsigファイルが404 Not Foundになる…

472 :名無しさん@お腹いっぱい。:2022/07/07(木) 08:39:46 .net
GnuPG 2.2.36

Noteworthy changes in version 2.2.36 (2022-07-06)
-------------------------------------------------

* g10: Fix possibly garbled status messages in NOTATION_DATA. This bug could trick GPGME and other parsers to accept faked status lines. [T6027, CVE-2022-34903]
* gpg: Handle leading zeroes in Ed25519 private keys and reverse change regarding Ed25519 SOS encoding as introduced with 2.2.34. [T5120]
* gpg: Allow Unicode file names for iobuf_cancel under Windows.
* gpgsm: Improve pkcs#12 import. [T6037,T5793,T4921,T4757]
* scd,p15: Fix reading certificates w/o length info.
* scd,p15: Improve the displayed S/N for Technology Nexus cards.
* scd,openpgp: Add workaround for ECC attribute on Yubikey. [T5963]
* scd: Fix use of SCardListReaders for PC/SC. [T5979]
* gpgconf: New short options -X and -V.
* Make sure to always set CONFIDENTIAL flag in Assuan. [T5977]

2.3系列も近日中にアップデートが行われる予定

473 :名無しさん@お腹いっぱい。:2022/07/11(月) 23:14:13.10 .net
GnuPG 2.3.7

Noteworthy changes in version 2.3.7 (2022-07-11)
------------------------------------------------

* gpg: Fix possibly garbled status messages in NOTATION_DATA. This bug could trick GPGME and other parsers to accept faked status lines. [T6027, CVE-2022-34903]
* gpg: Look up user ID to revoke by UID hash. [T5936]
* gpg: Setup the 'usage' filter property for export. [rG7aabd94b81]
* gpg,w32: Allow Unicode filenames for iobuf_cancel. [rG4ee2009083]
* gpg: Fix reading AEAD preference. [T6019]
* gpgsm: New option --compatibility-flags. [rGf0b373cec9]
* gpgsm: Rework the PKCS#12 parser to support DFN issued keys. [T6037]
* agent: New option --no-user-trustlist and --sys-trustlist-name. [T5990]
* agent: Pop up dialog window for confirmation, when specified so. [T5099]
* agent: Show "Label:" field of private key when prompt the insertion. [T5986]
* agent: Handle USAGE information in KEYINFO. [rG295a6a7591]
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH. [T5996]
* agent,ssh: Support "Use-for-ssh" flag in private key. [T5985]
* agent: New field "Prompt" to prevent asking card key insertion. [T5987]
* agent: Support --format=ssh option for READKEY. [T6012]
* agent: Add KEYATTR command. [T5988]
* agent: Flush before calling ftruncate. [T6035]
* agent: Do not consider --min-passphrase-len for the magic wand. [rGae2f1f0785]
* kbx: Fix a race condition which results no status report. [T5948]
* scd:openpgp: Fix a segv for cards supporting unknown curves. [T5963]
* scd:p15: Fix reading certificates without length info.
* scd:p15: Improve the displayed S/N for Technology Nexus cards.
* scd:openpgp: Add workaround for ECC attribute on Yubikey. [T5963]
* scd,piv: Fix status report of KEYPAIRINFO. [rG64c8786105]
* scd:nks: Support the Telesec ESIGN application. [T5219, T4938]
* scd: Fix use of SCardListReaders for PC/SC. [T5979]
* scd: Support automatic card selection for READCERT with keygrip. [T6003]
* scd: Support specifying keygrip for learn command. [T6002]
* dirmngr: Fix for Windows when build against GNUTLS. [T5899]
* gpg-connect-agent: Add --unbuffered option.
* gpg-connect-agent: Add a way to cancel an INQUIRE. [T6010]
* gpgconf: New short options -V and -X

474 :名無しさん@お腹いっぱい。:2022/07/13(水) 04:42:40.45 .net
Gpg4win 4.0.3

Highlights in Gpg4win Version 4.0.3 (2022-07-12)
-------------------------------------------
* GnuPG: Security update to 2.3.7 to fix CVE-2022-34903.

475 :名無しさん@お腹いっぱい。:[ここ壊れてます] .net
なんか変 > gpgme 1.18.0

476 :名無しさん@お腹いっぱい。:2022/09/09(金) 01:53:54.45 .net
GnuPG 2.2.37

Noteworthy changes in version 2.2.37 (2022-08-24)

* gpg: In de-vs mode use SHA-256 instead of SHA-1 as implicit preference. [T6043]
* gpg: Actually show symmetric+pubkey encrypted data as de-vs compliant. Add extra compliance checks for symkey_enc packets. [T6119]
* gpg: Request keygrip of key to be added via command-fd interface. [T5771]
* gpg: Look up user ID to revoke by UID hash. [T5936]
* gpg: Fix wrong error message for "keytocard". [T6122]
* gpg: --card-status shows the application type for non-openpgp cards again. [rG8e393e2592]
* gpg: The options --auto-key-import and --include-key-block are again listed by gpgconf. [T6138]
* gpgsm: New option --compatibility-flags. [rG77b6896f7a]
* agent: New options --no-user-trustlist and --sys-trustlist-name. [T5990]
* agent: Track and update the Display-S/N of cards so that the "please insert card" prompt may now show more information. Use "gpg --card-status" to update stored card meta data. [T6135]
* scd:openpgp: Fix problem with ECC algorithm attributes on Yubikeys. [rG225c66f13b87]
* scd:openpgp: Fix problem with Yubikey 5.4 firmware. [T6070]
* dirmngr: Ask keyservers to provide the key fingerprints. [T5741]
* ssh: Allow authentication as used by OpenSSH's PQ crypto support. [T5935]
* wkd: Fix path traversal attack in gpg-wks-server. Add the mail address to the pending request data. [rGc1489ca0e1, T6098]
* gpgconf: Improve registry dumping. [rG6bc9592318]
* Silence warnings from AllowSetForegroundWindow. [rG6583abedf3]

477 :名無しさん@お腹いっぱい。:2022/09/09(金) 01:54:39.07 .net
GnuPG 2.2.38

Noteworthy changes in version 2.2.38 (2022-09-01)

* gpg: Fix an encoding problem under Windows in the printed timezone. [T5073]
* gpg: Make --require-compliance work for sign+encrypt. [T6174]
* gpg: Emit a FAILURE status for --require-compliance errors. [rGe05fb5ca37]
* dirmngr: Avoid caching expired certificates. [T6142]

478 :名無しさん@お腹いっぱい。:2022/09/09(金) 01:55:11.37 .net
GnuPG 2.2.39

Noteworthy changes in version 2.2.39 (2022-09-02)

* agent: Fix regression in 2.2.37 related to non-extended format private keys. [T6176]

479 :名無しさん@お腹いっぱい。:2022/10/16(日) 19:23:48.43 .net
gpgの2.3以上ってYubikey動かないバグあるのか?
gpgアップデートしたらYubikey認識しなくなったんやが

480 :名無しさん@お腹いっぱい。:2022/10/17(月) 21:57:19.12 .net
セキュリティアップデート

共有ライブラリであるLibksbaに脆弱性

影響があるのは
- Libksba 1.6.1 以前を利用するほとんどのソフトウェア
- Gpg4win 2.0.0 から 4.0.3
- GnuPG VS-Desktop 3.1.16 から 3.1.24
- GnuPG installers for Windows 2.3.0 から 2.3.7
- GnuPG LTS installers for Windows 2.1.0 から 2.2.39

対処法
Linux, Unix, macOS:Libksbaを1.6.2に更新

Windows
- Gpgwin 4.0.4 以降に更新
- GnuPG VS-Desktop 3.1.25 以降に更新
- GnuPG installer for Windows 2.3.8 に更新
- GnuPG LTS installer for Windows 2.2.40 に更新

481 :名無しさん@お腹いっぱい。:2022/11/26(土) 18:52:37.12 .net
>>479
あるよ
俺もそうだけど板がUnix板でスレチ気味だけど
mac OS venturaで動かなくなった
暗号化だけしかできなくて復号と署名ができなくなった

482 :名無しさん@お腹いっぱい。:2022/12/20(火) 20:24:24.09 .net
GnuPG 2.4.0
祝25周年!

Noteworthy changes in version 2.4.0
===================================
* The key database daemon is now a fully supported feature. Keys are stored in a SQLite database to make key lookups much faster. Enable it by adding "use-keyboxd" o common.conf. See also the README file.
* gpg: New command --quick-update-pref. [rGd40d23b233]
* gpg: New list-options show-pref and show-pref-verbose. [rG811cfa34cb]
* gpg: New option --list-filter to restrict key listings like gpg -k --list-filter 'select=revoked-f && sub/algostr=ed25519' [rG1324dc3490]
* gpg: New --export-filter export-revocs. [rGc985b52e71]
* gpg: Also import stray revocation certificates. [rG7aaedfb107]
* gpg: Add a notation to encryption subkeys in de-vs mode. [T6279]
* gpg: Improve signature verification speed by a factor of more than four. Double detached signing speed. [T5826]
* gpg: Allow only OCB for AEAD encryption. [rG5a2cef801d]
* gpg: Fix trusted introducer for mbox only user-ids. [T6238]
* gpg: Report an error via status-fd for receiving a key from the agent. [T5151]
* gpg: Make --require-compliance work without the --status-fd option. [rG2aacd843ad]
* gpg: Fix verification of cleartext signatures with overlong lines. [T6272]
* agent: Fix import of protected OpenPGP v5 keys. [T6294]
* gpgsm: Change the default cipher algorithm from AES128 to AES256. Also announce support for this in signatures. [rG2d8ac55d26]
* gpgsm: Always use the chain validation model if the root-CA requests this. [rG7fa1d3cc82]
* gpgsm: Print OCSP revocation date and reason in cert listings. [rGb6abaed2b5]
* agent: Support Win32-OpenSSH emulation by gpg-agent. [T3883]
* scd: Support the Telesec Signature Card v2.0. [T6252]
* scd: Redact --debug cardio output of a VERIFY APDU. [T5085]
* scd: Skip deleted pkcs#15 records in CARDOS 5. [rG061efac03f]
* dirmngr: Fix build with no LDAP support. [T6239]
* dirmngr: Fix verification of ECDSA signed CRLs. [rG868dabb402]
* wkd: New option --add-revocs for gpg-wks-client. [rGc3f9f2d497]
* wkd: Ignore expired user-ids in gpg-wks-client. [T6292]
* card: New commands "gpg" and "gpgsm". [rG9c4691c73e]
Release-info: https://dev.gnupg.org/T6303

483 :名無しさん@お腹いっぱい。:2022/12/20(火) 20:25:57.15 .net
Gpg4win 4.1.0

Version 4.1.0 released 2022-12-20

GPA: So long, and thanks for all the fish. To reduce maintenance and overall quality of Gpg4win we have decided to retire GPA. Over the last decade Kleopatra has made large improvements in quality and is very well maintained and the focus of our development. [rW3f7ed3834f]
GnuPG: Improve signature verification speed by a factor of more than four. Double detached signing speed. [T5826]
GnuPG: Import stray revocation certificates to improve WKD usability.
GnuPG: New option --add-revocs for gpg-wks-client. [rG2f4492f3be]
GnuPG: Ignore expired user-ids in gpg-wks-client. [T6292]
GnuPG: Support the Telesec Signature Card v2.0 in OpenPGP. [T6252]
GnuPG: For the new AEAD Format we now only allow the fast OCB mode. The EAX mode may still be used for decryption. [rG5a2cef801d]
Kleopatra: Support the import of non-standard conforming UTF-16 encoded text files with certificates. [T6298]
Kleopatra: New Option to delete the locally stored secret key after a transfer to a smart card. [T5836]
Kleopatra: Improve the display of keys in the group edit dialog. [T6295]
Kleopatra: Simplify changing the owner trust of keys. [T6148]
Kleopatra: Allow selecting ECC with supported curves when generating new keys for smart cards. [T4429]
GnuPG: Update the X.509/CMS library Libksba to version 1.6.3 to fix a security problem in the CRL signature parser. [T6230]
GnuPG: Fix trusted introducer for mbox only user-ids. [T6238]
GpgOL: IMAP access to encrypted mails works again. [T6203]
Kleopatra: Don't report success if the key signing job was canceled. [T6305]
Kleopatra: Report failed imports immediately when receiving the result. [T6302]
Kleopatra: Do not offer invalid S/MIME certificates for signing or encryption. [T6216]
Kleopatra: Don't ask user to certify an imported expired or revoked OpenPGP key. [T6155]
Kleopatra: Do not crash when closing details widget while certificate dump is shown. [T6180]
Kleopatra: Improve usability and accessibility of the notepad operations. [T6188]

GnuPG: 2.4.0
Kleopatra: 3.1.26
GpgOL: 2.5.6
GpgEX: 1.0.9
Kompendium DE: 4.0.1
Compendium EN: 3.0.0

484 :名無しさん@お腹いっぱい。:2022/12/20(火) 20:33:52.34 .net
GnuPG 2.2系も2.2.41がリリースされてる

485 :名無しさん@お腹いっぱい。:2022/12/20(火) 20:46:37.27 .net
** Key database daemon

Since version 2.3.0 it is possible to store the keys in an SQLite
database instead of the keyring.kbx file. This is in particular
useful for large keyrings or if many instances of gpg and gpgsm may
run concurrently. This is implemented using another daemon process,
the "keyboxd". To enable the use of the keyboxd put the option
"use-keyboxd" into the configuration file ~/.gnupg/common.conf or the
global /etc/gnupg/common.conf. See also doc/examples/common.conf.
Only public keys and X.509 certificates are managed by the keyboxd;
private keys are still stored as separate files.

Note that there is no automatic migration; if the use-keyboxd option
is enabled keys are not taken from pubring.kbx. To migrate existing
keys to the keyboxd do this:

1. Disable the keyboxd (remove use-keyboxd from common.conf)
2. Export all public keys
gpg --export --export-options backup > allkeys.gpg
gpgsm --export --armor > allcerts.gpg
3. Enable the keyboxd (add use-keyboxd to common.conf)
4. Import all public keys
gpg --import --import-options restore < allkeys.gpg
gpgsm --import < allcerts.crt

486 :名無しさん@お腹いっぱい。:2022/12/20(火) 21:09:53.16 .net
公開鍵リングのSQLiteへの移行手順(自動では移行されない)
秘密鍵は今まで通り

1. 今の公開鍵リングをバックアップ

gpg --export --export-options backup > allkeys.gpg
gpgsm --export --armor > allcerts.gpg

2. coommon.conf(gpg.confではない)に"use-keyboxd"を追加

3. 1でバックアップした鍵リングをインポート

gpg --import --import-options restore < allkeys.gpg
gpgsm --import < allcerts.crt

487 :名無しさん@お腹いっぱい。:2022/12/20(火) 22:10:34.68 .net
そういえば1.4の方は開発中止?

488 :名無しさん@お腹いっぱい。:2022/12/20(火) 22:31:17.86 .net
>>487
EOLは設定されてないけど、致命的な脆弱性が発見されない限りは放置継続かと

489 :名無しさん@お腹いっぱい。:2022/12/20(火) 22:33:42.75 .net
>>488
とん
1.4使いだけど心配だった

490 :名無しさん@お腹いっぱい。:2022/12/22(木) 12:14:46.68 .net
Windowsだが、sqlite方式(pubring.db)への移行がうまくいかない
インポート中にinput/outputエラーが起きて数百ある公開鍵の半分もインポートできず終了する
当分は従来方式(pubring.kbx)のままでいいか

491 :名無しさん@お腹いっぱい。:2023/02/02(木) 09:58:44.03 ID:OkAh9QWQK
統‐教会との繋か゛りか゛發覚した公明党高木陽介って生理的にヰラッとくるよな、顔か゛厶力つくのか、喋り方か,頭の惡さが滲み出る論理性の
なさを自信満々に喋り倒すあたりか,何が、少子化対策は給付対象外の人には関係のない話ではなく,年金やらにも影響する問題だヴォケ
いまた゛に公務員優遇年金は存続してるし消えた年金だのク゛リ−ンピアた゛の俺も俺もと食い荒らして誰も賠償してない問題はどうなったんだよ
いつの間にやら税だのとほさ゛いて強制加入た゛のΝНкみたいな送りつけ詐欺やって,俺も俺もと特殊詐欺を流行らせて.
歴史的バ力の黒田東彦は金刷りまくって1兆円もの圧倒的資産格差形成させて、もはや労働者階級が孑を産む行為自体を遺棄罪に等しくして
GpIFに株買わせまくって曰銀の出□戰略を完全に閉さ゛して八方塞がり、都心まて゛数珠つなぎでクソ航空機飛は゛して温室効果ガスに騷音に
コロナにとまき散らして人殺して私権侵害して私腹を肥やす強盗殺人の首魁齊藤鉄夫ら世界最悪の殺人腐敗組織公明党国土破壞省によって.
俺も俺もと強盜殺人を流行らせたりと、本当公明党は他人の権利を強奪して私腹を肥やすためだけに政治やってる史上最惡の外道集団た゛よな

創価学會員は.何百萬人も殺傷して損害を与えて私腹を肥やし続けて逮捕者まで出てる世界最悪の殺人腐敗組織公明党を
池田センセ━が口をきけて容認するとか本氣で思ってるとしたら侮辱にもほどがあるぞ!
hТтρs://i.imgur、cоm/hnli1ga.jpeg

492 :名無しさん@お腹いっぱい。:2023/04/29(土) 10:41:34.09 .net
GnuPG 2.4.1

Noteworthy changes in version 2.4.1
===================================

* If the ~/.gnupg directory does not exist, the keyboxd is now automagically enabled. [rGd9e7488b17]
* gpg: New option --add-desig-revoker. [rG3d094e2bcf]
* gpg: New option --assert-signer. [rGc9e95b8dee]
* gpg: New command --quick-add-adsk and other ADSK features. [T6395, https://gnupg.org/blog/20230321-adsk.html]
* gpg: New list-option "show-unusable-sigs". Also show "[self-signature]" instead of the user-id in key signature listings. [rG103acfe9ca]
* gpg: For symmetric encryption the default S2K hash is now SHA256. [T6367]
* gpg: Detect already compressed data also when using a pipe. Also detect JPEG and PNG file formats. [T6332]
* gpg: New subcommand "openpgp" for --card-edit. [T6462]
* gpgsm: Verification of detached signatures does now strip trailing zeroes from the input if --assume-binary is used. [rG2a13f7f9dc]
* gpgsm: Non-armored detached signature are now created without using indefinite form length octets. This improves compatibility with some PDF signature verification software. [rG8996b0b655]
* gpgtar: Emit progress status lines in create mode. [T6363]
* dirmngr: The LDAP modifyTimestamp is now returned by some keyserver commands. [rG56d309133f]
* ssh: Allow specification of the order keys are presented to ssh. See the man page entry for --enable-ssh-support. [T5996, T6212]
* gpg: Make list-options "show-sig-subpackets" work again. Fixes regression in 2.4.0. [rG5a223303d7]
* gpg: Fix the keytocard command for Yubikeys. [T6378]
* gpg: Do not continue an export after a cancel for the primary key. [T6093]
* gpg: Replace the --override-compliance-check hack by a real fix. [T5655]
* gpgtar: Fix decryption with input taken from stdin. [T6355]

Release-info: https://dev.gnupg.org/T6454

493 :名無しさん@お腹いっぱい。:2023/06/04(日) 03:06:59.50 .net
GnuPG 2.4.2

494 :名無しさん@お腹いっぱい。:2023/06/04(日) 11:14:47.81 .net
Noteworthy changes in version 2.4.2
===================================

* gpg: Print a warning if no more encryption subkeys are left over after changing the expiration date. [rGef2c3d50fa]
* gpg: Fix searching for the ADSK key when adding an ADSK. [T6504]
* gpgsm: Speed up key listings on Windows. [rG08ff55bd44]
* gpgsm: Reduce the number of "failed to open policy file" diagnostics. [rG68613a6a9d]
* agent: Make updating of private key files more robust and track display S/N. [T6135]
* keyboxd: Avoid longish delays on Windows when listing keys. [rG6944aefa3c]
* gpgtar: Emit extra status lines to help GPGME. [T6497]
* w32: Avoid using the VirtualStore. [T6403]

Release-info: https://dev.gnupg.org/T6506

495 :名無しさん@お腹いっぱい。:2023/06/04(日) 18:06:47.42 .net
毎回こんなの貼り付けてる奴って何なの

496 :名無しさん@お腹いっぱい。:2023/07/05(水) 07:30:27.70 .net
GnuPG 2.4.3

497 :名無しさん@お腹いっぱい。:2023/07/05(水) 16:34:55.42 .net
>>490だが、GnuPG 2.4.3で再トライしたらあっさり移行完了

498 :名無しさん@お腹いっぱい。:2023/07/09(日) 10:39:41.94 .net
>>492,494
有難いよ。

一々文句つけてるやつって創価なの?

499 :名無しさん@お腹いっぱい。:2023/07/09(日) 11:11:29.18 .net
いらん
自分でサイトに行け

500 :名無しさん@お腹いっぱい。:2023/07/09(日) 13:33:02.55 .net
必要ならリンクだけ貼れば
今回は無かったのか?

501 :名無しさん@お腹いっぱい。:2023/07/11(火) 12:18:29.97 .net
Noteworthy changes in version 2.4.3
===================================

* gpg: Set default expiration date to 3 years. [T2701]
* gpg: Add --list-filter properties "key_expires" and "key_expires_d". [T6529]
* gpg: Emit status line and proper diagnostics for write errors. [T6528]
* gpg: Make progress work for large files on Windows. [T6534]
* gpg: New option --no-compress as alias for -z0.
* gpgsm: Print PROGRESS status lines. Add new --input-size-hint. [T6534]
* gpgsm: Support SENDCERT_SKI for --call-dirmngr. [rG701a8b30f0]
* gpgsm: Major rewrite of the PKCS#12 parser. [T6536]
* gpgtar: New option --no-compress.
* dirmngr: Extend the AD_QUERY command. [rG207c99567c]
* dirmngr: Disable the HTTP redirect rewriting. [T6477]
* dirmngr: New option --compatibility-flags. [rGbf04b07327]
* dirmngr: New option --ignore-crl-extensions. [T6545]
* wkd: Use export-clean for gpg-wks-client's --mirror and --create commands. [rG2c7f7a5a27]
* wkd: Make --add-revocs the default in gpg-wks-client. New option --no-add-revocs. [rG10c937ee68]
* scd: Make signing work for Nexus cards. [rGb83d86b988]
* scd: Fix authentication with Administration Key for PIV. [rG25b59cf6ce]

Release-info: https://dev.gnupg.org/T6509

502 :名無しさん@お腹いっぱい。:2023/07/11(火) 13:06:41.54 .net
https://dev.gnupg.org/T6509 だけでいいよ
スレを無駄に伸ばさないように頼む

503 :名無しさん@お腹いっぱい。:2023/07/15(土) 07:28:18.72 .net
Gpg4win 4.2.0

https://www.gpg4win.org/version4.2.html
https://www.gpg4win.org/change-history.htm

GnuPG: 2.4.3
Kleopatra: 3.1.28
Okular: 23.07.70-patched
GpgOL: 2.5.8
GpgEX: 1.0.9
Kompendium DE: 4.0.1
Compendium EN: 3.0.0l

504 :名無しさん@お腹いっぱい。:2023/07/21(金) 13:43:32.85 .net
一々人のレスを制限してんなよカス

505 :名無しさん@お腹いっぱい。:2023/09/20(水) 04:36:37.07 .net
ヽ((◎д◎ ))ゝ ひょえぇ~

506 :名無しさん@お腹いっぱい。:2023/12/17(日) 21:53:51.77 ID:A6DJ+3uqa
世界最悪の殺人組織公明党強盗殺人の首魁斎藤鉄夫らテ□リストに乗っ取られた国土破壊省に天下り賄賂癒着しながら莫大な温室効果カ゛スに
騒音にコロナにとまき散らして気候変動させて日本どころか世界中で土砂崩れに洪水、暴風、熱中症にと災害連発させて大量虐殺
物価暴騰させて住民の生活を破壞して私腹を肥やしてるクソ公務員個人に徹底報復しよう!
東京都港区赤坂2-17-10か゛クソ議員宿舎なのは有名だが「省庁別宿舎一覧表」で検索すれば全国の公務員宿舎の位置が容易に確認できるのて゛
拡声器や騒音バイクで乗り付けてブァンブアンやりに出向いてやろう!もちろん力による一方的な現状変更によって都心まで数珠つなぎで
クソ航空機飛ばして騒音まみれにして生活に仕事にと公然と妨害してるこいつら利権害蟲のことた゛から騒音なんてどうということはないんだし
航空騷音に比へ゛れは゛屁みたいな騒音しか出せないだろうが遠慮なく大騒音まき散らしに出向いてやろうぜ!
政府という傘で好き放題やってる公務員には個人攻撃が有効!図書館やらでブァンフ゛アンやって税金泥棒利権を徹底的に壊滅させるのも正義!
(情報サイ├) tTps://www.call4.jp/info.php?tyΡe=iтems&id=I0000062
ΤtPs://hanеda-projeСt.jimdofree.com/ , ttPs://flight-route.com/
тtps://n-souonhigaisosyoudan.amеbaownd.com/

507 :名無しさん@お腹いっぱい。:2024/01/26(金) 02:38:35.14 .net
GnuPG 2.4.4

今回は修正点特に多い
https://dev.gnupg.org/T6578

Gpg4win 4.3.0もリリース済み(公式サイトはまだ更新されてないけどインストーラーは出来上がってる)
https://files.gpg4win.org/gpg4win-4.3.0.exe
https://files.gpg4win.org/gpg4win-4.3.0.exe.sig

508 :名無しさん@お腹いっぱい。:2024/02/01(木) 14:35:40.13 ID:RX+Gd8R9H
人を刺すのが流行ってるけどさ、相模原なんて厚木基地に横田基地に入間基地にと襲撃されてる被災地らしくてなるほどなって感じた゛よな
入間基地の近くでJKが同級生ナイフて゛刺したのも航空騒音が原因だっていうし、自殺や犯罪は騒音が原因だって研究結果まであるし
朝から晩まで低空飛行してる厚木基地の近くなんて自殺や殺人だらけに市長までイラヰラパワハラしまくりポリ公は収賄て゛逮捕だし、
もちろんチバ島なんて虐待して殺したり連れ去って殺したり路上て゛人刺したり頭おかしくされたやつた゛らけ、路上で親子刺したJCの戸田
なんて数珠つなき゛でクソ羽田成田航空機に侵略されて、四六時中猥褻がらみで逮捕されてるクソポリ公にはかつてない頻度て゛挑発を繰り
返させて望遠カメラで女風呂のぞき見しながらグルグ儿騷音まき散らして威力業務妨害に勉強妨害と住民の神経破壊してイライラ犯罪惹起
温室効果ガスに騒音にコロナにとまき散らして人殺して私権侵害して私腹を肥やす強盜殺人の首魁斉藤鉄夫ら世界最悪の殺人腐敗組織の
公明党国土破壊省か゛、俺も俺もと強盗殺人を流行らせたりと.世界最悪の腐敗テロ組織自民公明によってどんどん曰本か゛破壊されてゆくな
(ref.) тТΡs://www.call4.jР/info.php?tyρe〓iΤems&id=I0000062
ttps://haneda-projeсT.jimdofree.Сom/ , ttps://flighТ-route.com/
ttps://n-souonhigaisosyoudan.amebaownd.com/

509 :名無しさん@お腹いっぱい。:2024/03/13(水) 07:43:13.49 .net
GnuPG 2.4.5

Noteworthy changes in version 2.4.5
===================================

* gpg,gpgv: New option --assert-pubkey-algo. [T6946]
* gpg: Emit status lines for errors in the compression layer. [T6977]
* gpg: Fix invocation with --trusted-keys and --no-options. [T7025]
* gpgsm: Allow for a longer salt in PKCS#12 files. [T6757]
* gpgtar: Make --status-fd=2 work on Windows. [T6961]
* scd: Support for the ACR-122U NFC reader. [rG1682ca9f01]
* scd: Suport D-TRUST ECC cards. [T7000,T7001]
* scd: Allow auto detaching of kernel drivers; can be disabled with the new compatibility-flag ccid-no-auto-detach. [rGa1ea3b13e0]
* scd: Allow setting a PIN length of 6 also with a reset code for openpgp cards. [T6843]
* agent: Allow GET_PASSPHRASE in restricted mode. [rGadf4db6e20]
* dirmngr: Trust system's root CAs for checking CRL issuers. [T6963]
* dirmngr: Fix regression in 2.4.4 in fetching keys via hkps. [T6997]
* gpg-wks-client: Make option --mirror work properly w/o specifying domains. [rG37cc255e49]
* g13,gpg-wks-client: Allow command style options as in "g13 mount foo". [rGa09157ccb2]
* Allow tilde expansion for the foo-program options. [T7017]
* Make the getswdb.sh tool usable outside the GnuPG tree.

Release-info: https://dev.gnupg.org/T6960

510 :名無しさん@お腹いっぱい。:2024/03/13(水) 07:48:21.50 .net
Gpg4winとGnuPG for OS Xも2.4.5のがリリース済み

511 :名無しさん@お腹いっぱい。:2024/03/27(水) 19:42:19.60 .net
だからビヨンドもチケットが売れてるから耐えてるけど

512 :名無しさん@お腹いっぱい。:2024/03/27(水) 20:10:23.56 .net
顔はもちろん大事

513 :名無しさん@お腹いっぱい。:2024/03/27(水) 21:43:23.93 .net
アホだと何故わからないんだろうね
普通に生きてたらまず起こり得ない漢字が一文字入ってた人で取り囲んで実演させたりしたんだけどアメリカンという感じだよね
ここでは何度もこの画面が表示される場合は速やかに(^ワ^=)に報告🌈🦀
・立てられなかったが

514 :名無しさん@お腹いっぱい。:2024/04/29(月) 17:29:18.97 .net
Very first Beta of GnuPG 2.6 available
https://lists.gnupg.org/pipermail/gnupg-devel/2024-April/035533.html

次期メジャーバージョンの最初のベータ版
PQCサポート(ky1024_bp256、ky768_cv448)
現状ソースコード(tarball)のみ

161 KB
新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
名前: E-mail (省略可) :

read.cgi ver 2014.07.20.01.SC 2014/07/20 D ★