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


1db300f2| Tomas Kalibera | Tue Oct 10 18:29:34 2023 +0200
Use pkg-config on Windows when available.
 M       src/Makevars.win

a44b25c8| Simon Urbanek | Tue Aug 20 19:57:48 2024 +1200
Bump version to 0.1-15
 M       DESCRIPTION

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