- djm@cvs.openbsd.org 2013/12/19 22:57:13
[poly1305.c poly1305.h] use full name for author, with his permission
This commit is contained in:
parent
0b36c83148
commit
339a48fe7f
|
@ -28,6 +28,9 @@
|
||||||
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
|
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
|
||||||
that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com;
|
that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com;
|
||||||
ok dtucker
|
ok dtucker
|
||||||
|
- djm@cvs.openbsd.org 2013/12/19 22:57:13
|
||||||
|
[poly1305.c poly1305.h]
|
||||||
|
use full name for author, with his permission
|
||||||
|
|
||||||
20131221
|
20131221
|
||||||
- (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
|
- (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Public Domain poly1305 from Andrew M.
|
* Public Domain poly1305 from Andrew Moon
|
||||||
* poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna
|
* poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $OpenBSD: poly1305.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */
|
/* $OpenBSD: poly1305.c,v 1.3 2013/12/19 22:57:13 djm Exp $ */
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* $OpenBSD: poly1305.h,v 1.1 2013/11/21 00:45:44 djm Exp $ */
|
/* $OpenBSD: poly1305.h,v 1.2 2013/12/19 22:57:13 djm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Public Domain poly1305 from Andrew M.
|
* Public Domain poly1305 from Andrew Moon
|
||||||
* poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna
|
* poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue