aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
Commit message (Expand)AuthorAgeFilesLines
* lib/libmd: reenable AVX2 SHA1 kernelRobert Clausecker2025-06-041-2/+0
* libmd: Fix amd64 AVX2 SHA-1 transcription errorsJessica Clarke2025-06-031-3/+3
* lib/libmd: disable SHA1 AVX2 kernelRobert Clausecker2025-06-021-0/+2
* lib/libmd: add optimised SHA1 implementations for aarch64Robert Clausecker2025-05-142-0/+514
* lib/libmd: add optimised SHA1 implementations for amd64Robert Clausecker2025-05-143-0/+1931
* lib/libmd: replace SHA-1 implementation with Go's implementationRobert Clausecker2025-05-143-2397/+214
* libmd: re-apply masking of _Transform namesKyle Evans2024-09-302-0/+6
* libmd: quickly switch exported symbols to FBSD_1.8 before anyone noticesKyle Evans2024-09-301-1/+1
* libmd: stop exporting _version symbolsKyle Evans2024-09-305-22/+2
* Consolidate md4 implementations written in CKyle Evans2024-09-302-353/+1
* libmd: stop exporting Transform() symbolsKyle Evans2024-09-306-29/+3
* libmd: export and document *Fd/*FdChunk interfacesKyle Evans2024-09-307-6/+160
* libmd: tests: raise WARNS to the defaultKyle Evans2024-09-305-9/+6
* libmd: split tests out into the test infrastructureKyle Evans2024-09-306-243/+260
* libmd: symbol versioningKyle Evans2024-09-302-0/+275
* libmd: stop exporting _block symbolsKyle Evans2024-09-302-6/+0
* libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans2024-09-303-385/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* libmd: ansifyMateusz Guzik2023-03-163-50/+16
* libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav2023-02-068-64/+97
* src.conf: Introduce WITHOUT_MACHDEP knob.Gleb Popov2022-09-091-1/+1
* Fix wrong section number in man page cross references.Jens Schweikhardt2022-08-132-2/+2
* Fix wrong section number in man page cross references.Jens Schweikhardt2022-08-134-4/+4
* libmd: Fix a common typo in the license headerGordon Bergling2022-03-278-8/+8
* Add accelerated arm64 sha512 to libmdAndrew Turner2021-12-131-0/+6
* Revert "Disable the accelerated arm64 sha25 in static libraries"Andrew Turner2021-08-301-1/+1
* Disable the accelerated arm64 sha25 in static librariesAndrew Turner2021-08-191-1/+1
* Use arm64 sha256 intrinsics in libmdAndrew Turner2021-08-111-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