Skip to content
GitHub Actions edited this page Jan 2, 2026 · 1 revision

pki_client.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/pki_client.cpp

Purpose: Client utilities for PKI interactions (fetching certs, validating chains).

Public functions / symbols:

  • static std::string base64_encode(const std::vector<uint8_t>& data) {
  • ``
  • for (unsigned char c : s) {
  • if (c < 128) {
  • if (valb >= 0) {
  • for (size_t i = 0; i < bytes / 8; ++i) {
  • if (pkey) {
  • if (rsa) {
  • if (ok == 1) {
  • if (pub) {
  • oss << std::hex << dis(gen);
  • BIO_free(bio);
  • BN_free(bn);
  • X509_free(cert);
  • RSA_free(rsa);
  • EVP_PKEY_free(pub);
  • EVP_PKEY_free(pkey);

ThemisDB Dokumentation

Version: 1.3.0 | Stand: Dezember 2025


📋 Schnellstart


🏗️ Architektur


🗄️ Basismodell


💾 Storage & MVCC


📇 Indexe & Statistiken


🔍 Query & AQL


💰 Caching


📦 Content Pipeline


🔎 Suche


⚡ Performance & Benchmarks


🏢 Enterprise Features


✅ Qualitätssicherung


🧮 Vektor & GNN


🌍 Geo Features


🛡️ Sicherheit & Governance

Authentication

Schlüsselverwaltung

Verschlüsselung

TLS & Certificates

PKI & Signatures

PII Detection

Vault & HSM

Audit & Compliance

Security Audits

Gap Analysis


🚀 Deployment & Betrieb

Docker

Observability

Change Data Capture

Operations


💻 Entwicklung

API Implementations

Changefeed

Security Development

Development Overviews


📄 Publikation & Ablage


🔧 Admin-Tools


🔌 APIs


📚 Client SDKs


📊 Implementierungs-Zusammenfassungen


📅 Planung & Reports


📖 Dokumentation


📝 Release Notes


📖 Styleguide & Glossar


🗺️ Roadmap & Changelog


💾 Source Code Documentation

Main Programs

Source Code Module


🗄️ Archive


🤝 Community & Support


Vollständige Dokumentation: https://makr-code.github.io/ThemisDB/

Clone this wiki locally