Last data update: 2014.03.03

PKI

Package: PKI
Version: 0.1-3
Title: Public Key Infrastucture for R Based on the X.509 Standard
Author: Simon Urbanek <Simon.Urbanek@r-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.9.0), base64enc
Enhances: gmp
Description: PKI functions such as verifying certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks.
License: GPL-2 | GPL-3 | file LICENSE
URL: http://www.rforge.net/PKI
SystemRequirements: OpenSSL library
NeedsCompilation: yes
Packaged: 2015-07-27 21:17:45 UTC; svnuser
Repository: CRAN
Date/Publication: 2015-07-28 08:03:29

● 0 images, 9 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'PKI' ...
** package 'PKI' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c asn1.c -o asn1.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pki-x509.c -o pki-x509.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tools.c -o tools.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o PKI.so asn1.o init.o pki-x509.o tools.o -lssl -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/PKI/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'PKI'
    finding HTML links ... done
    ASN1                                    html  
    BIGNUMint                               html  
    PKI.crypt                               html  
    PKI.digest                              html  
    PKI.sign                                html  
    PKI.sign.tar                            html  
    RSA                                     html  
    X509                                    html  
    raw2hex                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (PKI)
Making 'packages.html' ... done