Page MenuHome GnuPG
Feed Advanced Search

Apr 5 2024

gniibe added a comment to T7071: gpg: Support of No CRC in ASCII armor.

The following patch works.

Apr 5 2024, 9:32 AM · gnupg, Bug Report
gniibe added a comment to T7014: agent: Enhancement of PKDECRYPT for KEM interface.

I use this for testing:

Apr 5 2024, 8:22 AM · gnupg26, gpgagent, Feature Request
gniibe committed rG131dd2a35145: agent: Add initial support for hybrid ECC+PQC decryption with KEM. (authored by gniibe).
agent: Add initial support for hybrid ECC+PQC decryption with KEM.
Apr 5 2024, 7:21 AM

Apr 4 2024

gniibe claimed T7071: gpg: Support of No CRC in ASCII armor.
Apr 4 2024, 9:03 AM · gnupg, Bug Report
gniibe created T7071: gpg: Support of No CRC in ASCII armor.
Apr 4 2024, 9:02 AM · gnupg, Bug Report

Apr 3 2024

gniibe committed rCa78dcad69872: tests: Fix t-kem for tests with X25519 for FIPS mode. (authored by gniibe).
tests: Fix t-kem for tests with X25519 for FIPS mode.
Apr 3 2024, 7:53 AM

Apr 1 2024

gniibe committed rC5da6c63fed34: cipher:kem: Add ECC KEM for X25519. (authored by gniibe).
cipher:kem: Add ECC KEM for X25519.
Apr 1 2024, 9:28 AM
gniibe committed rGc69363e8c7b6: agent: Add --another option for hybrid crypto. (authored by gniibe).
agent: Add --another option for hybrid crypto.
Apr 1 2024, 8:24 AM

Mar 29 2024

gniibe committed rG1fa24e2841dd: common: Add KMAC. (authored by gniibe).
common: Add KMAC.
Mar 29 2024, 7:28 AM

Mar 28 2024

gniibe committed rCb81076beba28: tests:basic: Add cSHAKE test vectors. (authored by gniibe).
tests:basic: Add cSHAKE test vectors.
Mar 28 2024, 2:53 AM
gniibe committed rC065b3f4e0271: md: Add cSHAKE digest algorithm and the implementation. (authored by gniibe).
md: Add cSHAKE digest algorithm and the implementation.
Mar 28 2024, 2:53 AM

Mar 27 2024

gniibe added a comment to T7058: KDF-DO is not properly implemented.

Given the situation where GnuPG works well with existing OpenPGP card implementations, what we should do here is, perhaps:

Mar 27 2024, 2:37 AM · scd, gnupg, Bug Report
gniibe committed rG984a0c6982cc: scd:openpgp: Fix data_objects specification for F9 and FA. (authored by gniibe).
scd:openpgp: Fix data_objects specification for F9 and FA.
Mar 27 2024, 2:28 AM
gniibe added a comment to T7058: KDF-DO is not properly implemented.

There are multiple problems described in your report. Let us handle one by one.

Mar 27 2024, 2:24 AM · scd, gnupg, Bug Report
gniibe committed rPTHf1021c211e33: MacOS: Add fallback implementation for POSIX semaphore API. (authored by gniibe).
MacOS: Add fallback implementation for POSIX semaphore API.
Mar 27 2024, 2:00 AM
gniibe changed the status of T7057: Npth needs adaptions to old Mac OS X versions from Open to Testing.

Thank you for your quick testing.

Mar 27 2024, 1:30 AM · MacOS, npth

Mar 26 2024

gniibe added a comment to T7057: Npth needs adaptions to old Mac OS X versions.

The patches looks too large to merge (than actually needed), and not enough/clean like not having detection of the system.

Mar 26 2024, 3:37 AM · MacOS, npth

Mar 25 2024

gniibe claimed T7057: Npth needs adaptions to old Mac OS X versions.
Mar 25 2024, 10:10 AM · MacOS, npth
gniibe added a comment to T7014: agent: Enhancement of PKDECRYPT for KEM interface.

On March 11 and 18, the private key file DE1AB1D22899CEC7DBB1A7863F34E6E92BFB7756.key was wrong.
I updated on March 25. Now, the endian is GnuPG (d is big endian).

Mar 25 2024, 8:04 AM · gnupg26, gpgagent, Feature Request
gniibe commandeered D595: Bump gettext version to 0.21.
Mar 25 2024, 7:51 AM
gniibe added a comment to D595: Bump gettext version to 0.21.

Thank you for the reminder. I will update the version in configure.ac for AM_GNU_GETTEXT_VERSION, when I will confirm other developers' emvironment.

