GNU bug report logs -
#64965
Add glirc
Previous Next
Full log
Message #17 received at 64965 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/haskell-crypto.scm (ghc-hsopenssl-x509-system):
New public variable.
---
gnu/packages/haskell-crypto.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 4314ad4937..7e1935ece3 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -747,6 +747,29 @@ (define-public ghc-hsopenssl
implementation of SSL.")
(license license:public-domain)))
+(define-public ghc-hsopenssl-x509-system
+ (package
+ (name "ghc-hsopenssl-x509-system")
+ (version "0.1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "HsOpenSSL-x509-system" version))
+ (sha256
+ (base32 "15mp70bqg1lzp971bzp6wym3bwzvxb76hzbgckygbfa722xyymhr"))))
+ (build-system haskell-build-system)
+ (inputs
+ (list ghc-hsopenssl))
+ (properties '((upstream-name . "HsOpenSSL-x509-system")))
+ (home-page "https://github.com/redneb/HsOpenSSL-x509-system")
+ (synopsis "Use the system's native CA certificate store with HsOpenSSL")
+ (description
+ "This package provides a cross-platform library that tries to find
+a (reasonable) CA certificate bundle that can be used with HsOpenSSL to verify
+the certificates of remote peers. It is for HsOpenSSL what x509-system is for
+the tls package, and borrows some ideas from x509-system.")
+ (license license:bsd-3)))
+
(define-public ghc-openssl-streams
(package
(name "ghc-openssl-streams")
--
2.41.0
This bug report was last modified 1 year and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.