aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* Merge OpenSSL 1.1.1a.Jung-uk Kim2018-11-20517-1178/+1241
| | | | Notes: svn path=/head/; revision=340703
* Bump base OpenSSL libraries versions to avoid conflict with port's libraries.Konstantin Belousov2018-10-252-2/+2
| | | | | | | | | | Reported by: many Reviewed by: gjb Sponsored by: The FreeBSD Foundation MFC after: 3 hours Notes: svn path=/head/; revision=339709
* libcrypto: have buildinf.h depend on MakefileEd Maste2018-10-051-1/+1
| | | | | | | | | | | 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 Notes: svn path=/projects/openssl111/; revision=339209
* MFH r338661 through r339200.Glen Barber2018-10-051-0/+2
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/openssl111/; revision=339201
| * Move the openssl.cnf install to secure/usr.bin/openssl/Brad Davis2018-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17245 Notes: svn path=/head/; revision=338825
* | openssh: connect libressl-api-compat.c and regen config.hEd Maste2018-10-031-1/+3
| | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D17390 Notes: svn path=/projects/openssl111/; revision=339157
* | Drop pre-AVX toolchain for amd64 and i386 to simplify the makefile.Jung-uk Kim2018-10-011-9/+2
| | | | | | | | | | | | | | Especially, head does not support old toolchains because of ifunc support. Notes: svn path=/projects/openssl111/; revision=339070
* | Remove MD dirdeps from Makefile.depend.Jung-uk Kim2018-09-252-2/+0
| | | | | | | | | | | | | | It can't be right. :-( Notes: svn path=/projects/openssl111/; revision=338936
* | Make it more meta mode friendly.Jung-uk Kim2018-09-251-3/+6
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338935
* | Fix CLEANFILES.Jung-uk Kim2018-09-251-1/+1
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338934
* | Regen Makefile.depend.Jung-uk Kim2018-09-253-2/+3
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338933
* | Connect an assembly file for aarch64 to build.Jung-uk Kim2018-09-221-1/+3
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338894
* | Add missing ACFLAGS for aarch64.Jung-uk Kim2018-09-221-0/+3
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338884
* | Fix typos in the previous commit.Jung-uk Kim2018-09-221-2/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338883
* | Add a missing source file for SHA.Jung-uk Kim2018-09-221-0/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338882
* | Add CFLAGS for aarch64/arm assembly files.Jung-uk Kim2018-09-221-2/+15
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338881
* | Add another include directory for aarch64 and arm.Jung-uk Kim2018-09-221-0/+1
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338880
* | Regen cpuid assembly files for aarch64 and arm.Jung-uk Kim2018-09-223-2/+405
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338879
* | Connect assembly files for arm to build.Jung-uk Kim2018-09-221-1/+17
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338878
* | Regen assembly files for arm.Jung-uk Kim2018-09-2215-3082/+13495
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338877
* | Connect assembly files for aarch64 to build.Jung-uk Kim2018-09-221-7/+21
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338876
* | Regen assemply files for aarch64.Jung-uk Kim2018-09-2212-882/+13484
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338875
* | Unify opensslconf.h templates.Jung-uk Kim2018-09-218-1592/+1
| | | | | | | | | | | | | | There is no MD macro in this file any more. Notes: svn path=/projects/openssl111/; revision=338870
* | Remove pthread from LIBADD for openssl(1).Jung-uk Kim2018-09-201-1/+1
| | | | | | | | | | | | | | libcrypto is linked with pthread since r338816. Notes: svn path=/projects/openssl111/; revision=338848
* | Regen assembly files for i386 after r338846.Jung-uk Kim2018-09-2011-1687/+25243
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338847
* | Add CFLAGS for i386 assembly files.Jung-uk Kim2018-09-201-1/+14
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338846
* | Sort assembly source files for i386.Jung-uk Kim2018-09-201-1/+1
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338845
* | Connect engines to the build.Jung-uk Kim2018-09-2023-243/+37
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338844
* | Connect i386 assembly files to build.Jung-uk Kim2018-09-201-11/+50
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338843
* | Regen assembly files for i386.Jung-uk Kim2018-09-2028-22184/+18919
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338842
* | Link libcrypto with pthread.Jung-uk Kim2018-09-201-0/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338816
* | Remove an obsolete compiler option.Jung-uk Kim2018-09-201-2/+0
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338815
* | Build openssl(1).Jung-uk Kim2018-09-191-9/+10
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338768
* | Build libssl for amd64.Jung-uk Kim2018-09-191-11/+19
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338766
* | Build libcrypto for amd64.Jung-uk Kim2018-09-192-328/+236
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338764
* | Do not build engines for now.Jung-uk Kim2018-09-191-2/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338763
* | Do not generate unused AVX2 and AVX-512 assembly files for amd64.Jung-uk Kim2018-09-181-3/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338747
* | Remove unused AVX2 and AVX-512 assembly files for amd64.Jung-uk Kim2018-09-184-1694/+0
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338746
* | Add OpenSSL symbol version maps.Jung-uk Kim2018-09-134-0/+4950
| | | | | | | | | | | | | | Note the files are not automatically generated for now. Notes: svn path=/projects/openssl111/; revision=338674
* | Catch up with manual page removal from secure/lib/libssl.Jung-uk Kim2018-09-131-5/+1
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338673
* | Update initial opensslconf.h for amd64.Jung-uk Kim2018-09-131-223/+129
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338672
* | Regen manual pages.Jung-uk Kim2018-09-13555-19974/+60357
| | | | | | | | | | | | | | Note the manual pages are not automatically generated for now. Notes: svn path=/projects/openssl111/; revision=338671
* | Regen amd64 assembly files for OpenSSL 1.1.1.Jung-uk Kim2018-09-1335-523/+14948
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338667
* | Update shlib version to 9.Jung-uk Kim2018-09-132-2/+2
| | | | | | | | Notes: svn path=/projects/openssl111/; revision=338665
* | Update OpenSSL version number.Jung-uk Kim2018-09-131-2/+2
|/ | | | Notes: svn path=/projects/openssl111/; revision=338664
* Upgrade to OpenSSH 7.8p1.Dag-Erling Smørgrav2018-09-103-5/+5
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338561
* Fix build after r337852: Don't rebuild moduli based on unrelated moduli.cBryan Drewery2018-08-161-0/+3
| | | | | | | Reported by: many, delphij (moduli.c issue) Notes: svn path=/head/; revision=337928
* Move ssh config file handling into the ssh Makefiles.Brad Davis2018-08-152-0/+4
| | | | | | | | | | This helps with pkgbase by using CONFS and tagging these as config files. Approved by: allanjude (mentor), des Differential Revision: https://reviews.freebsd.org/D16678 Notes: svn path=/head/; revision=337852
* Merge OpenSSL 1.0.2p.Jung-uk Kim2018-08-14377-1140/+1429
| | | | Notes: svn path=/head/; revision=337791
* Upgrade to OpenSSH 7.7p1.Dag-Erling Smørgrav2018-05-111-4/+4
| | | | Notes: svn path=/head/; revision=333490