Mar 25 2024, 7:49 AM

Mar 19 2024

gniibe added a comment to T7044: Deadlock on Windows in sdaemon.

There are two locks here; (1) rw_lock for card_top (list of cards) access and (2) individual card lock.
It looks for me that:

  • don't know how/what the thread 7208.2 does
  • the thread 7208.3: KEYINFO, then PKSIGN (gets read lock for card_top, then, individual card lock)
  • the thread 7208.4: SERIALNO --all (and wait for write lock for card_top)
Mar 19 2024, 7:33 AM · scd, Bug Report, Windows, gnupg24

Mar 18 2024

gniibe added a comment to T7014: agent: Enhancement of PKDECRYPT for KEM interface.

I extracted data from https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-pqc-02 and compose x25519 key and MLKEM768 key. Here they are.
x25519 :


MLKEM768 :

Mar 18 2024, 7:21 AM · gnupg26, gpgagent, Feature Request

Mar 13 2024

gniibe claimed T7041: Yubikey (PGP + PIV) --pcsc-shared: PIN requires every time.

This rejection could be relaxed.

Mar 13 2024, 8:00 AM · gnupg26, yubikey, scd, Bug Report
gniibe created T7041: Yubikey (PGP + PIV) --pcsc-shared: PIN requires every time.
Mar 13 2024, 7:59 AM · gnupg26, yubikey, scd, Bug Report

Mar 11 2024

gniibe committed rC3d48e6e37b04: Add gcry_md_hash_buffers_ext function. (authored by gniibe).
Add gcry_md_hash_buffers_ext function.
Mar 11 2024, 3:52 AM
gniibe claimed T7035: libgcrypt: New function gcry_md_hash_buffers_ext (for extendable-output function).
Mar 11 2024, 3:28 AM · libgcrypt, Feature Request, Bug Report
gniibe created T7035: libgcrypt: New function gcry_md_hash_buffers_ext (for extendable-output function).
Mar 11 2024, 3:28 AM · libgcrypt, Feature Request, Bug Report

Mar 7 2024

gniibe added a comment to T7014: agent: Enhancement of PKDECRYPT for KEM interface.

As a first experiment, let us use CIPHERTEXT in the format of (enc-val(ecdh(s%m)(e%m)(k%m))) (s: encrypted-session-key, e: ecc ephemeral key, k: kyber ephemeral key).

Mar 7 2024, 7:37 AM · gnupg26, gpgagent, Feature Request
gniibe committed rC7f346ee6eb8c: doc: Fix the function name gcry_md_extract. (authored by gniibe).
doc: Fix the function name gcry_md_extract.
Mar 7 2024, 1:44 AM

Mar 5 2024

gniibe committed rCf4bcc69c3c9b: kem: Fix the previous commit. (authored by gniibe).
kem: Fix the previous commit.
Mar 5 2024, 12:48 AM
gniibe added inline comments to rC47c594386ebe: cipher: Fix Kyber key in SEXP, and its keygrip computation..
Mar 5 2024, 12:45 AM

Mar 4 2024

gniibe added inline comments to rC47c594386ebe: cipher: Fix Kyber key in SEXP, and its keygrip computation..
Mar 4 2024, 10:05 AM
gniibe committed rC47c594386ebe: cipher: Fix Kyber key in SEXP, and its keygrip computation. (authored by gniibe).
cipher: Fix Kyber key in SEXP, and its keygrip computation.
Mar 4 2024, 5:12 AM
gniibe added a comment to T7022: libgcrypt-1.10.3 regression on hppa.

Applied to both (master and 1.10 branch).

Mar 4 2024, 1:11 AM · libgcrypt, Gentoo, hppa, Bug Report
gniibe committed rCb757f4130af9: mpi: Fix ECC computation on hppa. (authored by gniibe).
mpi: Fix ECC computation on hppa.
Mar 4 2024, 1:05 AM

Mar 3 2024

gniibe committed rC23ccf8eafbc4: tests: Fix the previous commit. (authored by gniibe).
tests: Fix the previous commit.
Mar 3 2024, 2:23 AM

Mar 2 2024

gniibe committed rC58f93ea56f71: tests: Fix keygen for FIPS mode. (authored by gniibe).
tests: Fix keygen for FIPS mode.
Mar 2 2024, 3:38 AM

Mar 1 2024

gniibe changed the status of T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) from Open to Testing.
Mar 1 2024, 6:09 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe committed rGf50c543326c2: agent: Allow simple KEYINFO command when restricted. (authored by gniibe).
agent: Allow simple KEYINFO command when restricted.
Mar 1 2024, 6:09 AM
gniibe added a comment to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).

