Commit 54639f55 authored by jan.koester's avatar jan.koester
Browse files

deb

parent 3457c2cb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
libnetplus (20260514+18) unstable; urgency=high

  * Fix base64 decode bug in pemCertToDer (x509) and pemKeyToDer (rsa):
    operator<< encodes raw data to base64, but was used to store already-
    encoded base64 text — replace with setEncodedData() so operator>>
    correctly decodes PEM body to DER binary
  * Same fix applied to inline PEM key parsing in tls.cpp

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

libnetplus (20260514+17) unstable; urgency=high

  * CertificateBundle: add EC P-256 private key support — try RSA parse