summaryrefslogtreecommitdiff
path: root/sys/rump/kern/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
2021-08-21rename glue.c to sodium_module.cchristos
2021-08-21Add glue.c for libsodium (suggested by riastradh). Tidy up.christos
2020-08-27Move address hashing from init_main.c to kern_sysctl.c.riastradh
2020-08-26Tidy up libsodium makefile and config fragments.riastradh
2020-08-21Disable libsodium HAVE_TI_MODE for now.riastradh
2020-08-21Split flags onto separate lines, sorted, to make diffs easier.riastradh
2020-08-21Disable -Wshadow for libsodium.riastradh
2020-08-20Missed a spot -- add sys/crypto/blake2 to .PATH here.riastradh
2020-08-20Fix vestiges of libb2.riastradh
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-07-28Rewrite cprng_fast in terms of new ChaCha API.riastradh
2020-07-26Fix more sort order.riastradh
2020-07-26Add missing aes_ccm.c, aes_ccm_mbuf.c. Fix sort order.riastradh
2020-07-26Add chacha to rump libcrypto.riastradh
2020-07-25Remove now-unused legacy rijndael API.riastradh
2020-06-29New cgd cipher adiantum.riastradh
2020-06-29Rework AES in kernel to finally address CVE-2005-1797.riastradh
2019-12-05Missed a spot in the crypto/arc4 deletion.riastradh
2019-09-02Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.riastradh
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2014-01-17Use subr_cprng.c instead of stub implementation. Rijndael migrates frompooka
2014-01-14Add the MODULE parts for blowfish and des.pgoyette
2010-12-05rumpcrypto should never have been its own faction, so finally makepooka