index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
crypto
Age
Commit message (
Expand
)
Author
2015-03-16
correct test name
prlw1
2014-01-19
Sprinkle in some UNCONST()
pgoyette
2014-01-18
Include more of the test cases from RFC 1321.
pgoyette
2014-01-18
Remove some debugging code.
pgoyette
2014-01-18
Free each crypto(4) session when we're done with it. (A new session
pgoyette
2014-01-18
Fix verification to use correct buffer.
pgoyette
2014-01-18
Add the test cases for sha1_hmac
pgoyette
2014-01-18
Needs some unconst.
joerg
2014-01-17
Additional tests for SHA1_HMAC (with test cases from RFC2202)
pgoyette
2014-01-17
Add additional test cases from RFC2202
pgoyette
2014-01-17
Use RFC 3713 vector, add comment to identify the source
pgoyette
2014-01-17
Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv.
pgoyette
2014-01-17
Clean up the helper programs. Remove the code to print the results, and
pgoyette
2014-01-17
Disable the arc4 and null_cbc tests for now. The swcrypto driver does
pgoyette
2014-01-16
Use __arraycount and size_t as the format strings are wrong anyway.
joerg
2014-01-16
Since sizeof() is unsigned, use an unsigned int for the loop index.
pgoyette
2014-01-16
Include all of the examples from RFC3566
pgoyette
2014-01-15
Remove bogus TESTSDIR
martin
2014-01-14
Descend into new opencrypto test suite
pgoyette
2014-01-14
Add some trivial tests for the in-kernel opencrypto framework, and link
pgoyette
2012-07-14
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
spz
2012-07-14
MKCRYPTO_{IDEA,MDC2} is no more
christos
2011-10-22
fix a build issue with MKCRYPTO=no.
mrg
2011-07-05
give the idea, rc5 and mdc2 checks a chance of working if they are defined
spz
2011-06-12
Fix patented algo compilation
christos
2011-06-11
Turn warns on for all tests and fix all the bugs.
christos
2011-06-09
add tests for evb and srp
spz
2011-05-26
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
joerg
2010-12-18
Don't force debug build.
joerg
2010-11-08
increase timeouts of long-running tests
pooka
2010-11-07
Adjusts tests after import of atf-0.12:
jmmv
2010-11-03
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
christos
2010-07-13
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
jmmv
2010-07-11
ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
mrg
2010-07-10
Do not use awk to generate the test program. Instead, just expand the
jmmv
2010-06-04
atf-0.9 introduces an use.fs test-case property to allow tests to write to
jmmv
2009-07-20
fix for new openssl
christos
2009-02-14
Use the correct dir to find source files. NetBSD finally builds again.
cube
2009-02-13
Convert the threads libcrypto test to ATF and enable it. Drop the old one
jmmv
2009-02-13
Remove threads from the list of subdirs. Commited by mistake.
jmmv
2009-02-13
Convert libcrypto tests to ATF. Original work done by Lukasz Strzygowski
jmmv