OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34, Sat Jul 1 22:55:44 2017 UTC (6 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +0 -0 lines
FILE REMOVED

actually remove these files

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jul 1 13:50:45 2017 UTC (6 years, 10 months ago) by djm
Branch: MAIN
Changes since 1.32: +0 -185 lines
Diff to previous 1.32 (colored)

remove post-SSHv1 removal dead code from rsa.c and merge the
remaining bit that it still used into ssh-rsa.c; ok markus

Revision 1.32 / (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_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.31: +76 -39 lines
Diff to previous 1.31 (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.31 / (download) - annotate - [select for diffs], Sun Feb 2 03:44:31 2014 UTC (10 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

convert memset of potentially-private data to explicit_bzero()

Revision 1.30 / (download) - annotate - [select for diffs], Fri May 17 00:13:14 2013 UTC (11 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored)

bye, bye xfree(); ok markus@

Revision 1.24.16.2 / (download) - annotate - [select for diffs], Wed Nov 8 00:44:05 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.24.16.1: +10 -8 lines
Diff to previous 1.24.16.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

upgrade to OpenSSH 4.5

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Wed Nov 8 00:42:10 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_4_0
Changes since 1.28: +10 -8 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

upgrade to OpenSSH 4.5

Revision 1.24.18.2 / (download) - annotate - [select for diffs], Wed Nov 8 00:17:14 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.24.18.1: +10 -8 lines
Diff to previous 1.24.18.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

upgrade to OpenSSH 4.5

Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 6 21:25:28 2006 UTC (17 years, 6 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.28: +10 -8 lines
Diff to previous 1.28 (colored)

add missing checks for openssl return codes; with & ok djm@

Revision 1.24.16.1 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored)

upgrade to OpenSSH 4.4

Revision 1.24.18.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored)

upgrade to OpenSSH 4.4

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 3 03:34:42 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE
Branch point for: OPENBSD_4_0
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jul 22 20:48:23 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored)

move #include <string.h> out of includes.h

Revision 1.26 / (download) - annotate - [select for diffs], Sat Mar 25 13:17:02 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored)

Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 19 18:51:18 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24 (colored)

RCSID() can die

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:44 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.22.2.1: +7 -4 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.16.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:42 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.16.2.5: +7 -4 lines
Diff to previous 1.16.2.5 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

Merge OpenSSH 3.1.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Thu Mar 7 17:37:47 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 27 18:22:16 2001 UTC (22 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored)

call fatal() for openssl allocation failures

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Thu Sep 27 19:03:55 2001 UTC (22 years, 7 months ago) by jason
Branch: OPENBSD_2_9
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Pull in OpenSSH-2.9.9

Revision 1.16.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:42 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.16.2.4: +2 -2 lines
Diff to previous 1.16.2.4 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 27 05:42:24 2001 UTC (22 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

s/generate_additional_parameters/rsa_generate_additional_parameters/
http://www.humppa.com/

Revision 1.16.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:32 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16.2.3: +21 -1 lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 26 23:23:23 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.21: +21 -1 lines
Diff to previous 1.21 (colored)

try to read private f-secure ssh v2 rsa keys.

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:27 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16.2.2: +0 -0 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.14.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:59 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14.2.3: +0 -0 lines
Diff to previous 1.14.2.3 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.14.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:13 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14.2.2: +12 -85 lines
Diff to previous 1.14.2.2 (colored) to branchpoint 1.14 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:15 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16.2.1: +0 -0 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.5.1

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:11 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16: +12 -85 lines
Diff to previous 1.16 (colored)

Pull in OpenSSH 2.5.0

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 4 15:32:24 2001 UTC (23 years, 3 months ago) by stevesk
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

unexpand and remove end-of-line whitespace; ok markus@

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 29 19:47:30 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.19: +8 -7 lines
Diff to previous 1.19 (colored)

handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attack

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 21 19:05:54 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 19 23:17:57 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 12 19:50:37 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.16: +1 -75 lines
Diff to previous 1.16 (colored)

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.14.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:31:10 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14.2.1: +37 -12 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:53 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.15: +37 -12 lines
Diff to previous 1.15 (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.14.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:22 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

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

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

OpenBSD tag

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:32 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.13: +15 -15 lines
Diff to previous 1.13 (colored)

whitespace cleanup

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 16 20:56:14 2000 UTC (24 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

-pedantic: signed vs. unsigned, void*-arithm, etc

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 21 21:47:31 2000 UTC (24 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

PKCS#1 padding

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 24 19:53:50 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.10: +6 -4 lines
Diff to previous 1.10 (colored)

KNF, final part 3

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 24 00:26:03 1999 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +34 -34 lines
Diff to previous 1.9 (colored)

much more KNF

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 23 22:25:54 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.8: +87 -88 lines
Diff to previous 1.8 (colored)

KNF part 1

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 8 20:13:42 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.7: +17 -17 lines
Diff to previous 1.7 (colored)

bugfix: use correct size for memset(), report from damien@ibs.com.au

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 5 07:09:07 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

clear buffers used for encryption. ok: niels@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 2 19:42:36 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

replace assert() with error, fatal or packet_disconnect

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 16 23:54:12 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

public exponent needs to be odd.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 16 23:20:25 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

dont encrypt with public exponent < 3.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 29 18:16:20 1999 UTC (24 years, 7 months ago) by dugsong
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 06:15:00 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +14 -1 lines
Diff to previous 1.1 (colored)

test for RSA in the ssl library, real early on

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 28 04:45:37 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN

convert all uses of gmp to SSL bignum
convert all used of rsa to SSL rsa functions
remove all use of randomstate to OpenBSD arc4random() and arc4_stir()
all this done at a long long night in Canada.

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.