Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
depressed-pho committed Nov 15, 2011
1 parent 4645ab4 commit fdff079
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 134 deletions.
1 change: 0 additions & 1 deletion .ditz-plugins

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
@@ -1,7 +1,6 @@
*.hi
*.o

.ditz-config
Setup
dist
examples/GenRSAKey
Expand Down
37 changes: 19 additions & 18 deletions HsOpenSSL.cabal
@@ -1,26 +1,27 @@
Name: HsOpenSSL
Synopsis: (Incomplete) OpenSSL binding for Haskell
Name: HsOpenSSL
Synopsis: (Incomplete) OpenSSL binding for Haskell
Description:
HsOpenSSL is an (incomplete) 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 also has some capabilities of
creating SSL clients and servers.
Version: 0.10.1.1
License: PublicDomain
License-File: COPYING
Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Maintainer: PHO <pho at cielonegro dot org>
Stability: stable
Homepage: http://cielonegro.org/HsOpenSSL.html
Bug-Reports: http://static.cielonegro.org/ditz/HsOpenSSL/
Category: Cryptography
Tested-With: GHC == 7.0.3
HsOpenSSL is an (incomplete) 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.
Version: 0.10.1.2
License: PublicDomain
License-File: COPYING
Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Maintainer: PHO <pho at cielonegro dot org>
Stability: stable
Homepage: https://github.com/phonohawk/HsOpenSSL
Bug-Reports: https://github.com/phonohawk/HsOpenSSL/issues
Category: Cryptography
Tested-With: GHC == 7.0.3
Cabal-Version: >= 1.6
Build-Type: Simple
Build-Type: Simple
Extra-Source-Files:
AUTHORS
NEWS
README.rst
cbits/HsOpenSSL.h
cbits/mutex.h
examples/Makefile
Expand Down
4 changes: 2 additions & 2 deletions NEWS
@@ -1,7 +1,7 @@
-*- coding: utf-8 -*-

Changes from 0.10.1.1 to ?
--------------------------
Changes from 0.10.1.1 to 0.10.1.2
---------------------------------
* Applied a patch by Mikhail Vorozhtsov:
- Moved all EVP-related private functions to OpenSSL.EVP.Internal.

Expand Down
26 changes: 0 additions & 26 deletions bugs/issue-450768bf423579aa5ff1bf307d2786cf3a800214.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions bugs/issue-62016a58318e673bf7593c0d5365630f4bd5a462.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions bugs/issue-c63663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions bugs/issue-f9e485b28bf91b0932b66d9039f7fd7d578f7681.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions bugs/project.yaml

This file was deleted.

0 comments on commit fdff079

Please sign in to comment.