1Package: openssl
2Type: Package
3Title: Toolkit for Encryption, Signatures and Certificates Based on
4        OpenSSL
5Version: 1.4.6
6Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
7    comment = c(ORCID = "0000-0002-4035-0289")),
8    person("Oliver", "Keyes", role = "ctb"))
9Description: Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.
10    Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic
11    signatures can either be created and verified manually or via x509 certificates.
12    AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric
13    (public key) encryption or EC for Diffie Hellman. High-level envelope functions
14    combine RSA and AES for encrypting arbitrary sized data. Other utilities include key
15    generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random
16    number generator, and 'bignum' math methods for manually performing crypto
17    calculations on large multibyte integers.
18License: MIT + file LICENSE
19URL: https://github.com/jeroen/openssl
20BugReports: https://github.com/jeroen/openssl/issues
21SystemRequirements: OpenSSL >= 1.0.1
22VignetteBuilder: knitr
23Imports: askpass
24Suggests: testthat (>= 2.1.0), digest, knitr, rmarkdown, jsonlite,
25        jose, sodium
26RoxygenNote: 7.1.1
27Encoding: UTF-8
28NeedsCompilation: yes
29Packaged: 2021-12-18 13:12:46 UTC; jeroen
30Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
31  Oliver Keyes [ctb]
32Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
33Repository: CRAN
34Date/Publication: 2021-12-19 03:30:02 UTC
35