OpenBSD CVS

CVS log for src/sys/crypto/chachapoly.c


[BACK] Up to [local] / src / sys / crypto

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 22 13:54:30 2020 UTC (3 years, 10 months ago) by tobhe
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, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Add missing CVS tags.

ok patrick@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 27 15:58:47 2020 UTC (3 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -4 lines
Diff to previous 1.4 (colored)

don't try to expand alignment using __aligned(16) on local variables.
that stops being normal C.  the object type has to be sufficient, if it
needed larger alignment such a type or a union should be used instead.
(breaks landisk gcc, for one)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 21 10:50:01 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.3: +151 -0 lines
Diff to previous 1.3 (colored)

add constructions for wireguard.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 12 16:47:00 2015 UTC (8 years, 7 months ago) by mikeb
Branch: MAIN
CVS Tags: 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
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

spacing

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 4 12:32:37 2015 UTC (8 years, 7 months ago) by mikeb
Branch: MAIN
Changes since 1.1: +15 -9 lines
Diff to previous 1.1 (colored)

Pass context as a void pointer to cut down on casts in xform.c

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 3 01:28:00 2015 UTC (8 years, 7 months ago) by mikeb
Branch: MAIN

Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539

ok naddy, jsing

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.