Skip to content

Commit

Permalink
Merge pull request #92 from github/update-godoc-links
Browse files Browse the repository at this point in the history
Update some documentation links.
  • Loading branch information
lgarron committed Oct 10, 2021
2 parents bca45de + d70815f commit 3564e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# smimesign (S/MIME Sign) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/hs3o1m9ornnp9d52/branch/master?svg=true)](https://ci.appveyor.com/project/github/smimesign-0bhgj/branch/main) [![macOS Build Status](https://travis-ci.org/github/smimesign.svg?branch=main)](https://travis-ci.org/github/smimesign)
# smimesign (S/MIME Sign)

![PkgGoDev](https://pkg.go.dev/badge/github.com/github/smimesign?utm_source=godoc)

Smimesign is an S/MIME signing utility for macOS and Windows that is compatible with Git. This allows developers to sign their Git commits and tags using X.509 certificates issued by public certificate authorities or their organization's internal certificate authority. Smimesign uses keys and certificates already stored in the _macOS Keychain_ or the _Windows Certificate Store_.

Expand Down
2 changes: 1 addition & 1 deletion ietf-cms/protocol/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cms/protocol [![GoDoc](https://pkg.go.dev/badge/github.com/github/smimesign/ietf-cms/protocol?utm_source=godoc)](https://pkg.go.dev/github.com/github/smimesign/ietf-cms?tab=doc)
# cms/protocol [![PkgGoDev](https://pkg.go.dev/badge/github.com/github/smimesign/ietf-cms/protocol?utm_source=godoc)](https://pkg.go.dev/github.com/github/smimesign/ietf-cms/protocol?tab=doc)

cms/protocol implements low-level parsing of CMS (PKCS#7) data.

Expand Down

0 comments on commit 3564e86

Please sign in to comment.