diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2022-01-19 13:11:40 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-19 14:04:49 +0100 |
| commit | ec5c6d8a196d0ed71f731d2fd6035d0501efc9a5 (patch) | |
| tree | be618e1cbf8109c4a5306144b6baeec2789a7d91 /gnu | |
| parent | 8427e46dd8088954ed041a4fcaad34365360e43a (diff) | |
gnu: Add rust-pkcs8-0.7.
* gnu/packages/crates-io.scm (rust-pkcs8-0.7): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 33a89a6dba1..91958fe28a6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -38845,6 +38845,36 @@ Standards (PKCS) #5: Password-Based Cryptography Specification Version | |||
| 38845 | 2.1 (RFC 8018).") | 38845 | 2.1 (RFC 8018).") |
| 38846 | (license (list license:asl2.0 license:expat)))) | 38846 | (license (list license:asl2.0 license:expat)))) |
| 38847 | 38847 | ||
| 38848 | (define-public rust-pkcs8-0.7 | ||
| 38849 | (package | ||
| 38850 | (name "rust-pkcs8") | ||
| 38851 | (version "0.7.6") | ||
| 38852 | (source | ||
| 38853 | (origin | ||
| 38854 | (method url-fetch) | ||
| 38855 | (uri (crate-uri "pkcs8" version)) | ||
| 38856 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 38857 | (sha256 | ||
| 38858 | (base32 "0iq46p6fa2b8xy6pj52zpmdy8ya3fg31dj4rc19x1fi69nvgjgpf")))) | ||
| 38859 | (build-system cargo-build-system) | ||
| 38860 | (arguments | ||
| 38861 | `(#:skip-build? #t | ||
| 38862 | #:cargo-inputs | ||
| 38863 | (("rust-der" ,rust-der-0.4) | ||
| 38864 | ("rust-pem-rfc7468" ,rust-pem-rfc7468-0.2) | ||
| 38865 | ("rust-pkcs1" ,rust-pkcs1-0.2) | ||
| 38866 | ("rust-pkcs5" ,rust-pkcs5-0.3) | ||
| 38867 | ("rust-rand-core" ,rust-rand-core-0.6) | ||
| 38868 | ("rust-spki" ,rust-spki-0.4) | ||
| 38869 | ("rust-zeroize" ,rust-zeroize-1)))) | ||
| 38870 | (home-page "https://github.com/RustCrypto/formats/tree/master/pkcs8") | ||
| 38871 | (synopsis "Implementation of Public-Key Cryptography Standards (PKCS) #8") | ||
| 38872 | (description | ||
| 38873 | "This package is a pure Rust implementation of Public-Key Cryptography | ||
| 38874 | Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), | ||
| 38875 | with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).") | ||
| 38876 | (license (list license:asl2.0 license:expat)))) | ||
| 38877 | |||
| 38848 | (define-public rust-pkg-config-0.3 | 38878 | (define-public rust-pkg-config-0.3 |
| 38849 | (package | 38879 | (package |
| 38850 | (name "rust-pkg-config") | 38880 | (name "rust-pkg-config") |
