AIA is a Python library for chasing Authority Information Access (AIA) extensions in TLS certificate chains, building and verifying certificate paths using OpenSSL. Current version is 0.2.0, with an unknown release cadence (appears sporadically maintained).
pip install aiaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a PEM certificate and chase its AIA extension to build the issuer chain.
Pin dependency to exact version: aia==0.2.0
Install OpenSSL development headers: apt-get install libssl-dev
Wrap call with timeout or run in a separate thread with timeout.