Skip to content

Commit

Permalink
fix dead-url for crypto/pkcs7/pkcs7.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xulike666 authored and kisom committed Feb 7, 2017
1 parent 41f74f8 commit 6ceae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/pkcs7/pkcs7.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package pkcs7 implements the subset of the CMS PKCS #7 datatype that is typically
// used to package certificates and CRLs. Using openssl, every certificate converted
// to PKCS #7 format from another encoding such as PEM conforms to this implementation.
// reference: https://www.openssl.org/docs/apps/crl2pkcs7.html
// reference: https://www.openssl.org/docs/man1.1.0/apps/crl2pkcs7.html
//
// PKCS #7 Data type, reference: https://tools.ietf.org/html/rfc2315
//
Expand Down

0 comments on commit 6ceae7b

Please sign in to comment.