aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libcrypto: complete the support for the 0.9.8 APIPierre Pronchery2023-09-211-4/+4
* libcrypto: link engines and the legacy provider to libcryptoPierre Pronchery2023-09-161-0/+2
* libcrypto: Switch back to the generated assembly in sys/crypto/opensslJohn Baldwin2023-08-291-2/+2
* libcrypto: Add buildasm and cleanasm targetsJohn Baldwin2023-08-291-0/+7
* libcrypto: Update assembly build glue for x86 for OpenSSL 3.0.John Baldwin2023-08-221-10/+10
* libcrypto: add rsa_depr.c to the buildEd Maste2023-08-181-1/+1
* libcrypto: add err_all_legacy.c to the buildEd Maste2023-08-181-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* pkgbase: reorganise caroot and openssl packagesDoug Rabson2023-08-051-1/+1
* openssl: include d2i_KeyParams() and d2i_KeyParams_bio()Kristof Provost2023-07-091-2/+2
* libcrypto: group definitions for libcrypto and fipsPierre Pronchery2023-07-051-10/+0
* libcrypto: build nistp* on all little-endian 64-bit targetsEd Maste2023-06-251-2/+4
* Merge OpenSSL 3.0.9Pierre Pronchery2023-06-231-142/+268
* OpenSSL: Merge OpenSSL 1.1.1uJung-uk Kim2023-05-301-1/+0
* OpenSSL: Merge OpenSSL 1.1.1tJung-uk Kim2023-02-071-0/+1
* openssl: install pc filesBaptiste Daroussin2022-09-061-0/+1
* libcrypto: Work around strict aliasing violations in bn_nist.cJessica Clarke2022-07-251-0/+5
* Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64lePiotr Kubaj2021-11-231-1/+49
* pkgbase: Put openssl in its own packageEmmanuel Vadot2021-05-131-1/+1
* OpenSSL: Support for kernel TLS offload (KTLS)John Baldwin2021-01-281-5/+13
* Move generated OpenSSL assembly routines into the kernel sources.John Baldwin2020-10-201-1/+1
* Install man5 and man7 for OpenSSL.Jung-uk Kim2020-01-221-4/+1
* Merge OpenSSL 1.1.1d.Jung-uk Kim2019-09-101-7/+7
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
* Enable devcryptoeng for OpenSSL.Jung-uk Kim2018-12-121-2/+2
* Merge OpenSSL 1.1.1a.Jung-uk Kim2018-11-201-3/+3
* Bump base OpenSSL libraries versions to avoid conflict with port's libraries.Konstantin Belousov2018-10-251-1/+1
* libcrypto: have buildinf.h depend on MakefileEd Maste2018-10-051-1/+1
* Make it more meta mode friendly.Jung-uk Kim2018-09-251-3/+6
* Fix CLEANFILES.Jung-uk Kim2018-09-251-1/+1
* Connect an assembly file for aarch64 to build.Jung-uk Kim2018-09-221-1/+3
* Add missing ACFLAGS for aarch64.Jung-uk Kim2018-09-221-0/+3
* Add a missing source file for SHA.Jung-uk Kim2018-09-221-0/+2
* Add another include directory for aarch64 and arm.Jung-uk Kim2018-09-221-0/+1
* Connect assembly files for arm to build.Jung-uk Kim2018-09-221-1/+17
* Connect assembly files for aarch64 to build.Jung-uk Kim2018-09-221-7/+21
* Unify opensslconf.h templates.Jung-uk Kim2018-09-211-1/+1
* Sort assembly source files for i386.Jung-uk Kim2018-09-201-1/+1
* Connect i386 assembly files to build.Jung-uk Kim2018-09-201-11/+50
* Link libcrypto with pthread.Jung-uk Kim2018-09-201-0/+2
* Remove an obsolete compiler option.Jung-uk Kim2018-09-201-2/+0
* Build libcrypto for amd64.Jung-uk Kim2018-09-191-250/+211
* Add OpenSSL symbol version maps.Jung-uk Kim2018-09-131-0/+1
* Update shlib version to 9.Jung-uk Kim2018-09-131-1/+1
* Prefer ACFLAGS over CFLAGS for compiling aarch64 assembly files.Jung-uk Kim2016-10-261-3/+3
* Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew.Jung-uk Kim2016-10-261-4/+15
* Build OpenSSL assembly sources for arm. Tested with Raspberry Pi 2 Model B.Jung-uk Kim2016-08-221-0/+10
* Disable assembly sources when compiler/assembler cannot compile certainJung-uk Kim2016-08-171-38/+35
* Enable linker error if libcrypto.so contains a relocation against text. ItJung-uk Kim2016-05-111-1/+0
* Make libcrypto.so position independent on i386.Jung-uk Kim2016-05-101-17/+14