[Heimdal-source-changes] [heimdal/heimdal] dcc814: hcrypto PKCS#11 backend: fix 5995db43564f31537c52c...

Jeffrey Altman noreply at github.com
Tors May 16 19:47:21 CEST 2019


  Branch: refs/heads/heimdal-7-1-branch
  Home:   https://github.com/heimdal/heimdal
  Commit: dcc81499c3c6130454cc0ef7c6e56a09dc2ac350
      https://github.com/heimdal/heimdal/commit/dcc81499c3c6130454cc0ef7c6e56a09dc2ac350
  Author: Luke Howard <lukeh at padl.com>
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
    M lib/hcrypto/evp-pkcs11.c

  Log Message:
  -----------
  hcrypto PKCS#11 backend: fix 5995db43564f31537c52c823851bf2b565543cc7

The cherry pick of 934d5e09bf3ba0774d303da53446e5ff94daae01 dropped
the initialization of p11_module_load() *ppFunctionList to NULL.

Change-Id: I0b07315c040340c7ca95ff87fd985c6c7e865aeb


  Commit: 9a1a98f93ec19ee8dda0bda72b311c428128a4d7
      https://github.com/heimdal/heimdal/commit/9a1a98f93ec19ee8dda0bda72b311c428128a4d7
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
    M lib/krb5/send_to_kdc.c

  Log Message:
  -----------
  krb5_sendto_kdc: Windows no KDC reachable error

The combination of 8740528b2477f872147998ca19a66d2fae12631b
("Windows-compatible sentinel socket type and value") and
d497d7e4a796c6bda153e7f10fe9478724b855ab ("krb5_sendto_kdc:
failover for multiple AAAA/A RRs on one domain") broke
all the send to kdc loop on Windows.  rk_socket_t is
a HANDLE and rk_INVALID_SOCKET is the max value.  Therefore,
no valid socket will be larger and all communications
will fail.

Change-Id: I3464f78d67b19f14050ad7a01738fb32bac99385
(cherry picked from commit a1276c54aaebb0c6e71b3347ba2a49cb27d0c5ee)


Compare: https://github.com/heimdal/heimdal/compare/bbafe725f10b...9a1a98f93ec1


More information about the Heimdal-source-changes mailing list