https://github.com/haskell-cryptography/HsOpenSSL
cryptography haskell openssl
Last synced: about 1 month ago
Repository metadata:
OpenSSL binding for Haskell
- Host: GitHub
- URL: https://github.com/haskell-cryptography/HsOpenSSL
- Owner: haskell-cryptography
- License: cc0-1.0
- Fork: true (depressed-pho/HsOpenSSL)
- Created: 2015-05-27T23:19:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T22:17:42.000Z (about 2 months ago)
- Last Synced: 2024-10-29T22:00:33.666Z (about 2 months ago)
- Topics: cryptography, haskell, openssl
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/HsOpenSSL
- Size: 807 KB
- Stars: 23
- Watchers: 4
- Forks: 33
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Owner metadata:
- Name: Haskell Cryptography Group
- Login: haskell-cryptography
- Email:
- Kind: organization
- Description: Our mission is to support open-source maintainers of cryptography projects in Haskell
- Website: https://haskell-cryptography.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/97368000?v=4
- Repositories: 12
- Last Synced at: 2024-03-25T21:15:06.563Z
- Profile URL: https://github.com/haskell-cryptography
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 392
Total Committers: 51
Avg Commits per committer: 7.686
Development Distribution Score (DDS): 0.615
Commits in past year: 13
Committers in past year: 7
Avg Commits per committer in past year: 1.857
Development Distribution Score (DDS) in past year: 0.769
Name | Commits | |
---|---|---|
pho | p****o@c****g | 151 |
Vladimir Shabanov | v****f@g****m | 67 |
Vladimir Shabanov | d****v@v****m | 44 |
agl | a****l@i****g | 19 |
Mikhail Vorozhtsov | m****v@g****m | 14 |
Taru Karttunen | t****i@t****t | 11 |
shak-mar | s****r@o****g | 5 |
Akshay Mankar | i****r@g****m | 4 |
Mikhail Glushenkov | m****v@g****m | 4 |
Oleg Grenrus | o****s@i****i | 4 |
agl | a****l@g****m | 4 |
amesgen | a****n@a****e | 4 |
Andrew Cady | d@j****t | 3 |
Ben Gamari | b****s@g****m | 3 |
Eric Mertens | e****s@g****m | 3 |
Ishan Sharma | i****s@j****n | 3 |
Ryan Desfosses | r****n@d****g | 3 |
Tommy Bidne | t****e@p****m | 3 |
Miro Kuratczyk | m****k@g****m | 3 |
Anton K | s****1@p****m | 2 |
Anton Kondrachkov | S****1@p****m | 2 |
Herbert Valerio Riedel | h****r@g****g | 2 |
Julian Ospald | h****l@p****e | 2 |
Peter Gammie | p****2@g****m | 2 |
Ryan Scott | r****t@g****m | 2 |
Tim Newsham | t****m@i****m | 2 |
Alex Biehl | a****l@g****m | 2 |
Adam Sandberg Ericsson | a****m@s****e | 1 |
Andrew Cowie | a****w@o****m | 1 |
Baojun Wang | w****j@g****m | 1 |
and 21 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 104,174 total
- Total dependent packages: 18
- Total dependent repositories: 170
- Total versions: 86
- Total maintainers: 3
hackage: HsOpenSSL
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages. It has also some capabilities of creating SSL clients and servers. This package is in production use by a number of Haskell based systems and stable. You may also be interested in the tls package, http://hackage.haskell.org/package/tls, which is a pure Haskell implementation of SSL.
- Homepage: https://github.com/haskell-cryptography/HsOpenSSL
- Licenses: LicenseRef-PublicDomain
- Latest release: 0.11.7 (published over 3 years ago)
- Last Synced: 2024-11-11T02:44:45.223Z (about 1 month ago)
- Versions: 86
- Dependent Packages: 18
- Dependent Repositories: 170
- Downloads: 104,174 Total
-
Rankings:
- Downloads: 1.283%
- Dependent packages count: 2.04%
- Dependent repos count: 2.775%
- Average: 6.008%
- Forks count: 7.386%
- Stargazers count: 16.558%
- Maintainers (3)
Dependencies
- base >=4.8 && <5
- bytestring >=0.9 && <0.12
- integer-gmp >=1.0.0 && <1.1.0
- network >=2.1 && <3.2
- time >=1.5 && <1.13
- HsOpenSSL * test
- base >=4.8 && <5 test
- bytestring >=0.9 && <0.12 test