PKI - Public key infrastructure for R based on the X.509 standard
RForge.net

PKI

About PKI
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/PKI.git PKI
see also PKI GitHub repository.

To install the latest development snapshot of this package, use

install.packages("PKI",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("PKI",,"http://rforge.net/")

Most recent GIT commits


927050d0| Simon Urbanek | Fri Feb 9 14:28:06 2024 +1300
Update R CMD check action to use latest runners (including arm64).
 M       .github/workflows/check.yml

82022bbd| Simon Urbanek | Wed Feb 7 15:36:08 2024 +1300
add PKI.genpass()
 M       NAMESPACE
 M       NEWS
 M       R/tools.R
 A       man/PKI.genpass.Rd

d80094a4| Simon Urbanek | Mon Dec 12 11:27:03 2022 +1300
Use R-actions/install
 M       .github/workflows/check.yml

3712bb02| Simon Urbanek | Tue Dec 6 11:21:44 2022 +1300
update NEWS
 M       NEWS

d6e42a4f| Simon Urbanek | Tue Dec 6 11:21:36 2022 +1300
fix tar ball compression detection (#29)
 M       R/signR.R