Pushed the change in: rGf50c543326c2: agent: Allow simple KEYINFO command when restricted.

Mar 1 2024, 6:08 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe committed rPTH417abd56fd7b: Fix INSERT_EXPOSE_RWLOCK_API for musl C library. (authored by gniibe).
Fix INSERT_EXPOSE_RWLOCK_API for musl C library.
Mar 1 2024, 6:04 AM
gniibe changed the status of T5664: npth-1.6: error: unknown type name ‘pthread_rwlock_t’ from Open to Testing.

Apply the change in: rPTH417abd56fd7b: Fix INSERT_EXPOSE_RWLOCK_API for musl C library.

Mar 1 2024, 5:58 AM · npth, Bug Report
gniibe claimed T7016: scdaemon: Sometimes a newly detected card is immediately considered removed.

It looks like hardware problem or card reader problem.
Please test with debug-ccid-driver line in scdaemon.conf to see lower-lever (driver debug) message.

Mar 1 2024, 5:10 AM · scd, Restricted Project, Bug Report
gniibe changed the status of T7022: libgcrypt-1.10.3 regression on hppa from Open to Testing.

Since I don't like to introduce hppa specific workaround in a way like pragma (and I have no time to fix compiler itself), I tried to improve the ec-nist.c for hppa so that register pressure can be lower.
Here is my solution.

Mar 1 2024, 2:34 AM · libgcrypt, Gentoo, hppa, Bug Report

Feb 29 2024

gniibe committed rC813a96de4ffe: mpi: Silence warning for some architecture. (authored by gniibe).
mpi: Silence warning for some architecture.
Feb 29 2024, 7:49 AM
gniibe renamed T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) from gpgme-1.23.2 test failure (t-json) to 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).
Feb 29 2024, 7:34 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe triaged T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) as High priority.
Feb 29 2024, 7:33 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe added a comment to T5664: npth-1.6: error: unknown type name ‘pthread_rwlock_t’.

@thesamesam Thank you for the report.

Feb 29 2024, 7:31 AM · npth, Bug Report
gniibe reopened T5664: npth-1.6: error: unknown type name ‘pthread_rwlock_t’ as "Open".
Feb 29 2024, 6:33 AM · npth, Bug Report
gniibe added projects to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)): gnupg22, gpgagent.

Thanks a lot for your quick testing.
The commit rGff42ed0d69bb: gpg: Enhance agent_probe_secret_key to return bigger value. of GnuPG 2.2 introduced this bug.

Feb 29 2024, 5:48 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe added a comment to T7022: libgcrypt-1.10.3 regression on hppa.

Alternatively (more narrow workaround), when I add a line:

#pragma GCC optimize("O1")

before the function _gcry_mpi_ec_nist256_mod in mpi/ec-nist.c, it works for me on panama.debian.net (Debian porterbox for hppa).

Feb 29 2024, 5:27 AM · libgcrypt, Gentoo, hppa, Bug Report
gniibe closed T6992: Fix possible uninitialized err variable in libskba der builder as Resolved.

Fixed in libksba 1.6.6.

Feb 29 2024, 2:08 AM · libksba, Bug Report
gniibe closed T5664: npth-1.6: error: unknown type name ‘pthread_rwlock_t’ as Resolved.

Fixed in npth 1.7.

Feb 29 2024, 2:01 AM · npth, Bug Report

Feb 28 2024

gniibe added a comment to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).

You can get more information by applying a patch below (and also tests/json/Makefile.in):

diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am
index 90fba79e..7523bb6b 100644
--- a/tests/json/Makefile.am
+++ b/tests/json/Makefile.am
@@ -106,6 +106,8 @@ gpg-agent.conf:
 # a key from a smartcard reader (error might be: Unusable secret key)
 	echo pinentry-program $(abs_srcdir)/../gpg/pinentry > ./gpg-agent.conf
 	echo disable-scdaemon >> ./gpg-agent.conf
+	echo debug-all >> ./gpg-agent.conf
+	echo log-file /tmp/gpg-agent-logfile.log >> ./gpg-agent.conf
Feb 28 2024, 7:24 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe added a comment to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).

