OpenBSD CVS

CVS log for src/usr.bin/ssh/rijndael.h


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Tue Sep 28 11:14:50 2021 UTC (2 years, 8 months ago) by dtucker
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, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Make prototype for rijndaelEncrypt match function including the bounds.
Fixes error in portable where GCC>=11 takes notice of the bounds.
ok deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 29 15:42:07 2014 UTC (10 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, 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, 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.13: +11 -18 lines
Diff to previous 1.13 (colored)

re-add our own aesctr implementation; ok djm@

Revision 1.13, Wed Dec 22 02:13:19 2004 UTC (19 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.12: +1 -1 lines
FILE REMOVED

remove fallback AES support for old OpenSSL, as OpenBSD has had it for many
years now; ok deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 19 07:18:56 2001 UTC (22 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_5_BASE, 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_6, OPENBSD_3_5
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

basic KNF done while i was looking for something else

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 13 09:48:39 2001 UTC (22 years, 8 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.10: +2 -0 lines
Diff to previous 1.10 (colored)

missing $OpenBSD:

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 23 11:31:59 2001 UTC (22 years, 9 months ago) by markus
Branch: MAIN
Changes since 1.9: +46 -58 lines
Diff to previous 1.9 (colored)

switch to the optimised AES reference code from
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 30 16:23:30 2001 UTC (22 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.8: +21 -8 lines
Diff to previous 1.8 (colored)

new BSD-style license:
Brian Gladman <brg@gladman.plus.com>:
>I have updated my code at:
>http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
>with a copyright notice as follows:
>[...]
>I am not sure which version of my old code you are using but I am
>happy for the notice above to be substituted for my existing copyright
>intent if this meets your purpose.

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 9 23:01:31 2001 UTC (23 years ago) by markus
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

fix prototype; J.S.Peatfield@damtp.cam.ac.uk

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 1 03:38:33 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.6: +15 -1 lines
Diff to previous 1.6 (colored)

copyright notices on all source files

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 29 01:58:17 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

$OpenBSD$

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 29 10:56:27 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

undo change in comment; stevesk@pobox.com

Revision 1.4 / (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.3: +4 -4 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 9 13:41:52 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.2: +30 -26 lines
Diff to previous 1.2 (colored)

undo rijndael changes

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 6 23:05:43 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.1: +26 -30 lines
Diff to previous 1.1 (colored)

new rijndael implementation. fixes endian bugs

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 13 18:59:14 2000 UTC (23 years, 7 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8, OPENBSD_2_7

rijndael/aes support

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.