[openssh-commits] [openssh] branch master updated (3470f465c -> 081b8dbbe)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 9 13:12:52 AEDT 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

    from 3470f465c link ssh-keygen directly against ssh-pkcs11.c
     new ac4457787 some fixes to p11_setup
     new 081b8dbbe complete PKCS#11 stubs and move to ssh-pkcs11.c

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 081b8dbbe90d81a43b5e0f1995fe59a0e319aa15
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 9 13:12:15 2025 +1100

    complete PKCS#11 stubs and move to ssh-pkcs11.c
    
    Should unbreak --disable-pkcs11 builds

commit ac4457787900c99ada9cc3768249291b002fa16e
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 9 13:10:27 2025 +1100

    some fixes to p11_setup
    
    1. Use the ssh-keygen under test and not the one in $PATH
    2. Include a test PKCS#11 operation to ensure that the P11 stack is
       working correctly.
    
    Previously, it was possible for p11_setup to return success on
    configurations with PKCS#11 support disabled.

Summary of changes:
 regress/test-exec.sh | 12 ++++++++----
 ssh-pkcs11-helper.c  | 16 ----------------
 ssh-pkcs11.c         | 25 ++++++++++++++++++++++---
 3 files changed, 30 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list