History log of /openbsd-current/sys/crypto/chachapoly.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.6 22-Jul-2020 tobhe

Add missing CVS tags.

ok patrick@


# 1.5 27-Jun-2020 deraadt

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)


# 1.4 21-Jun-2020 dlg

add constructions for wireguard.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.3 12-Nov-2015 mikeb

spacing


# 1.2 04-Nov-2015 mikeb

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


# 1.1 03-Nov-2015 mikeb

Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539

ok naddy, jsing


# 1.5 27-Jun-2020 deraadt

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)


# 1.4 21-Jun-2020 dlg

add constructions for wireguard.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.3 12-Nov-2015 mikeb

spacing


# 1.2 04-Nov-2015 mikeb

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


# 1.1 03-Nov-2015 mikeb

Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539

ok naddy, jsing


# 1.4 21-Jun-2020 dlg

add constructions for wireguard.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.3 12-Nov-2015 mikeb

spacing


# 1.2 04-Nov-2015 mikeb

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


# 1.1 03-Nov-2015 mikeb

Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539

ok naddy, jsing


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 12-Nov-2015 mikeb

spacing


# 1.2 04-Nov-2015 mikeb

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


# 1.1 03-Nov-2015 mikeb

Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539

ok naddy, jsing