From 5ce021654b71973f1f53ede20ad22be0fb17d8dc Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 22 Mar 2019 14:23:53 +0100 Subject: [PATCH] Wording --- DESCRIPTION | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0146c36..b7be515 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 1.3 Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")), person("Oliver", "Keyes", role = "ctb")) -Description: Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. +Description: Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public diff --git a/README.md b/README.md index 243384d..244cea5 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/openssl)](http://cran.r-project.org/package=openssl) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/openssl)](http://cran.r-project.org/web/packages/openssl/index.html) -> Bindings to OpenSSL libssl and libcrypto, plus custom SSH - pubkey parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521. +> Bindings to OpenSSL libssl and libcrypto, plus custom SSH key + parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES block cipher is used in CBC mode for symmetric encryption; RSA for asymmetric (public key) encryption. High-level envelope functions combine