aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-3006/+13419
| | | | 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-874/+13476
| | | | 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-327/+235
| | | | 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-13498-16011/+53674
| | | | | | | 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-952/+1170
| | | | 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
* Merge OpenSSL 1.0.2l.Jung-uk Kim2017-05-25329-1026/+1237
| | | | Notes: svn path=/head/; revision=318899
* Fix invalid .o SRCS from r314527.Bryan Drewery2017-05-091-2/+2
| | | | | | | | MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=317998
* Upgrade to OpenSSH 7.4p1.Dag-Erling Smørgrav2017-03-061-1/+1
| | | | Notes: svn path=/head/; revision=314720
* crypto: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-044-5/+5
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314658
* Upgrade to OpenSSH 7.3p1.Dag-Erling Smørgrav2017-03-021-2/+2
| | | | Notes: svn path=/head/; revision=314527
* Merge OpenSSL 1.0.2k.Jung-uk Kim2017-01-26323-4544/+3257
| | | | Notes: svn path=/head/; revision=312825
* Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI andEnji Cooper2017-01-021-1/+1
| | | | | | | | | | | | | | | MK_KERBEROS_SUPPORT != no This fixes the odd case where someone specified MK_GSSAPI=no and MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense, but the build system doesn't prevent this case today, and it didn't when I filed the bug back in 2011 either). MFC after: 2 weeks PR: 159745 Notes: svn path=/head/; revision=311140
* Prefer ACFLAGS over CFLAGS for compiling aarch64 assembly files.Jung-uk Kim2016-10-261-3/+3
| | | | Notes: svn path=/head/; revision=307977
* Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew.Jung-uk Kim2016-10-268-9/+4414
| | | | Notes: svn path=/head/; revision=307976
* Merge OpenSSL 1.0.2j.Jung-uk Kim2016-09-26321-322/+322
| | | | Notes: svn path=/head/; revision=306342
* Merge OpenSSL 1.0.2i.Jung-uk Kim2016-09-22328-1033/+1359
| | | | Notes: svn path=/head/; revision=306193
* Prefer C-style comments in assembly sources.Jung-uk Kim2016-08-2259-126/+126
| | | | Notes: svn path=/head/; revision=304640