summaryrefslogtreecommitdiff
path: root/lib/libcrypt
AgeCommit message (Expand)Author
2025-08-23packages: Improve handling of -lib packagesLexi Winter
2024-10-26lib/libcrypt: reinstate CFLAGS+=-I${SRCTOP}/sys/crypto/sha2Robert Clausecker
2024-10-25lib/libcrypt: unbundle hash functionsRobert Clausecker
2024-10-25lib/libcrypt: use explicit_bzero() to clear sensitive buffersRobert Clausecker
2024-09-29libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-27lib/libcrypt: another trivial style changeEnji Cooper
2023-10-27lib/libcrypt: remove trailing whitespaceEnji Cooper
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-07libcrypt: Drop inclusion of libutil.hJessica Clarke
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-05-27Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DESXin LI
2018-07-20libcrypt: There is no need to clear message digest context after theyXin LI
2018-07-20Get rid of unused variables.Xin LI
2018-07-09Integrate SHA2-224 with userspace componentsConrad Meyer
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02MFhead@r321916Enji Cooper
2017-08-02Remove bogus bsd.subdir.mk .includeEnji Cooper
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-03-11Increase WARNS for libcrypt testsAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-08-10Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten
2016-06-01Skein was not meant to be connected to libcryptoAllan Jude
2016-05-29Import the skein hashing algorithm, based on the threefish block cipherAllan Jude
2016-05-28Implement SHA-512 truncated (224 and 256 bits)Allan Jude
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-04First pass through library packaging.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-27Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude
2015-12-01Enable libcrypt tests.Craig Rodrigues
2015-11-25META MODE: Avoid dirdep dependency on lib/libmd.Bryan Drewery
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-11-18Temporarily comment out the libcrypt tests.Craig Rodrigues
2015-11-16Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSDEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-16new dependsSimon J. Gerraty