index
:
portable
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/portable.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn on unsupported operating systems
Jonas 'Sortie' Termansen
2024-11-02
1
-0
/
+4
*
Assume unknown operating systems use ELF.
Jonas 'Sortie' Termansen
2024-11-02
1
-4
/
+0
*
Remove dead bitrig support, error on unsupported platforms
Brent Cook
2024-05-28
1
-0
/
+4
*
fix asm on x86_64 macos
Brent Cook
2023-05-26
1
-1
/
+1
*
Disable assembly on macos for now
Theo Buehler
2023-04-25
1
-1
/
+1
*
fix mips/mips64 builds
Brent Cook
2023-03-23
1
-6
/
+9
*
enable ASM on aarch64, disable on i386
Brent Cook
2023-02-25
1
-1
/
+1
*
only disable asm on aarch64 for now, enable for other archs
Brent Cook
2023-02-23
1
-5
/
+2
*
disable asm for autoconf tests as well
Brent Cook
2023-02-21
1
-0
/
+1
*
generally disable asm for now
Brent Cook
2023-02-21
1
-2
/
+4
*
add CPU checks, include initial bn_arch.h headers
Brent Cook
2023-02-14
1
-1
/
+16
*
disable asm by default
Brent Cook
2023-02-13
1
-2
/
+3
*
update autotool macro deprecations
Brent Cook
2022-02-27
1
-2
/
+1
*
Add '--enable-libtls-only' build option
Brent Cook
2021-04-07
1
-15
/
+8
*
Configure libtls and nc(1) to statically link to libcrypto/ssl
Brent Cook
2020-10-04
1
-2
/
+1
*
Add architecture define for s390/s390x and remove redundant sparc check
kinichiro
2020-07-22
1
-1
/
+0
*
Get __STRICT_ALIGNMENT from machine/endian.h
kinichiro
2020-07-21
1
-13
/
+0
*
improved default help value
Vincent Torri
2020-05-02
1
-1
/
+1
*
missing change of variable
Vincent Torri
2020-05-02
1
-2
/
+2
*
enable tests by default
Vincent Torri
2020-05-01
1
-6
/
+5
*
enable tests by default
Vincent Torri
2020-05-01
1
-2
/
+8
*
Add configure option to disable tests
Vincent Torri
2020-05-01
1
-0
/
+4
*
enable asm for mingw64
Brent Cook
2019-01-20
1
-0
/
+4
*
check for cc before gcc
Brent Cook
2019-01-20
1
-1
/
+1
*
add arm asm support via autoconf/make
Brent Cook
2018-11-11
1
-2
/
+4
*
__warn_references: tweak assembly for "gnu.warning" section
Sergei Trofimovich
2018-05-19
1
-1
/
+1
*
fix extra comma in amd64 normalization
Brent Cook
2018-05-02
1
-1
/
+1
*
set SMALL_TIME_T when sizeof time_t == 4
Brent Cook
2017-08-14
1
-0
/
+1
*
generate the crypto export symbol list at build time
Brent Cook
2017-07-08
1
-15
/
+9
*
Remove "exit 1" (added by mistake)
Paul Graham
2017-02-18
1
-2
/
+0
*
Document 32-bit time_t problem on minw-w64 toolchain and how to avoid it
Paul Graham
2017-02-15
1
-0
/
+8
*
initial ocspcheck integration
Brent Cook
2017-01-24
1
-0
/
+1
*
Fix to use -export-symbols for libcrypto
kinichiro
2017-01-15
1
-0
/
+2
*
installing nc(1) should imply building, even if not whitelisted
Brent Cook
2015-12-07
1
-4
/
+0
*
allow optionally installing nc(1) with '--enable-nc'
Brent Cook
2015-12-07
1
-0
/
+4
*
make it clear that we skipped 64-bit time_t tests
Brent Cook
2015-10-18
1
-0
/
+2
*
include warnings about small time_t
Brent Cook
2015-10-17
1
-3
/
+9
*
disable some tests with 32-bit time_t systems
Brent Cook
2015-10-17
1
-0
/
+3
*
add tame(2) check
Brent Cook
2015-10-07
1
-1
/
+2
*
add b64_ntop checking and fallback for nc(1)
Brent Cook
2015-10-01
1
-0
/
+1
*
normalize amd64 to x86_64
Brent Cook
2015-09-16
1
-0
/
+4
*
allow nc to build on linux and os x
Brent Cook
2015-09-13
1
-2
/
+0
*
add 'nc' to the distribution as an example of libtls client and server
Brent Cook
2015-09-12
1
-0
/
+2
*
implement compatibility shim for __warn_references
Brent Cook
2015-07-17
1
-0
/
+12
*
fixup how OPENSSLDIR is derived and expanded
Brent Cook
2015-07-15
1
-4
/
+3
*
Improve automatic handling of OPENSSLDIR
Brent Cook
2015-07-12
1
-1
/
+4
*
remove unused --with-enginesdir configuration parameter
Brent Cook
2015-07-08
1
-6
/
+0
*
set 'foreign' flag in automake
Brent Cook
2015-06-13
1
-1
/
+1
*
refactor configure into separate m4 macros
Brent Cook
2015-05-23
1
-263
/
+32
*
adding support for bitrig
Dave Huseby
2015-05-14
1
-1
/
+1
[next]