From 1a31b809186bcd58e0343bfd15ca2413c4998c2b Mon Sep 17 00:00:00 2001 From: iranl Date: Sun, 16 Feb 2025 23:28:56 +0100 Subject: [PATCH] DuoAuth license --- lib/DuoAuthLibrary/AUTHORS | 1 + lib/DuoAuthLibrary/CHANGELOG.md | 5 +++++ lib/DuoAuthLibrary/library.properties | 8 ++++---- lib/DuoAuthLibrary/src/DuoAuthLib.cpp | 6 ++++++ lib/DuoAuthLibrary/src/DuoAuthLib.h | 6 ++++++ 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/lib/DuoAuthLibrary/AUTHORS b/lib/DuoAuthLibrary/AUTHORS index dee7f70..295b394 100644 --- a/lib/DuoAuthLibrary/AUTHORS +++ b/lib/DuoAuthLibrary/AUTHORS @@ -2,3 +2,4 @@ # List of Authors Gary Oppel +iranl <25727444+iranl@users.noreply.github.com> \ No newline at end of file diff --git a/lib/DuoAuthLibrary/CHANGELOG.md b/lib/DuoAuthLibrary/CHANGELOG.md index b397015..4dd6880 100644 --- a/lib/DuoAuthLibrary/CHANGELOG.md +++ b/lib/DuoAuthLibrary/CHANGELOG.md @@ -5,3 +5,8 @@ v1.0.0 (08/26/2020) ------ * Initial Library Release + +v1.1.0 (01/20/2025) +------ + +* Enable using ESP32 CA Certificate bundle diff --git a/lib/DuoAuthLibrary/library.properties b/lib/DuoAuthLibrary/library.properties index 5ea5068..4fc35d3 100644 --- a/lib/DuoAuthLibrary/library.properties +++ b/lib/DuoAuthLibrary/library.properties @@ -1,9 +1,9 @@ name=Duo Auth Library -version=1.0.0 -author=Gary Oppel -maintainer=Gary Oppel +version=1.1.0 +author=iranl +maintainer=iranl sentence=Enables Duo Authentication within your ESP32 Wi-Fi Projects paragraph=Extends Duo Authentication API's for Push, Passcode, and Asynchronous Push Authentication requests. category=Other -url=https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32 +url=https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary architectures=esp32 diff --git a/lib/DuoAuthLibrary/src/DuoAuthLib.cpp b/lib/DuoAuthLibrary/src/DuoAuthLib.cpp index 4f3a342..2667c37 100644 --- a/lib/DuoAuthLibrary/src/DuoAuthLib.cpp +++ b/lib/DuoAuthLibrary/src/DuoAuthLib.cpp @@ -2,6 +2,7 @@ *@license * *Copyright 2020 Cisco Systems, Inc. or its affiliates + *Modifications copyright (C) 2025 iranl / Nuki Hub * *Licensed under the Apache License, Version 2.0 (the "License"); *you may not use this file except in compliance with the License. @@ -24,6 +25,11 @@ * @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32 * @version 1.0.0 * @author Gary Oppel + + * @url https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary + * @version 1.1.0 + * @author iranl <25727444+iranl@users.noreply.github.com> + * Modified to enable using ESP32 CA Certificate bundle */ //Include DuoAuthLib Library Header diff --git a/lib/DuoAuthLibrary/src/DuoAuthLib.h b/lib/DuoAuthLibrary/src/DuoAuthLib.h index 636d630..5c60301 100644 --- a/lib/DuoAuthLibrary/src/DuoAuthLib.h +++ b/lib/DuoAuthLibrary/src/DuoAuthLib.h @@ -2,6 +2,7 @@ *@license * *Copyright 2020 Cisco Systems, Inc. or its affiliates + *Modifications copyright (C) 2025 iranl / Nuki Hub * *Licensed under the Apache License, Version 2.0 (the "License"); *you may not use this file except in compliance with the License. @@ -24,6 +25,11 @@ * @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32 * @version 1.0.0 * @author Gary Oppel + + * @url https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary + * @version 1.1.0 + * @author iranl <25727444+iranl@users.noreply.github.com> + * Modified to enable using ESP32 CA Certificate bundle */ //Verify that the Duo Auth Library descriptor is only included once