tourze / tls-handshake-messages
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tourze/tls-handshake-messages
Requires
- php: ^8.1
- tourze/tls-common: 0.0.*
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-09-30 14:26:03 UTC
README
This package implements TLS handshake protocol message structures, including:
- Message type and format definitions
- Serialization and deserialization of handshake messages
- Message integrity validation
- Message processing utilities
Installation
composer require tourze/tls-handshake-messages
Usage
Documentation coming soon.
License
MIT