aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-251-1/+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-252-2/+2
| | | | 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
* 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 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-13506-17158/+54821
| | | | | | | 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-101-2/+2
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338561
* Merge OpenSSL 1.0.2p.Jung-uk Kim2018-08-14332-955/+1173
| | | | 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
* Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.Dag-Erling Smørgrav2018-05-081-7/+7
| | | | | | | | | This completely removes client-side support for the SSH 1 protocol, which was already disabled in 12 but is still enabled in 11. For that reason, we will not be able to merge 7.6p1 or newer back to 11. Notes: svn path=/head/; revision=333389
* Merge OpenSSL 1.0.2o.Jung-uk Kim2018-03-27325-349/+378
| | | | Notes: svn path=/head/; revision=331627
* Remove c_rehash(1) to not confuse users. We do not install the Perl script.Jung-uk Kim2018-02-081-4/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=329024
* Merge OpenSSL 1.0.2n.Jung-uk Kim2017-12-07329-340/+341
| | | | Notes: svn path=/head/; revision=326662
* Merge OpenSSL 1.0.2m.Jung-uk Kim2017-11-02330-345/+1318
| | | | Notes: svn path=/head/; revision=325328
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3113-13/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
| | | | | | | | | | | | | | directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912