OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (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.18: +27 -1 lines
Diff to previous 1.18 (colored)

refactor sshkey_private_deserialize

feedback/ok markus@

Revision 1.18 / (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.17: +15 -1 lines
Diff to previous 1.17 (colored)

refactor sshkey_private_serialize_opt()

feedback/ok markus@

Revision 1.17 / (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.16: +19 -14 lines
Diff to previous 1.16 (colored)

refactor sshkey_sign() and sshkey_verify()

feedback/ok markus@

Revision 1.16 / (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.15: +22 -4 lines
Diff to previous 1.15 (colored)

refactor sshkey_from_blob_internal()

feedback/ok markus@

Revision 1.15 / (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.14: +13 -1 lines
Diff to previous 1.14 (colored)

refactor sshkey_from_private()

feedback/ok markus@

Revision 1.14 / (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.13: +12 -1 lines
Diff to previous 1.13 (colored)

factor out key generation

feedback/ok markus@

Revision 1.13 / (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.12: +17 -1 lines
Diff to previous 1.12 (colored)

factor out public key serialization

feedback/ok markus@

Revision 1.12 / (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.11: +14 -2 lines
Diff to previous 1.11 (colored)

factor out sshkey_equal_public()

feedback/ok markus@

Revision 1.11 / (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.10: +40 -1 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Fri Aug 26 08:12:56 2022 UTC (20 months, 3 weeks ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

whitespace

Revision 1.9 / (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_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (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.7: +7 -13 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Thu Apr 21 06:08:02 2016 UTC (8 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

make argument == NULL tests more consistent

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 15 21:38:50 2015 UTC (9 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.5: +3 -5 lines
Diff to previous 1.5 (colored)

remove xmalloc, switch to sshbuf

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 14 03:09:59 2014 UTC (9 years, 7 months ago) by daniel
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

plug a memory leak; from Maxime Villard.

ok djm@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 24 01:13:21 2014 UTC (9 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.3: +102 -86 lines
Diff to previous 1.3 (colored)

New key API: refactor key-related functions to be more library-like,
existing API is offered as a set of wrappers.

with and ok markus@

Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
Dempsky and Ron Bowes for a detailed review a few months ago.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 23 20:03:42 2014 UTC (10 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

check for unsigned overflow; not reachable in OpenSSH but others might
copy our code...

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 2 03:44:31 2014 UTC (10 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

convert memset of potentially-private data to explicit_bzero()

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 6 13:39:49 2013 UTC (10 years, 5 months ago) by markus
Branch: MAIN

support ed25519 keys (hostkeys and user identities) using the public domain
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html
feedback, help & 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.