History log of /netbsd-src/crypto/external/bsd/openssh/dist/sshkey.c (Results 1 – 25 of 34)
Revision Date Author Comments
# 9469f4f1 24-Sep-2024 christos <christos@NetBSD.org>

merge conflicts between OpenSSH-9.8 and 9.9


# c5555919 25-Jun-2024 christos <christos@NetBSD.org>

Merge changes between 9.6 and 9.7; re-enable DSS.


# 514b5d45 20-Dec-2023 christos <christos@NetBSD.org>

Merge conflicts between 9.5 and 9.6


# a629fefc 25-Oct-2023 christos <christos@NetBSD.org>

Merge conflicts between 9.3 and 9.5


# b1066cf3 26-Jul-2023 christos <christos@NetBSD.org>

Merge changes between OpenSSH-9.1 and OpenSSH-9.3


# e160b4e8 05-Oct-2022 christos <christos@NetBSD.org>

merge conflicts between 9.0 and 9.1


# a03ec00c 23-Feb-2022 christos <christos@NetBSD.org>

Merge differences between openssh-8.8 and openssh-8.9


# b592f463 02-Sep-2021 christos <christos@NetBSD.org>

Merge our changes from OpenSSH-8.6 to OpenSSH-8.7


# e8c0841b 19-Apr-2021 christos <christos@NetBSD.org>

Merge local changes between 8.5 and 8.6


# 17418e98 05-Mar-2021 christos <christos@NetBSD.org>

merge local changes between openssh 8.4 and 8.5


# 2d3b0f52 04-Dec-2020 christos <christos@NetBSD.org>

Merge conflicts


# 8db691be 28-May-2020 christos <christos@NetBSD.org>

Merge conflicts


# ed75d7a8 27-Feb-2020 christos <christos@NetBSD.org>

Merge conflicts


# cd4ada6a 12-Oct-2019 christos <christos@NetBSD.org>

merge openssh-8.1


# 0819dfb4 09-Oct-2019 christos <christos@NetBSD.org>

bump buffer sizes


# aa36fcac 20-Apr-2019 christos <christos@NetBSD.org>

merge conflicts.


# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# 55a4608b 26-Aug-2018 christos <christos@NetBSD.org>

merge conflicts


# 08d8416c 03-Aug-2018 kre <kre@NetBSD.org>

Add a "gcc is stupid" comment to the previous change, as even
the most cursory analysis shows that the var ("eg") is not (cannot
be) used unitialialised, just gcc is too dumb to work it out.

In this

Add a "gcc is stupid" comment to the previous change, as even
the most cursory analysis shows that the var ("eg") is not (cannot
be) used unitialialised, just gcc is too dumb to work it out.

In this case, the code could be rewritten easily enough to
appease even gcc, but that would cause unnecessary code churn,
and some minor duplication, so just put up with the nonsense init...

show more ...


# 33878bd4 03-Aug-2018 kamil <kamil@NetBSD.org>

Appease GCC in the openssh code when built with UBSan

Initialize eg to NULL in sshkey_ecdsa_key_to_nid().
The compiler warns that it might be uninitialized.


# ffae97bb 06-Apr-2018 christos <christos@NetBSD.org>

merge conflicts


# 24e4f9ac 13-Feb-2018 martin <martin@NetBSD.org>

Fix copy & pasto (dsa code vs. rsa code) in previous, fixes PR lib/53012
and recentish sshfs test failures.


# b400d007 05-Feb-2018 christos <christos@NetBSD.org>

patch for OpenSSL-1.1


# 7a183406 07-Oct-2017 christos <christos@NetBSD.org>

merge conflicts.


# 41768fc1 18-Apr-2017 christos <christos@NetBSD.org>

merge conflicts


12