<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Version.map</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4757b351ea9d59d71d4a38b82506d2d16fcd560d - openssl: Import version 3.5.1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#4757b351ea9d59d71d4a38b82506d2d16fcd560d</link>
        <description>openssl: Import version 3.5.1Migrate to OpenSSL 3.5 in advance of FreeBSD 15.0. OpenSSL 3.0 will beEOL after 2026-09-07.Approved by:	philip (mentor)Sponsored by:	Alpha-Omega Beach Cleaning ProjectSponsored by:	The FreeBSD FoundationDifferential revision:	https://reviews.freebsd.org/D51613

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Fri, 11 Jul 2025 23:57:10 +0200</pubDate>
        <dc:creator>Pierre Pronchery &lt;khorben@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ffb5c849c86fbc300e2b35bb9ee42997c3535e7 - openssl: don&apos;t export nonexistant symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#5ffb5c849c86fbc300e2b35bb9ee42997c3535e7</link>
        <description>openssl: don&apos;t export nonexistant symbolsThese are all OpenSSL 1.1.0 and 1.1.1 symbols that aren&apos;t present in ourOpenSSL 3.0 builds.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D44249

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Mon, 22 Apr 2024 21:13:28 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebd508a0b2719e15575e8a2224f0730c4d37afec - openssl: include d2i_KeyParams() and d2i_KeyParams_bio()</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#ebd508a0b2719e15575e8a2224f0730c4d37afec</link>
        <description>openssl: include d2i_KeyParams() and d2i_KeyParams_bio()These functions are new, and some ports (e.g.opensc) expect to have themavailable. Add the file they&apos;re defined in to the build, and add themto Version.map.PR:		270076Reviewed by:	markj, emaste, pierreFixes:	b077aed33b7b (&quot;Merge OpenSSL 3.0.9&quot;)Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D40914

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Fri, 07 Jul 2023 21:25:34 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f6446b33064f099e7c20c6465116a91bdf0e141 - Do not expose architecture specific symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#6f6446b33064f099e7c20c6465116a91bdf0e141</link>
        <description>Do not expose architecture specific symbolsThe following methods have existed since 1.0.2, however, they aredeprecated and are not available on all architectures.- EC_GFp_nistp224_method- EC_GFp_nistp256_method- EC_GFp_nistp521_methodDo not expose them via libcrypto.Discussed with:	emaste

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Sat, 24 Jun 2023 11:13:31 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b077aed33b7b6aefca7b17ddb250cf521f938613 - Merge OpenSSL 3.0.9</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#b077aed33b7b6aefca7b17ddb250cf521f938613</link>
        <description>Merge OpenSSL 3.0.9Migrate to OpenSSL 3.0 in advance of FreeBSD 14.0.  OpenSSL 1.1.1 (theversion we were previously using) will be EOL as of 2023-09-11.Most of the base system has already been updated for a seamless switchto OpenSSL 3.0.  For many components we&apos;ve added`-DOPENSSL_API_COMPAT=0x10100000L` to CFLAGS to specify the API version,which avoids deprecation warnings from OpenSSL 3.0.  Changes have alsobeen made to avoid OpenSSL APIs that were already deprecated in OpenSSL1.1.1.  The process of updating to contemporary APIs can continue afterthis merge.Additional changes are still required for libarchive and Kerberos-related libraries or tools; workarounds will immediately follow thiscommit.  Fixes are in progress in the upstream projects and will beincorporated when those are next updated.There are some performance regressions in benchmarks (certain tests in`openssl speed`) and in some OpenSSL consumers in ports (e.g.  haproxy).Investigation will continue for these.Netflix&apos;s testing showed no functional regression and a rather small,albeit statistically significant, increase in CPU consumption withOpenSSL 3.0.Thanks to ngie@ and des@ for updating base system components, toantoine@ and bofh@ for ports exp-runs and port fixes/workarounds, and toNetflix and everyone who tested prior to commit or contributed to thisupdate in other ways.PR:		271615PR:		271656 [exp-run]Relnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Sat, 24 Jun 2023 00:53:35 +0200</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7ad70d22c667173586c04fc13dd315995d78fbbf - libcrypto: Add symbol versions for symbols added since 1.1.1d.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#7ad70d22c667173586c04fc13dd315995d78fbbf</link>
        <description>libcrypto: Add symbol versions for symbols added since 1.1.1d.While here, trim a spurious local: I missed when added SSL_sendfile.PR:		255277Reported by:	yuriReviewed by:	jkimMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D30483

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Sat, 29 May 2021 00:18:15 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61c1328eb016476ee7ff5ad65d8224bb43e572db - Merge ^/head r352105 through r352307.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#61c1328eb016476ee7ff5ad65d8224bb43e572db</link>
        <description>Merge ^/head r352105 through r352307.

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Fri, 13 Sep 2019 23:15:01 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da327cd22e88f26f6cab9d4c45805b512139aa11 - Merge OpenSSL 1.1.1d.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#da327cd22e88f26f6cab9d4c45805b512139aa11</link>
        <description>Merge OpenSSL 1.1.1d.

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Tue, 10 Sep 2019 23:08:17 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>610a21fd82f731685fabbf6da5387e981b07fbbd - Merge OpenSSL 1.1.1c.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#610a21fd82f731685fabbf6da5387e981b07fbbd</link>
        <description>Merge OpenSSL 1.1.1c.

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Tue, 28 May 2019 23:54:12 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1da7787f71f19e32f5123904324c67a564a950cd - Merge the remainder of the projects/openssl111 branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#1da7787f71f19e32f5123904324c67a564a950cd</link>
        <description>Merge the remainder of the projects/openssl111 branch to head.- Update OpenSSL to version 1.1.1.- Update Kerberos/Heimdal API for OpenSSL 1.1.1 compatibility.- Bump __FreeBSD_version.Approved by:	re (kib)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Tue, 09 Oct 2018 23:28:26 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cec27dca41f49438670a4222883f41d468a2d25b - Add OpenSSL symbol version maps.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/lib/libcrypto/Version.map#cec27dca41f49438670a4222883f41d468a2d25b</link>
        <description>Add OpenSSL symbol version maps.Note the files are not automatically generated for now.

            List of files:
            /freebsd/secure/lib/libcrypto/Version.map</description>
        <pubDate>Fri, 14 Sep 2018 01:51:54 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
