-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: sslsaran
Type: Package
Title: Tools to Work with Certificate Transparency ('CT') Logs and Various 'CT' 'APIs'
Version: 0.1.0
Date: 2018-02-18
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <[email protected]>
Description: The 'IETF' 'RFC' 6962 (<https://tools.ietf.org/html/rfc6962>)
describes an experimental protocol for publicly logging
the existence of 'Transport Layer Security' ('TLS') certificates as they
are issued or observed, in a manner that allows anyone to audit
certificate authority ('CA') activity and notice the issuance of
suspect certificates as well as to audit the certificate logs themselves.
Functions are provided as a wrapper around the log server 'API'.
Tools are also provided to interface with other 'Certificate Transparency'
'APIs' including 'sslmate' <https://sslmate.com/certspotter/api>,
'Symantec' <https://cryptoreport.websecurity.symantec.com/checker/views/ctsearch.jsp>,
Google, and others.
URL: https://github.com/hrbrmstr/sslsaran
BugReports: https://github.com/hrbrmstr/sslsaran/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
purrr,
httr,
jsonlite,
stringi,
openssl,
anytime,
pack,
tibble
RoxygenNote: 6.0.1.9000