OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/dsa.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7.2.3, Mon Mar 12 15:44:10 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.2: +1 -1 lines
FILE REMOVED

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.11.2.1, Fri Feb 16 20:13:01 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.11: +1 -1 lines
FILE REMOVED

Pull in OpenSSH 2.5.0

Revision 1.12, Sun Nov 12 19:50:37 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

add support for RSA to SSH2.  please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.

SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.

IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.

the option DSAAuthentication is replaced by PubkeyAuthetication.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:46 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.1: +1 -6 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:51 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.10: +1 -6 lines
Diff to previous 1.10 (colored)

cleanup copyright notices on all files.  I have attempted to be accurate with
the details.  everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence.  We're not changing any rules, just
being accurate.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:19 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7: +19 -10 lines
Diff to previous 1.7 (colored)

Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 20 00:33:12 2000 UTC (23 years, 10 months ago) by markus
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

missing free, reorder

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 20 01:39:41 2000 UTC (23 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

OpenBSD tag

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 19 02:56:17 2000 UTC (23 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.7: +13 -4 lines
Diff to previous 1.7 (colored)

mem leak + be more paranoid in dsa_verify.

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 8 17:42:24 2000 UTC (24 years ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.6: +13 -7 lines
Diff to previous 1.6 (colored)

bug compat w/ ssh-2.0.13 x11, split out bugs

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 4 22:37:59 2000 UTC (24 years ago) by markus
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

replace broken uuencode w/ libc b64_ntop

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 26 20:56:29 2000 UTC (24 years ago) by markus
Branch: MAIN
Changes since 1.4: +37 -41 lines
Diff to previous 1.4 (colored)

add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:31 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

whitespace cleanup

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 12 09:39:10 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.2: +9 -9 lines
Diff to previous 1.2 (colored)

#include <ssl/foo.h> -> <openssh/foo.h>

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 12 06:37:02 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.1: +12 -12 lines
Diff to previous 1.1 (colored)

less debugging output

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 3 20:06:14 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN

DSA, keyexchange, algorithm agreement for ssh2

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.