Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):

- brain/        LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
                dispatch, A51 channels, and the OSINT cluster
- knowledge/    LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
                MITRE ATT&CK data
- reference/    defensive threat-reference (C3, shhbruh doc) + AdaYaml parser

License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.

Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.

https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
2026-06-10 06:53:01 +00:00

2.5 KiB

Standards and References - TLS 1.3 Configuration

Primary Standards

RFC 8446 - The Transport Layer Security (TLS) Protocol Version 1.3

  • URL: https://www.rfc-editor.org/rfc/rfc8446
  • Description: The core TLS 1.3 specification
  • Key changes: 1-RTT handshake, mandatory PFS, removed RSA key transport, encrypted handshake messages

RFC 8447 - IANA Registry Updates for TLS and DTLS

RFC 8449 - Record Size Limit Extension for TLS

RFC 8470 - Using Early Data in HTTP (0-RTT)

RFC 6961 - TLS Multiple Certificate Status Extension (OCSP Stapling)

RFC 6797 - HTTP Strict Transport Security (HSTS)

NIST Guidelines

NIST SP 800-52 Rev. 2 - Guidelines for TLS Implementations

NIST SP 800-57 Part 3 Rev. 1 - Application-Specific Key Management

Testing Tools

testssl.sh

SSL Labs Server Test

Mozilla SSL Configuration Generator

Compliance

PCI DSS v4.0

  • TLS 1.0 and early TLS prohibited since June 2018
  • TLS 1.2+ required; TLS 1.3 recommended
  • Strong cipher suites must be configured

HIPAA

  • Encryption in transit required for ePHI
  • TLS 1.2+ satisfies the requirement