T4820 is not related (it's a failure of t-keylist-secret in t-json), while this is failure of t-decrypt.

Feb 28 2024, 7:18 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report
gniibe added a project to T7022: libgcrypt-1.10.3 regression on hppa: libgcrypt.
Feb 28 2024, 2:57 AM · libgcrypt, Gentoo, hppa, Bug Report
gniibe triaged T7022: libgcrypt-1.10.3 regression on hppa as Normal priority.

It looks like computation for NIST P-256 failed on hppa (32-bit big-endian, actually running on 64-bit machine, IIUC).
powerpc is similar (32-bit big-endian, actually running on 64-bit machine), but no failures.

Feb 28 2024, 2:47 AM · libgcrypt, Gentoo, hppa, Bug Report

Feb 26 2024

werner awarded T7014: agent: Enhancement of PKDECRYPT for KEM interface a Like token.
Feb 26 2024, 10:43 AM · gnupg26, gpgagent, Feature Request
gniibe triaged T7014: agent: Enhancement of PKDECRYPT for KEM interface as Wishlist priority.
Feb 26 2024, 8:32 AM · gnupg26, gpgagent, Feature Request
gniibe created T7014: agent: Enhancement of PKDECRYPT for KEM interface.
Feb 26 2024, 8:31 AM · gnupg26, gpgagent, Feature Request

Feb 21 2024

gniibe added a comment to T5882: Cross signing certificate in X.509 support.

This is a group of tasks of dirmngr and gpgsm.

Feb 21 2024, 1:47 AM

Feb 17 2024

gniibe added inline comments to rG848546b05ab0: dirmngr: Fix the regression of use of proxy for TLS connection..
Feb 17 2024, 4:05 AM

Feb 16 2024

gniibe added a comment to T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy.

I was wrong for the semantics of proxy->outtoken. It is zero when run_proxy_connect is called and enabled during the negotiation.

Feb 16 2024, 8:28 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe committed rG2810b934647e: dirmngr: Fix keep-alive flag handling. (authored by gniibe).
dirmngr: Fix keep-alive flag handling.
Feb 16 2024, 8:27 AM
gniibe added a comment to T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy.

@hlein Thanks a lot for quick testing.

Feb 16 2024, 8:14 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe added a comment to T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy.

IIUC, the code for keep_alive is for negotiation of proxy. If so, something like this is the fix:

Feb 16 2024, 5:17 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe moved T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy from WiP to QA on the gnupg24 board.
Feb 16 2024, 3:51 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe reassigned T6811: gpgv: Read-only trustedkeys.kbx should not be compressed from gniibe to werner.
Feb 16 2024, 3:45 AM · gnupg24 (gnupg-2.4.5), gpgv, Bug Report
gniibe reassigned T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy from gniibe to werner.
Feb 16 2024, 3:44 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe added a project to T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy: gnupg22.

Right. I was wrong assuming the code in 2.2 branch is stable (that is: well tested).

Feb 16 2024, 3:40 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe committed rG848546b05ab0: dirmngr: Fix the regression of use of proxy for TLS connection. (authored by gniibe).
dirmngr: Fix the regression of use of proxy for TLS connection.
Feb 16 2024, 3:39 AM

Feb 15 2024

gniibe changed the status of T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy from Open to Testing.

Thank you for the report. There was a problem in: rG845d5e61d8e1: dirmngr: Cleanup the http module.
Pushed the fix in: rG04cbc3074aa9: dirmngr: Fix proxy with TLS.

Feb 15 2024, 7:44 AM · gnupg22 (gnupg-2.2.43), gnupg24 (gnupg-2.4.5), Bug Report
gniibe committed rG04cbc3074aa9: dirmngr: Fix proxy with TLS. (authored by gniibe).
dirmngr: Fix proxy with TLS.
Feb 15 2024, 7:42 AM
gniibe committed rG874918ab9152: common,dirmngr:w32: Add include files. (authored by gniibe).
common,dirmngr:w32: Add include files.
Feb 15 2024, 6:57 AM
gniibe committed rG27f66148f7f0: dirmngr:w32: Add include files. (authored by gniibe).
dirmngr:w32: Add include files.
Feb 15 2024, 6:57 AM
gniibe claimed T5894: Various issues with system headers and _WIN32_WINNT value in MinGW build of gnupg-2.3.4.

In master, I applied changes for include files which don't harm current target of MinGW-64.

Feb 15 2024, 6:48 AM · gnupg, Feature Request
gniibe added projects to T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths: gnupg, Support.
Feb 15 2024, 3:41 AM · Support, gnupg, Feature Request
gniibe triaged T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths as Low priority.

It's true that under $GNUPGHOME (~/.gnupg/), there are multiple things: configuration files, user-specific data files (private keys, public keys, the trust database, and revocation certificates), user-specific state files (like the lock files and random seed), possibly runtime sockets, and executable/script for card reader. Some careful handling might be needed for making backup and doing version control for that.

Feb 15 2024, 3:40 AM · Support, gnupg, Feature Request

Feb 14 2024

gniibe committed rK75e94db38ccd: der-builder: Fix possible uninitialized variable. (authored by Jakuje).
der-builder: Fix possible uninitialized variable.
Feb 14 2024, 7:13 AM
gniibe added a comment to T6992: Fix possible uninitialized err variable in libskba der builder.

Thank you, applied.

Feb 14 2024, 1:19 AM · libksba, Bug Report
gniibe changed the status of T6992: Fix possible uninitialized err variable in libskba der builder from Open to Testing.
Feb 14 2024, 1:19 AM · libksba, Bug Report

Feb 13 2024

gniibe claimed T6992: Fix possible uninitialized err variable in libskba der builder.
Feb 13 2024, 9:05 AM · libksba, Bug Report

Feb 9 2024

gniibe changed the status of T6976: RSA PKCS#1v1.5 signatures with SHA3 use invalid encoding from Open to Testing.

Applied the change. I write the ChangeLog entry by commit message.

Feb 9 2024, 8:32 AM · FIPS, libgcrypt, Bug Report
gniibe committed rCb3750fb42a44: sha3: Fill OIDs and partial ASN.1 structs. (authored by neverpanic).
sha3: Fill OIDs and partial ASN.1 structs.
Feb 9 2024, 8:32 AM

Feb 1 2024

gniibe committed rEae6fec7399d7: gpgrt-config: Avoid warning about literals for curly braces. (authored by Jakuje).
gpgrt-config: Avoid warning about literals for curly braces.
Feb 1 2024, 2:48 AM
gniibe changed the status of T6969: Fix shellcheck warning in gpgrt-config from Open to Testing.

Thank you for the fix. Pushed the change modifying the commit log for the ChangeLog entry.

Feb 1 2024, 2:30 AM · gpgrt, Bug Report
gniibe added projects to T6965: WKD fail: gpg/dimngr fails to retrieve public key: dirmngr, Support.

I'm afraid that your particular configuration would cause the problem of the negotiation.

Feb 1 2024, 2:02 AM · Support, dirmngr

Jan 31 2024

gniibe committed rT56aea129fb66: Fix handshake for TLS 1.3. (authored by gniibe).
Fix handshake for TLS 1.3.
Jan 31 2024, 8:07 AM
gniibe committed rT50cc2c37cbe5: Fix for no support of compression. (authored by gniibe).
Fix for no support of compression.
Jan 31 2024, 8:07 AM
gniibe committed rT8ed160144096: Add client hello supporting Key Share extention. (authored by gniibe).
Add client hello supporting Key Share extention.
Jan 31 2024, 8:07 AM
gniibe committed rT103c446c9b6d: Drop support of compression, which is actually not implemented. (authored by gniibe).
Drop support of compression, which is actually not implemented.
Jan 31 2024, 8:07 AM
gniibe committed rT38c71c6b01a8: Factor out _ntbtls_ecdh_curvename function. (authored by gniibe).
Factor out _ntbtls_ecdh_curvename function.
Jan 31 2024, 8:07 AM
gniibe committed rTbb1eefacd49d: Factor out _ntbtls_ecdh_peer_ec_point function. (authored by gniibe).
Factor out _ntbtls_ecdh_peer_ec_point function.
Jan 31 2024, 8:07 AM
gniibe committed rTe5ab55354633: Add the extention to show supported versions. (authored by gniibe).
Add the extention to show supported versions.
Jan 31 2024, 3:19 AM
gniibe committed rT958295cfdd2b: Fix version checks for supporting TLS 1.3. (authored by gniibe).
Fix version checks for supporting TLS 1.3.
Jan 31 2024, 3:19 AM
gniibe committed rT9c8bddef1776: Update struct _ntbtls_context_s to allow TLS 1.3. (authored by gniibe).
Update struct _ntbtls_context_s to allow TLS 1.3.
Jan 31 2024, 3:19 AM
gniibe committed rTf62f6d532df9: Add constants for TLS 1.3. (authored by gniibe).
Add constants for TLS 1.3.
Jan 31 2024, 3:19 AM
gniibe renamed T6967: NtbTLS: Add support for TLS 1.3 from Add support for TLS 1.3 to NtbTLS: Add support for TLS 1.3.
Jan 31 2024, 1:19 AM · ntbtls
gniibe triaged T6967: NtbTLS: Add support for TLS 1.3 as Wishlist priority.
Jan 31 2024, 1:18 AM · ntbtls