security: Phase 2 security enhancements and hardening#11
Open
heathdorn00 wants to merge 2 commits into
Open
Conversation
## Summary - Reverted utility to thin wrapper (removed security scope creep) - Fixed GIOP security build blockers (missing with clauses) - Migrated last unmigrated file (polyorb-x509.adb) - Cleaned up formatting in polyorb-types.ads and corba.ads ## Changes - polyorb-utils-unchecked_deallocation.ads/adb: Simplified to thin wrapper - polyorb-types.ads: Fixed instantiation formatting - corba.ads: Fixed instantiation formatting - polyorb-x509.adb: Migrated to use utility - GIOP security files: Added missing PolyORB.Errors, QoS, Utils imports ## Build Status All syntax checks pass. ## Phase 1 Status Migration complete. Ready for formal review and testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add audit logging for GSSUP credential deallocation (INV-AUDIT-001) - Add RAND_poll calls for OpenSSL PRNG seeding in TLS and SSL modules - Add Destroy procedure declaration for X509 certificate chains - Add Secure_Memory utility for memory zeroization operations These enhancements improve security posture by: - Providing audit trail for sensitive credential lifecycle events - Ensuring proper cryptographic PRNG initialization - Enabling proper cleanup of X509 certificate resources - Supporting secure memory clearing to prevent data leakage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 2 security enhancements that improve the security posture of PolyORB:
Changes
polyorb-security-credentials-gssup.adbpolyorb-tls.adbpolyorb-ssl.adbpolyorb-x509.adspolyorb-security-secure_memory.adsSecurity Benefits
Test plan
Dependencies
🤖 Generated with Claude Code