summaryrefslogtreecommitdiff
path: root/lib/libmd/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libmd: add dependency workaround for r366344Ed Maste2020-10-021-0/+4
* libmd: fix assembly optimized skein implementationEd Maste2020-10-011-6/+6
* libmd: temporarily disable optimized assembly skein1024 implementationEd Maste2020-07-231-6/+6
* Remove warning that is no longer accurate after r361853Alex Richardson2020-07-151-2/+0
* Rename skein_block_asm.s to .S and assemble using Clang IASEd Maste2020-06-061-7/+4
* Also pass SKEIN_USE_ASM to the assembler, via AFLAGSEd Maste2020-06-051-1/+1
* Apply C SKEIN_LOOP setting only to skein_block.cEd Maste2020-06-051-1/+1
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* r338270 had the side effect of no longer installing libmd.so into /lib.Sean Bruno2018-08-261-1/+2
* Don't build skein_block_asm.s if we don't have an as binaryAlex Richardson2018-08-231-0/+6
* Allow bootstrapping libmd on MacOSAlex Richardson2018-08-201-0/+8
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-091-5/+33
* Revert r334090.Mark Johnston2018-05-231-1/+1
* libmd: build with WARNS=1Eitan Adler2018-05-231-1/+1
* Increase loop unrolling for skein hashesAllan Jude2017-07-011-0/+4
* Fix bootstrapping libmd on older systems after r314709.Bryan Drewery2017-03-061-0/+7
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-4/+4
* libmd: strip local absolute symbols (to link with lld)Ed Maste2016-07-211-0/+1
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-291-6/+103
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-281-4/+33
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-3/+34
* Add new include path for sha256.hCraig Rodrigues2015-07-121-1/+2
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Unbreak MIPS build following rev. 282726Thomas Quinot2015-05-111-1/+7
* replace the kernel's version w/ cperciva's implementation... In allJohn-Mark Gurney2014-03-161-1/+1
* Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.David E. O'Brien2012-04-281-24/+5
* Add SHA512 (Actually, this is Colin Percival's code for SHA256, withMark Murray2011-04-091-46/+83
* Fix some leftover binaries and shared libraries in the system that stillDimitry Andric2011-02-151-2/+5
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Make the "test" target test the compiled version, instead of thePoul-Henning Kamp2008-12-021-7/+7
* In light of the recent 2^69 operation collision-finding attack on SHA1,Colin Percival2005-03-091-5/+29
* Backed out rev.1.6 and subsequent copying of it (bogus addition ofBruce Evans2004-02-261-6/+6
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-2/+0
* Don't build manuals at inappropriate time.Ruslan Ermilov2002-04-101-13/+5
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-03-171-5/+11
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* add more MLINKSAndrey A. Chernov1999-03-021-1/+8
* Don't even attempt to build the assembly-language versions of RIPEMD160Garrett Wollman1999-03-011-1/+3
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1Garrett Wollman1999-02-261-5/+35
* Fix bug in MDx test suite.Garrett Wollman1999-02-261-9/+62
* Build libmd shared for a.out too. Required for some PAM modules.John Polstra1998-11-121-4/+1
* $@ -> ${.TARGET}Warner Losh1998-09-111-34/+34
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-2/+2
* Don't use the beforedepend target. It was a no-op here except forBruce Evans1998-03-191-3/+1