index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cryptlib
/
OpenSSL
/
Makefile
Age
Commit message (
Expand
)
Author
2024-12-17
Suppress some warnings even harder in Cryptlib and OpenSSL.
Peter Jones
2023-06-21
Use -Wno-unused-but-set-variable for Cryptlib and OpenSSL
Peter Jones
2021-03-12
openssl: nerf some -W flags for clang.
Peter Jones
2021-03-10
make: use -Wextra (minus some obnoxious bits)
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
More minor makefile cleanups
Peter Jones
2021-03-09
static analysis: make our build targets work better
Peter Jones
2021-03-09
Re-organize a bunch of CFLAGS-related makefile bits
Peter Jones
2021-02-16
Use gcc -Os instead of -O0.
Peter Jones
2018-03-15
Work around clang bugs for scan-build.
Peter Jones
2018-03-06
Add -m64 compiler flag to allow cross-compiling to 64-bit version on 32-bit s...
Tamas K Lengyel
2017-09-08
Some things went weird with the openssl revert...
Peter Jones
2017-09-08
Cryptlib: remove DES
Gary Lin
2017-09-08
Cryptlib: Remove MD4
Gary Lin
2017-08-31
Revert lots of Cryptlib updates.
Peter Jones
2017-08-11
Fix openssl compile flags for x86_64
Peter Jones
2017-07-24
Make it possible to build in a subdirectory.
Peter Jones
2017-04-11
Cryptlib: remove DES
Gary Lin
2017-04-11
Cryptlib: Remove MD4
Gary Lin
2017-04-11
Cryptlib/OpenSSL: update to openssl 1.1.0e
Gary Lin
2016-09-06
Update to openssl to 1.0.2e
Gary Lin
2015-11-09
Cryptlib: Define the va functions for EFIAPI
Gary Ching-Pang Lin
2015-07-28
Specify the gnu89 standard
Gary Ching-Pang Lin
2015-07-28
Update openssl to 1.0.2d
Gary Ching-Pang Lin
2015-04-13
gcc 5.0 changes some include bits, so copy what arm does on x86.
Peter Jones
2014-08-12
Add support for 32-bit ARM
Ard Biesheuvel
2014-08-12
Add support for 64-bit ARM (AArch64)
Ard Biesheuvel
2014-08-12
Factor out x86-isms and add cross compile support
Ard Biesheuvel
2013-11-12
allow 32-bit compilation with 64-bit compiler
Andrew Boie
2013-11-12
properly compile OpenSSL in 32-bit mode
Andrey Petrov
2013-09-26
Enable openssl bio_printf()
Gary Ching-Pang Lin
2013-09-26
MokManager: support SHA512-based crypt() hash
Gary Ching-Pang Lin
2013-06-10
Make sure all the Makefiles use the same arguments for mmx/sse/ms_abi.
Peter Jones
2013-05-31
Don't use MMX and SSE registers, they aren't initialized.
Peter Jones
2012-07-02
Build a debug image
Matthew Garrett
2012-06-18
Add crypto libraries
Matthew Garrett