openssh-protocol: Haskell implementation of openssh protocol primitives.

[ bsd3, library, security ] [ Propose Tags ]

This is a library collecting openssh protocol primitives using cereal.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), bytestring (>=0.10 && <0.11), cereal (>=0.5 && <0.6), integer-logarithms (>=1 && <2), text (>=1 && <2), time (>=1 && <2), vector (>=0.12 && <0.13) [details]
License BSD-3-Clause
Copyright (c) 2019, HotelKilo
Author Mark Hibberd
Maintainer mth@smith.st
Category Security
Home page https://github.com/smith-security/openssh-protocol
Bug tracker https://github.com/smith-security/openssh-protocol/issues
Source repo head: git clone git@github.com:smith-security/openssh-protocol.git
Uploaded by MarkHibberd at 2019-02-08T08:22:22Z
Distributions
Downloads 575 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-02-08 [all 1 reports]

Readme for openssh-protocol-0.0.1

[back to package description]

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.