OpenBSD CVS

CVS log for src/usr.bin/ssh/ssh-ed25519-sk.c


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 28 00:44:44 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.14: +15 -1 lines
Diff to previous 1.14 (colored)

refactor sshkey_private_deserialize

feedback/ok markus@

Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 28 00:44:17 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.13: +16 -1 lines
Diff to previous 1.13 (colored)

refactor sshkey_private_serialize_opt()

feedback/ok markus@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 28 00:43:08 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.12: +9 -7 lines
Diff to previous 1.12 (colored)

refactor sshkey_sign() and sshkey_verify()

feedback/ok markus@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 28 00:41:52 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.11: +17 -4 lines
Diff to previous 1.11 (colored)

refactor sshkey_from_blob_internal()

feedback/ok markus@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 28 00:41:17 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.10: +14 -1 lines
Diff to previous 1.10 (colored)

refactor sshkey_from_private()

feedback/ok markus@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 28 00:39:29 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

factor out key generation

feedback/ok markus@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 28 00:37:24 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.8: +17 -1 lines
Diff to previous 1.8 (colored)

factor out public key serialization

feedback/ok markus@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 28 00:36:31 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.7: +17 -8 lines
Diff to previous 1.7 (colored)

factor out sshkey_equal_public()

feedback/ok markus@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 28 00:35:40 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.6: +43 -1 lines
Diff to previous 1.6 (colored)

begin big refactor of sshkey

Move keytype data and some of the type-specific code (allocation,
cleanup, etc) out into each key type's implementation. Subsequent
commits will move more, with the goal of having each key-*.c file
owning as much of its keytype's implementation as possible.

lots of feedback + ok markus@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 18 11:32:02 2020 UTC (3 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

use the new variant log macros instead of prepending __func__ and
appending ssh_err(r) manually; ok markus@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 26 13:40:09 2020 UTC (4 years, 2 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

change explicit_bzero();free() to freezero()

While freezero() returns early if the pointer is NULL the tests for
NULL in callers are left to avoid warnings about passing an
uninitialised size argument across a function boundry.

ok deraadt@ djm@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 26 03:04:27 2019 UTC (4 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.3: +22 -1 lines
Diff to previous 1.3 (colored)

more debugging; behind DEBUG_SK

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 25 00:51:37 2019 UTC (4 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.2: +18 -2 lines
Diff to previous 1.2 (colored)

Add new structure for signature options

This is populated during signature verification with additional fields
that are present in and covered by the signature. At the moment, it is
only used to record security key-specific options, especially the flags
field.

with and ok markus@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 12 19:34:40 2019 UTC (4 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.1: +4 -7 lines
Diff to previous 1.1 (colored)

remove extra layer for ed25519 signature; ok djm@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 12 19:29:24 2019 UTC (4 years, 6 months ago) by markus
Branch: MAIN

implement ssh-ed25519-sk verification; ok djm@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.