diff options
| author | Werner Koch <[email protected]> | 2025-11-28 14:52:46 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-11-28 15:04:37 +0000 |
| commit | 674aa54242d121354b5edd066d6753194446cbd7 (patch) | |
| tree | 9c84746c345cc34f350ddb8766183a8bcc72f655 /common | |
| parent | common:dotlock: Escalate a warning message up to INFO from DEBUG. (diff) | |
| download | gnupg-master.tar.gz gnupg-master.zip | |
* dirmngr/dirmngr.h (COMPAT_OCSP_SHA256_CERTID): New.
* dirmngr/dirmngr.c (compatibility_flags): Add compat flag.
(my_ksba_hash_buffer): Support SHA256.
* dirmngr/ocsp.c (do_ocsp_request): Make use of the flag.
--
Note that this requires a newer Libksba. Older Libksba versions
ignore the request to use SHA256.
Diffstat (limited to 'common')
| -rw-r--r-- | common/percent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/percent.c b/common/percent.c index debf15784..80ebb5387 100644 --- a/common/percent.c +++ b/common/percent.c @@ -25,6 +25,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, see <https://www.gnu.org/licenses/>. + * SPDX-License-Identifier: (LGPL-3.0-or-later OR GPL-2.0-or-later) */ #include <config.h> |
