aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-236-6/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-232-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2310-20/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav2023-02-098-64/+97
* src.conf: Introduce WITHOUT_MACHDEP_OPTIMIZATIONS knob.Gleb Popov2022-09-131-1/+1
* libmd: Fix a common typo in the license headerGordon Bergling2022-03-308-8/+8
* Add accelerated arm64 sha512 to libmdAndrew Turner2021-12-291-0/+6
* Use arm64 sha256 intrinsics in libmdAndrew Turner2021-12-201-0/+5
* Fix a few mandoc issuesGordon Bergling2020-10-096-10/+10
* 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
* ANSIfy and KNF function arg definitions in libmd/md4.cEd Maste2020-04-031-23/+14
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* sha.3: clarify admonition against use in NEW signature schemesAllan Jude2019-06-051-1/+1
* Add admonitions against using MD5 and SHA1 to the API man pagesAllan Jude2019-05-212-6/+10
* Add missing errors section to md[2-5], ripemd160, sha*, and skein* manpagesAllan Jude2019-05-216-4/+124
* 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
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-2011-25/+31
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-093-8/+64
* Revert r334090.Mark Johnston2018-05-232-2/+3
* libmd: build with WARNS=1Eitan Adler2018-05-232-3/+2
* libmd: Remove trailing whitespace from mdXhl.cConrad Meyer2018-04-171-2/+2
* Fix formatting errors that resulted in apropos(1) output looking weird.Edward Tomasz Napierala2018-03-171-1/+1
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-136-6/+22
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Increase loop unrolling for skein hashesAllan Jude2017-07-011-0/+4
* ANSIfy md5 functionsToomas Soome2017-06-051-14/+5
* 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
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-8/+0
* libmd: introduce functions that operate on an fd instead of filenameEd Maste2016-10-175-10/+64
* 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-298-15/+409
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-283-10/+76
* libmd: Work around C++'s inability to understand CConrad Meyer2016-05-271-0/+8
* MFHGlen Barber2016-03-021-24/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-24/+0
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/