openssh-protocol alternatives and similar packages
Based on the "Security" category.
Alternatively, view openssh-protocol alternatives based on common mentions on social networks and blogs.
-
scyther-proof
A tool for the automatic generation of Isabelle/HOL correctness proofs for security protocols.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of openssh-protocol or a related project?
README
openssh-protocol
Haskell implementation of openssh protocol primitives.
The openssh primitives are defined in RFC4251.
They are used by various parts of the openssh toolchain:
Stability
This library should be considered stable. Primitives will be added but will not removed.
Future
Right now, these are the building blocks required to implement the higher level protocol components. They are useful, but the end goal is to produce public implementations of all the protocol, most importantly:
- Key pair encode/decode.
- Ceritificate encode/decode + signing.
- Agent message protocol.