openssh-protocol: Haskell implementation of openssh protocol primitives.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This is a library collecting openssh protocol primitives using cereal.


[Skip to Readme]

Properties

Versions 0.0.1, 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:03Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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: