aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssl
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in the cpp macro defined for PIC.John Baldwin2020-08-131-1/+1
| | | | | | | | | | | In practice this isn't used in OpenSSL outside of some sparc-specific code. Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D26058 Notes: svn path=/head/; revision=364218
* Replace OPENSSL_NO_SSL3_METHODs with dummiesConrad Meyer2020-07-012-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | SSLv3 has been deprecated since 2015 (and broken since 2014: "POODLE"); it should not have shipped in FreeBSD 11 (2016) or 12 (2018). No one should use it, and if they must, they can use some implementation outside of base. There are three symbols removed with OPENSSL_NO_SSL3_METHOD: SSLv3_client_method SSLv3_method SSLv3_server_method These symbols exist to request an explicit SSLv3 connection to a server. There is no good reason for an application to link or invoke these symbols instead of TLS_method(), et al (née SSLv23_method, et al). Applications that do so have broken cryptography. Define these symbols for some pedantic definition of ABI stability, but remove the functionality again (r361392) after r362620. Reviewed by: gordon, jhb (earlier-but-equivalent version both) Discussed with: bjk, kib Differential Revision: https://reviews.freebsd.org/D25493 Notes: svn path=/head/; revision=362818
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+1
| | | | | | | | | | | | | Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
* Merge OpenSSL 1.1.1a.Jung-uk Kim2018-11-201-1/+6
| | | | Notes: svn path=/head/; revision=340703
* Bump base OpenSSL libraries versions to avoid conflict with port's libraries.Konstantin Belousov2018-10-251-1/+1
| | | | | | | | | | Reported by: many Reviewed by: gjb Sponsored by: The FreeBSD Foundation MFC after: 3 hours Notes: svn path=/head/; revision=339709
* 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
* Regen Makefile.depend.Jung-uk Kim2018-09-251-1/+1
| | | | Notes: svn path=/projects/openssl111/; revision=338933
* Build libssl for amd64.Jung-uk Kim2018-09-191-11/+19
| | | | Notes: svn path=/projects/openssl111/; revision=338766
* Add OpenSSL symbol version maps.Jung-uk Kim2018-09-132-0/+512
| | | | | | | 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
* Regen manual pages.Jung-uk Kim2018-09-13103-22323/+0
| | | | | | | Note the manual pages are not automatically generated for now. Notes: svn path=/projects/openssl111/; revision=338671
* Update shlib version to 9.Jung-uk Kim2018-09-131-1/+1
| | | | Notes: svn path=/projects/openssl111/; revision=338665
* Merge OpenSSL 1.0.2p.Jung-uk Kim2018-08-14103-240/+272
| | | | Notes: svn path=/head/; revision=337791
* Merge OpenSSL 1.0.2o.Jung-uk Kim2018-03-27102-102/+102
| | | | Notes: svn path=/head/; revision=331627
* Merge OpenSSL 1.0.2n.Jung-uk Kim2017-12-07102-102/+102
| | | | Notes: svn path=/head/; revision=326662
* Merge OpenSSL 1.0.2m.Jung-uk Kim2017-11-02103-102/+293
| | | | Notes: svn path=/head/; revision=325328
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Merge OpenSSL 1.0.2l.Jung-uk Kim2017-05-25102-190/+383
| | | | Notes: svn path=/head/; revision=318899
* Merge OpenSSL 1.0.2k.Jung-uk Kim2017-01-26100-1444/+1039
| | | | Notes: svn path=/head/; revision=312825
* Merge OpenSSL 1.0.2j.Jung-uk Kim2016-09-26100-100/+100
| | | | Notes: svn path=/head/; revision=306342
* Merge OpenSSL 1.0.2i.Jung-uk Kim2016-09-22100-200/+200
| | | | Notes: svn path=/head/; revision=306193
* Merge OpenSSL 1.0.2h.Jung-uk Kim2016-05-03101-99/+360
| | | | | | | Relnotes: yes Notes: svn path=/head/; revision=298998
* Merge OpenSSL 1.0.2g.Jung-uk Kim2016-03-01100-192/+325
| | | | | | | Relnotes: yes Notes: svn path=/head/; revision=296279
* Merge OpenSSL 1.0.2f.Jung-uk Kim2016-01-28100-224/+417
| | | | | | | Relnotes: yes Notes: svn path=/head/; revision=295009
* Merge OpenSSL 1.0.2e.Jung-uk Kim2015-12-0399-207/+437
| | | | Notes: svn path=/head/; revision=291719
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* Clean up OpenSSL makefiles.Jung-uk Kim2015-11-061-0/+2
| | | | Notes: svn path=/head/; revision=290460
* Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-3099-131/+3216
| | | | Notes: svn path=/head/; revision=290207
* Merge OpenSSL 1.0.1p.Jung-uk Kim2015-07-0984-84/+84
| | | | Notes: svn path=/head/; revision=285329
* new dependsSimon J. Gerraty2015-06-161-0/+1
| | | | Notes: svn path=/head/; revision=284481
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-2786-1043/+1981
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=283595
| * \ Merge from head@274682Simon J. Gerraty2014-11-1984-115/+476
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1982-89/+94
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * | | | Merge headSimon J. Gerraty2014-04-2882-248/+202
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-1283-168/+168
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=249429
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * | | | | | Sync from headSimon J. Gerraty2012-11-0484-205/+780
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | | | | | Merge OpenSSL 1.0.1o.Jung-uk Kim2015-06-1284-84/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=284329
* | | | | | | | Merge OpenSSL 1.0.1n.Jung-uk Kim2015-06-1184-232/+212
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=284283
* | | | | | | Disable insecure SSLv2 support from the base OpenSSL.Jung-uk Kim2015-03-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1304 Notes: svn path=/head/; revision=280306
* | | | | | | Merge OpenSSL 1.0.1m.Jung-uk Kim2015-03-2085-169/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=280297
* | | | | | | Merge OpenSSL 1.0.1l.Jung-uk Kim2015-01-1683-83/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week Relnotes: yes Notes: svn path=/head/; revision=277270
* | | | | | | Merge OpenSSL 1.0.1k.Jung-uk Kim2015-01-0883-1033/+1774
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=276861
* | | | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275077