ssh-openpgp-auth 0.2.2

Command-line tool that provides client-side functionality to transparently verify the identity of remote SSH hosts
Documentation
<!--
# SPDX-FileCopyrightText: 2024 David Runge <dave@sleepmap.de>
# SPDX-FileCopyrightText: 2024 Wiktor Kwapisiewicz <wiktor@metacode.biz>
# SPDX-License-Identifier: CC0-1.0
-->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2]https://codeberg.org/wiktor/ssh-openpgp-auth/compare/ssh-openpgp-auth-v0.2.1...ssh-openpgp-auth-v0.2.2 - 2024-02-29

### Fixed
- *(ssh-openpgp-auth)* Disregard expired and revoked host certificates
- *(ssh-openpgp-auth)* Simplify logic for getting certs from cert store
- *(ssh-openpgp-auth)* Do not consider revoked authentication subkeys

### Other
- Use NLNet's template in the "Funding/Sponsors" section

## [0.2.1]https://codeberg.org/wiktor/ssh-openpgp-auth/compare/ssh-openpgp-auth-v0.2.0...ssh-openpgp-auth-v0.2.1 - 2024-02-10

### Other
- update Cargo.lock dependencies