aboutsummaryrefslogtreecommitdiff
path: root/lib/libbearssl
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-153-3/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* bearssl: Make shared library linkWarner Losh2024-02-211-3/+6
| | | | | | | | | Creating a lua shared library module linking against libbearssl.so won't load w/o these functions. Sponsored by: Netflix Reviewed by: sjg Differential Revision: https://reviews.freebsd.org/D43982
* libsecureboot: be more verbose about validation failuresStéphane Rochoy2023-12-102-0/+4
| | | | | Reviewed by: imp, sjg Pull Request: https://github.com/freebsd/freebsd-src/pull/916
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix DIRDEPS_BUILD for libgcc_ehSimon J. Gerraty2023-04-141-1/+0
|
* bearssl: Suppress warnings from functions that have no argsWarner Losh2023-02-131-1/+1
| | | | | | | clag15 is much pickier than others, so suppress the warning until upstream can be updated. Sponsored by: Netflix
* Revert that!Simon J. Gerraty2020-07-191-0/+1
| | | | Notes: svn path=/head/; revision=363351
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-1/+0
| | | | Notes: svn path=/head/; revision=363350
* Add libbearsslSimon J. Gerraty2019-02-264-0/+387
Disabled by default, used by loader and sbin/veriexec Reviewed by: emaste Sponsored by: Juniper Networks Differential Revision: D16334 Notes: svn path=/head/; revision=344564