History log of /freebsd-12.1/secure/lib/libcrypto/Makefile (Results 1 – 25 of 122)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0
# f3f95f0b 10-Sep-2019 Jung-uk Kim <[email protected]>

MFC: r352191

Merge OpenSSL 1.1.1d.


Revision tags: release/11.3.0, release/12.0.0
# cb4e9880 20-Nov-2018 Jung-uk Kim <[email protected]>

MFC: r340703

Merge OpenSSL 1.1.1a.


# d33226f4 25-Oct-2018 Konstantin Belousov <[email protected]>

MFC r339709:
Bump base OpenSSL libraries versions to avoid conflict with port's libraries.

Approved by: re (gjb)


# c4cff941 05-Oct-2018 Ed Maste <[email protected]>

libcrypto: have buildinf.h depend on Makefile

So that it will be regenerated after Makefile changes affecting the
file's content - specifically, the OpenSSL 1.1.1 update adds a DATE
macro which did

libcrypto: have buildinf.h depend on Makefile

So that it will be regenerated after Makefile changes affecting the
file's content - specifically, the OpenSSL 1.1.1 update adds a DATE
macro which did not exist previously.

Sponsored by: The FreeBSD Foundation

show more ...


# 8f1d8717 25-Sep-2018 Jung-uk Kim <[email protected]>

Make it more meta mode friendly.


# 45523308 25-Sep-2018 Jung-uk Kim <[email protected]>

Fix CLEANFILES.


# 02421702 22-Sep-2018 Jung-uk Kim <[email protected]>

Connect an assembly file for aarch64 to build.


# 8072609d 22-Sep-2018 Jung-uk Kim <[email protected]>

Add missing ACFLAGS for aarch64.


# 4f4ab23a 22-Sep-2018 Jung-uk Kim <[email protected]>

Add a missing source file for SHA.


# d5559088 22-Sep-2018 Jung-uk Kim <[email protected]>

Add another include directory for aarch64 and arm.


# ea19bcde 22-Sep-2018 Jung-uk Kim <[email protected]>

Connect assembly files for arm to build.


# 4b7c498f 22-Sep-2018 Jung-uk Kim <[email protected]>

Connect assembly files for aarch64 to build.


# 0633b14b 21-Sep-2018 Jung-uk Kim <[email protected]>

Unify opensslconf.h templates.

There is no MD macro in this file any more.


# fde4ab53 20-Sep-2018 Jung-uk Kim <[email protected]>

Sort assembly source files for i386.


# e5631d6f 20-Sep-2018 Jung-uk Kim <[email protected]>

Connect i386 assembly files to build.


# acd3ae12 20-Sep-2018 Jung-uk Kim <[email protected]>

Link libcrypto with pthread.


# 2aeec0c4 20-Sep-2018 Jung-uk Kim <[email protected]>

Remove an obsolete compiler option.


# 6cc2d4a4 19-Sep-2018 Jung-uk Kim <[email protected]>

Build libcrypto for amd64.


# cec27dca 13-Sep-2018 Jung-uk Kim <[email protected]>

Add OpenSSL symbol version maps.

Note the files are not automatically generated for now.


# 6b090f69 13-Sep-2018 Jung-uk Kim <[email protected]>

Update shlib version to 9.


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0
# 46f6fa3c 26-Oct-2016 Jung-uk Kim <[email protected]>

Prefer ACFLAGS over CFLAGS for compiling aarch64 assembly files.


# 7518a9bd 26-Oct-2016 Jung-uk Kim <[email protected]>

Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew.


Revision tags: release/11.0.1, release/11.0.0
# 43e4bca7 22-Aug-2016 Jung-uk Kim <[email protected]>

Build OpenSSL assembly sources for arm. Tested with Raspberry Pi 2 Model B.

MFC after: 1 week


# d8a16c14 17-Aug-2016 Jung-uk Kim <[email protected]>

Disable assembly sources when compiler/assembler cannot compile certain
instructions. For example, GCC 4.2.1 + binutils 2.17.50 does not support
AVX instructions.

Reported by: bde
MFC after: 2 weeks


# 169235ef 11-May-2016 Jung-uk Kim <[email protected]>

Enable linker error if libcrypto.so contains a relocation against text. It
is position independent on all platforms since r299389.

Submitted by: kib


12345