PKI icon indicating copy to clipboard operation
PKI copied to clipboard

Public Key Infrastructure for R based on the X.509 standard

Results 6 PKI issues
Sort by recently updated
recently updated
newest added

1. Apparently `endif` is in the wrong place now, as follows both from comment to the existing code and a fact that it fails to compile on 10.6. Fix that,...

This will get the libraries to link on Windows from pkg-config, when available.

Is it possible to create an encrypted RSA private key with a passphrase using the PKI package? I would have expected a password argument to be in `PKI.save.key()` similar to...

Added two additional accessor methods to retrieve the X509 fields notBefore and notAfter as POSIXct datetime values. These are needed to examine x509 certificate validity time ranges. Thanks in advance...

Would you consider something like this? ``` R print.public.key

enhancement

Maybe this is out of scope for PKI, but it would be cool to have connections that transparently encrypt/decrypt their contents. Would only be needed for symmetric keys. e.g. ```...

enhancement