aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* openssl: add a simple smoke test for the legacy providerEnji Cooper10 days1-0/+3
* OpenSSL: update Makefiles to reflect 3.5.1 releaseEnji Cooper2025-09-181-19/+30
* openssl: Disable KTLS in bootstrap librariesMark Johnston2025-09-041-1/+2
* packages: Improve handling of -lib packagesLexi Winter2025-08-231-1/+0
* build: remove certctl requirement for host OpenSSL libs on macOSKyle Evans2025-08-191-1/+4
* openssl: Import version 3.5.1Pierre Pronchery2025-08-071-74/+143
* build: remove the last vestiges of lint supportBrooks Davis2025-06-051-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* 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