tourze / tls-handshake-messages
0.0.1
2025-06-15 05:33 UTC
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-06-15 05:37:05 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