index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
sys
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
Do not skip any crypto tests. Remove useless make code, use defaults
bluhm
10
-46
/
+10
2017-06-22
Pick rijndael.c lost after backout; requested by bluhm@
mikeb
2
-4
/
+4
2017-05-17
Revert MI AES-XTS code back to T-tables amid poor performance
mikeb
2
-6
/
+6
2017-05-13
Pick aes.c instead of rijndael.c
mikeb
1
-2
/
+2
2017-05-02
Convert CMAC and Key Wrap regress tests over to the new AES
mikeb
4
-6
/
+6
2017-05-02
Sync GMAC and AES-CTR/-XTS regress tests with the new AES code
mikeb
6
-18
/
+16
2017-05-02
Pick the right AES source file
mikeb
1
-2
/
+2
2017-04-30
Switch AES testcase to the new implementation
mikeb
1
-6
/
+6
2017-03-08
format string mishandling
deraadt
1
-1
/
+1
2017-03-07
Add test vectors to regress gmac_test.c
inoguchi
1
-1
/
+99
2016-09-30
crypto(4) is no more
otto
2
-179
/
+0
2016-09-02
Pull in Chacha20 and Poly1305 source code as xform.o dependencies
mikeb
1
-1
/
+2
2016-09-02
Pull in Chacha20 and Poly1305 source code as xform.o dependencies
mikeb
1
-1
/
+2
2016-09-02
Pull in Chacha20 and Poly1305 source code as xform.o dependencies
mikeb
1
-1
/
+2
2015-11-07
Emulate loops performed in the software crypto driver more closely
mikeb
1
-4
/
+12
2015-11-04
Hook up chacha20-poly1305 test vectors (missed in previous commit)
mikeb
1
-1
/
+2
2015-11-03
Test vectors for Chacha20-Poly1305
mikeb
2
-0
/
+464
2015-10-23
Cast isspace() argument to unsigned char.
mmcc
1
-2
/
+2
2014-11-19
do not need an ovbcopy replacement anymore
deraadt
1
-10
/
+0
2014-08-15
Convert 3DES regress test from /dev/crypto to using kernel source code
mikeb
2
-95
/
+64
2014-08-15
Convert AES-CTR regress test from /dev/crypto to using kernel source
mikeb
2
-87
/
+70
2014-08-15
Convert AES regress test from /dev/crypto to using kernel source code
mikeb
2
-111
/
+31
2014-07-03
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
miod
1
-2
/
+2
2014-01-18
Remove -Wbounded: it is now the compiler default.
martynas
6
-12
/
+6
2013-10-06
Rework the AES XTS regress so that we compile and test the sys/crypto code
jsing
2
-129
/
+99
2013-08-01
Some tests are currently failing. Only run those if the REGRESS_FULL
kettenis
1
-9
/
+12
2011-04-04
provide fake copies of explicit_bzero in the test scaffolds for kernel code
deraadt
4
-1
/
+26
2010-10-15
libdes -> libcrypto
jsg
2
-13
/
+13
2010-09-22
Test vectors for GMAC as published in the original GCM proposal
mikeb
3
-1
/
+672
2010-08-07
Link against libkern's timingsafe_bcmp.c, so key_wrap regress tests
matthew
1
-3
/
+3
2008-09-02
fix builds for when obj/ present
djm
6
-16
/
+71
2008-08-12
test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,
damien
10
-1
/
+446
2008-06-12
+aes tests
djm
1
-1
/
+2
2008-06-12
blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman
djm
8
-0
/
+5860
2008-06-12
Test crypto(4) AES against test vectors from Dr. Brian Gladman
djm
2
-0
/
+392
2008-06-09
+aesxts subdir
djm
1
-1
/
+2
2008-06-09
regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from
djm
2
-0
/
+1874
2005-05-25
AESCTR support for ESP (RFC 3686); ok hshoexer
markus
3
-2
/
+312
2004-12-29
this needs root privileges to work so define REGRESS_ROOT_TARGETS and use SUDO
david
1
-1
/
+6
2004-07-22
Spell reserved correctly; ok from copyright holders when in licence blocks.
miod
2
-4
/
+4
2004-03-14
disable mac operations
markus
1
-2
/
+3
2003-09-02
add missing includes
david
1
-1
/
+2
2003-07-31
various cleanups; david says results are same
deraadt
2
-9
/
+9
2002-10-21
forgot dpadd
mickey
1
-1
/
+2
2002-10-21
libs are listed w/ LDADD not LDFLAGS
mickey
1
-2
/
+2
2002-06-23
initialize some variables.
wcobb
2
-5
/
+5
2002-04-03
fix alignment problems on sparc64; with fgsch@
markus
1
-5
/
+14
2002-04-03
o fix warnings.
fgsch
2
-8
/
+11
2002-03-25
missing Makefiles
markus
2
-0
/
+11
2002-03-25
clear before reuse
markus
1
-1
/
+2
[next]