Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Oct 24, 2023
1 parent 7ce6486 commit 3a70ebc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pkcs7

[![GoDoc](https://godoc.org/go.mozilla.org/pkcs7?status.svg)](https://godoc.org/go.mozilla.org/pkcs7)
[![Build Status](https://github.com/mozilla-services/pkcs7/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/mozilla-services/pkcs7/actions/workflows/ci.yml?query=branch%3Amaster+event%3Apush)
[![Go Reference](https://pkg.go.dev/badge/github.com/smallstep/pkcs7.svg)](https://pkg.go.dev/github.com/smallstep/pkcs7)
[![Build Status](https://github.com/smallstep/pkcs7/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/smallstep/pkcs7/actions/workflows/ci.yml?query=branch%3Amaster+event%3Apush)

pkcs7 implements parsing and creating signed and enveloped messages.

Expand All @@ -16,7 +16,7 @@ import (
"fmt"
"os"

"go.mozilla.org/pkcs7"
"github.com/smallstep/pkcs7"
)

func SignAndDetach(content []byte, cert *x509.Certificate, privkey *rsa.PrivateKey) (signed []byte, err error) {
Expand Down Expand Up @@ -66,4 +66,5 @@ func SignAndDetach(content []byte, cert *x509.Certificate, privkey *rsa.PrivateK


## Credits
This is a fork of [fullsailor/pkcs7](https://github.com/fullsailor/pkcs7)

This is a fork of [mozilla-services/pkcs7](https://github.com/mozilla-services/pkcs7) which, itself, was a fork of [fullsailor/pkcs7](https://github.com/fullsailor/pkcs7).

0 comments on commit 3a70ebc

Please sign in to comment.