pem->ca-crl
pem->ca-cert
SSLUtils.pemToCaCert
SSLUtils.pemTokeyPairs
SSLUtils.pemTokeyPair
SSLUtils.certMatchesPubKey
get-subject-from-x509-certificate
and SSLUtils.getSubjectFromX509Certificate
helper methods.puppetlabs.ssl-utils.simple
namespace.generate-ssl-context
, a function which, when given a map of options,
extracts any relevant SSL options and, if any are present, uses them to
configure an SSLContext.get-cn-from-x509-certificate
to wrap getSubjectX500Principal and get-cn-from-x500-principalrevoke
function for adding a certificate to a CRLrevoked?
function for checking whether a certificate is on a CRLgenerate-crl
fingerprint
for calculating the hash of a certificate or CSRget-subject-dns-alt-names
to get the list of DNS alt names from a cert or CSRget-serial
for pulling the serial number off a certificateassociatePrivateKey
Java method which accepts a List<X509Certificate>
.associatePrivateKeyFromReader
Java method and
assoc-private-key!
Clojure function to a single certificate.authority-key-identifier
to specify the distinguished name and serial number of
the issuer.basic-constraints
into basic-constraints-for-non-ca
vs. basic-constraints-for-ca
and allow
a CA to not set a max-path-len
(as opposed to it being implicitly set to 0 if not specified).crl-number
function for use in generating a CRL Number extension.signature-valid?
function for use in determining if the CSR has a valid signature on it.generate-crl
.cn
and dn
functions are added to facilitate creating X.500 names.sign-certificate-request
, and added sign-certificate
to replace it.get-cn-from-x500-principal
function to extract the CN from a DN stored in an X500Principal
objectget-extensions
function retrieve extension OIDs and values on an object which implements X509Extension
pem->public-key
functionpem->crl
and crl->pem!
functions for working with CRLspem->cert
and cert->pem!
functions for working with a certificateissued-by?
and has-subject?
functions from APICan you improve this documentation? These fine people already did:
Justin May, Jeremy Barlow, Nate Wolfe, Joe Pinsonault, Chris Price, Adrien Thebo, Patrick Carlisle, Justin Stoller & Preben IngvaldsenEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close