Commit 28a9daf3 authored by jan.koester's avatar jan.koester
Browse files

deb

parent 80f7bb8f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
libnetplus (20260514+17) unstable; urgency=high

  * CertificateBundle: add EC P-256 private key support — try RSA parse
    first, fall back to EC key extraction from PKCS#8/SEC1 DER
  * CertificateBundle: add ecPrivateKey/has_ec_key fields for ECDSA certs
  * TLS 1.3 CertificateVerify: load EC key from selected cert bundle
  * Fix crash on PEM key load when key is ECDSA (not RSA)

 -- Jan Koester <jan.koester@tuxist.de>  Wed, 14 May 2026 13:00:00 +0200

libnetplus (20260514+16) unstable; urgency=medium

  * CertificateBundle::loadFromFile: support inline PEM data — auto-detect