[med-svn] [r-cran-openssl] branch upstream updated (6dc69cb -> 859d8f2)

Andreas Tille tille at debian.org
Tue Oct 10 17:14:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch upstream
in repository r-cran-openssl.

      from  6dc69cb   New upstream version 0.9.6
       new  859d8f2   New upstream version 0.9.7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                    |  16 +++---
 LICENSE                        |   2 +-
 MD5                            | 116 +++++++++++++++++++++--------------------
 NAMESPACE                      |   6 ++-
 NEWS                           |  14 +++++
 R/aes.R                        |   2 +-
 R/bignum.R                     |  17 +++++-
 R/cert.R                       |   6 ++-
 R/diffie.R                     |   2 +-
 R/envelope.R                   |   2 +-
 R/read.R                       |  31 +++++++++--
 R/stopifnot.R                  |  10 ++++
 build/vignette.rds             | Bin 355 -> 355 bytes
 configure                      |  37 +++++++++----
 inst/doc/bignum.Rmd            |   2 +-
 inst/doc/bignum.html           |  36 ++++++-------
 inst/doc/crypto_hashing.Rmd    |   2 +-
 inst/doc/crypto_hashing.html   |  16 +++---
 inst/doc/keys.html             |  48 ++++++++---------
 inst/doc/secure_rng.html       |  24 ++++-----
 man/aes_cbc.Rd                 |   3 +-
 man/askpass.Rd                 |   1 -
 man/base64_encode.Rd           |   1 -
 man/bignum.Rd                  |   5 +-
 man/certificates.Rd            |   5 +-
 man/ec_dh.Rd                   |   3 +-
 man/encrypt_envelope.Rd        |   3 +-
 man/fingerprint.Rd             |   1 -
 man/hash.Rd                    |   1 -
 man/keygen.Rd                  |   1 -
 man/my_key.Rd                  |   1 -
 man/openssl.Rd                 |   1 -
 man/openssl_config.Rd          |   1 -
 man/pkcs12.Rd                  |   1 -
 man/rand_bytes.Rd              |   1 -
 man/read_key.Rd                |   3 +-
 man/rsa_encrypt.Rd             |   1 -
 man/signatures.Rd              |   1 -
 man/write_pem.Rd               |   1 -
 src/Makevars.win               |   7 +--
 src/aes.c                      |   4 ++
 src/base64.c                   |   1 +
 src/bignum.c                   |   7 +++
 src/cert.c                     |   1 +
 src/keygen.c                   |  28 ++++------
 src/keys.c                     |  11 ++--
 src/onload.c                   |   4 +-
 src/openssh.c                  |  11 ++--
 src/pem.c                      |  26 +++++++--
 src/pkcs12.c                   |   9 ++--
 src/pkcs7.c                    |   9 ++--
 src/rsa.c                      |   1 +
 src/signing.c                  |  15 ++++--
 src/ssl.c                      |   9 +++-
 src/{onload.c => tests/main.c} |  17 +-----
 src/tests/soname.h             |   5 ++
 tests/testthat/test_bignum.R   |   7 +++
 tests/testthat/test_google.R   |  30 +++++++++++
 tools/winlibs.R                |   8 +--
 vignettes/bignum.Rmd           |   2 +-
 vignettes/crypto_hashing.Rmd   |   2 +-
 61 files changed, 389 insertions(+), 249 deletions(-)
 create mode 100644 R/stopifnot.R
 copy src/{onload.c => tests/main.c} (52%)
 create mode 100644 src/tests/soname.h
 create mode 100644 tests/testthat/test_google.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-openssl.git



More information about the debian-med-commit mailing list