Skip to content

Commit

Permalink
Remove OpenSSL 1.0 for tacd
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Nov 13, 2024
1 parent b60935c commit c105587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ 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]

### Changed
- tacd does no longer supports OpenSSL 1.0.


## [0.23.0] - 2024-02-10

### Added
Expand Down
3 changes: 0 additions & 3 deletions tacd/src/openssl_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use std::thread;
#[cfg(target_family = "unix")]
use std::os::unix::net::UnixListener;

#[cfg(ossl110)]
const ALPN_ERROR: AlpnError = AlpnError::ALERT_FATAL;
#[cfg(not(ossl110))]
const ALPN_ERROR: AlpnError = AlpnError::NOACK;

macro_rules! listen_and_accept {
($lt: ident, $addr: ident, $acceptor: ident) => {
Expand Down

0 comments on commit c105587

Please sign in to comment.