<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>acd546f01e58354af049455472980c6c4a52e18b - */*: remove recallocarray() compat shims following import into libc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#acd546f01e58354af049455472980c6c4a52e18b</link>
        <description>*/*: remove recallocarray() compat shims following import into libclibopenbsd retains recallocarray() during bootstrapping for nowas it is needed for mandoc.Reviewed by:	kibDifferential Revision: https://reviews.freebsd.org/D52864

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Thu, 02 Oct 2025 16:36:13 +0200</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60a517b66a69b8c011b04063ef63a938738719bd - libfido2: update to 1.14.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#60a517b66a69b8c011b04063ef63a938738719bd</link>
        <description>libfido2: update to 1.14.0Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Sat, 04 May 2024 18:51:08 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ccfa855b2fc331819953e3de1b1c15ce5b95a7e - libfido2: update to 1.13.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#2ccfa855b2fc331819953e3de1b1c15ce5b95a7e</link>
        <description>libfido2: update to 1.13.0Some highlights from NEWS entries: ** Improved OpenSSL 3.0 compatibility. ** Support for hidraw(4) on FreeBSD; gh#597. ** Improved support for FIDO 2.1 authenticators.PR:		273596Relnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Tue, 19 Sep 2023 19:06:12 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>469c325a49dc5a522fed21e2ee8ff91e5c6e5c64 - libfido2: specify OpenSSL 1.1 API</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#469c325a49dc5a522fed21e2ee8ff91e5c6e5c64</link>
        <description>libfido2: specify OpenSSL 1.1 APIOPENSSL_API_COMPAT can be used to specify the OpenSSL API version inuse for the purpose of hiding deprecated interfaces and enablingthe appropriate deprecation notices.This change is a NFC while we&apos;re still using OpenSSL 1.1.1 but willavoid deprecation warnings upon the switch to OpenSSL 3.0.  A futurelibfido2 update may switch to use OpenSSL 3.0 APIs.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Tue, 09 May 2023 14:44:23 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e696dfb7009cd8ffa12e36f48f4339bb7a2048d - libfido2: update to 1.10.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#3e696dfb7009cd8ffa12e36f48f4339bb7a2048d</link>
        <description>libfido2: update to 1.10.0Some highlights from NEWS: ** bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*();    gh#480. ** New API calls:  - fido_dev_info_set;  - fido_dev_io_handle;  - fido_dev_new_with_info;  - fido_dev_open_with_info. ** Documentation and reliability fixes. ** Support for TPM 2.0 attestation of COSE_ES256 credentials.Relnotes:       YesSponsored by:   The FreeBSD Foundation

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Sat, 06 May 2023 01:57:34 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f540a43052c12c76d3453ead881248d5467a1ab0 - libfido2: update to 1.9.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#f540a43052c12c76d3453ead881248d5467a1ab0</link>
        <description>libfido2: update to 1.9.0Some highlights from NEWS: ** Added OpenSSL 3.0 compatibility. ** Removed OpenSSL 1.0 compatibility. ** Support for FIDO 2.1 &quot;minPinLength&quot; extension. ** Support for COSE_EDDSA, COSE_ES256, and COSE_RS1 attestation. ** Support for TPM 2.0 attestation. ** Support for device timeouts; see fido_dev_set_timeout(). ** New API calls:  - es256_pk_from_EVP_PKEY;  - fido_cred_attstmt_len;  - fido_cred_attstmt_ptr;  - fido_cred_pin_minlen;  - fido_cred_set_attstmt;  - fido_cred_set_pin_minlen;  - fido_dev_set_pin_minlen_rpid;  - fido_dev_set_timeout;  - rs256_pk_from_EVP_PKEY. ** Reliability and portability fixes. ** Better handling of HID devices without identification strings; gh#381.Relnotes:       YesSponsored by:   The FreeBSD Foundation

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Sat, 06 May 2023 01:11:52 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b1e19ad78c6a3f84f81cb1a16a39500f0337062 - Add libfido2 to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libfido2/Makefile#7b1e19ad78c6a3f84f81cb1a16a39500f0337062</link>
        <description>Add libfido2 to the buildFrom https://github.com/Yubico/libfido2:    libfido2 provides library functionality and command-line tools to    communicate with a FIDO device over USB, and to verify attestation    and assertion signatures.    libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)    protocols.libfido2 will be used by ssh to support FIDO/U2F keys. It is currentlyintended only for use by ssh, and so is installed as a PRIVATELIB and isplaced in the ssh pkgbase package.This is currently disabled for the 32-bit library build as libfido2 isnot compatible with the COMPAT_32BIT hack in usb_ioctl.h.Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D32448

            List of files:
            /freebsd/lib/libfido2/Makefile</description>
        <pubDate>Thu, 07 Oct 2021 03:52:05 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
