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


13aa0f9b| Simon Urbanek | Sat Jun 15 21:21:37 2024 +0200
update NEWS
 M       NEWS

953babf9| Simon Urbanek | Sat Jun 15 21:21:30 2024 +0200
remove calls to SETLENGTH
 M       src/asn1.c
 M       src/pki-x509.c

e1bd275a| Simon Urbanek | Sun May 19 19:34:39 2024 -0400
fix use of native macOS crypto routines (see #31)
 M       src/pki.h

c8ce4ea2| Simon Urbanek | Sun May 19 19:33:36 2024 -0400
bump version to 0.1-14
 M       DESCRIPTION

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