2021-02-12 11:03:08 +00:00
|
|
|
package scep
|
|
|
|
|
|
|
|
import (
|
2021-02-25 23:32:21 +00:00
|
|
|
"bytes"
|
2021-02-26 11:32:43 +00:00
|
|
|
"context"
|
2021-02-12 11:03:08 +00:00
|
|
|
"crypto/x509"
|
2021-02-12 16:02:39 +00:00
|
|
|
"errors"
|
2021-02-25 23:32:21 +00:00
|
|
|
"fmt"
|
|
|
|
"math/big"
|
|
|
|
"math/rand"
|
2021-02-12 11:03:08 +00:00
|
|
|
|
|
|
|
"github.com/smallstep/certificates/authority/provisioner"
|
2021-02-12 16:02:39 +00:00
|
|
|
database "github.com/smallstep/certificates/db"
|
2021-02-25 23:32:21 +00:00
|
|
|
|
2021-02-12 16:02:39 +00:00
|
|
|
"go.step.sm/crypto/pemutil"
|
2021-02-12 11:03:08 +00:00
|
|
|
|
|
|
|
"github.com/smallstep/nosql"
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
microx509util "github.com/micromdm/scep/crypto/x509util"
|
|
|
|
microscep "github.com/micromdm/scep/scep"
|
|
|
|
|
2021-02-25 23:55:37 +00:00
|
|
|
//"github.com/smallstep/certificates/scep/pkcs7"
|
|
|
|
|
|
|
|
"go.mozilla.org/pkcs7"
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
"go.step.sm/crypto/x509util"
|
2021-02-12 11:03:08 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// Interface is the SCEP authority interface.
|
|
|
|
type Interface interface {
|
|
|
|
// GetDirectory(ctx context.Context) (*Directory, error)
|
|
|
|
// NewNonce() (string, error)
|
|
|
|
// UseNonce(string) error
|
|
|
|
|
|
|
|
// DeactivateAccount(ctx context.Context, accID string) (*Account, error)
|
|
|
|
// GetAccount(ctx context.Context, accID string) (*Account, error)
|
|
|
|
// GetAccountByKey(ctx context.Context, key *jose.JSONWebKey) (*Account, error)
|
|
|
|
// NewAccount(ctx context.Context, ao AccountOptions) (*Account, error)
|
|
|
|
// UpdateAccount(context.Context, string, []string) (*Account, error)
|
|
|
|
|
|
|
|
// GetAuthz(ctx context.Context, accID string, authzID string) (*Authz, error)
|
|
|
|
// ValidateChallenge(ctx context.Context, accID string, chID string, key *jose.JSONWebKey) (*Challenge, error)
|
|
|
|
|
|
|
|
// FinalizeOrder(ctx context.Context, accID string, orderID string, csr *x509.CertificateRequest) (*Order, error)
|
|
|
|
// GetOrder(ctx context.Context, accID string, orderID string) (*Order, error)
|
|
|
|
// GetOrdersByAccount(ctx context.Context, accID string) ([]string, error)
|
|
|
|
// NewOrder(ctx context.Context, oo OrderOptions) (*Order, error)
|
|
|
|
|
|
|
|
// GetCertificate(string, string) ([]byte, error)
|
|
|
|
|
|
|
|
LoadProvisionerByID(string) (provisioner.Interface, error)
|
|
|
|
// GetLink(ctx context.Context, linkType Link, absoluteLink bool, inputs ...string) string
|
|
|
|
// GetLinkExplicit(linkType Link, provName string, absoluteLink bool, baseURL *url.URL, inputs ...string) string
|
|
|
|
|
2021-02-12 16:02:39 +00:00
|
|
|
GetCACertificates() ([]*x509.Certificate, error)
|
2021-02-25 23:32:21 +00:00
|
|
|
//GetSigningKey() (*rsa.PrivateKey, error)
|
|
|
|
|
2021-02-26 11:32:43 +00:00
|
|
|
DecryptPKIEnvelope(ctx context.Context, msg *PKIMessage) error
|
|
|
|
SignCSR(ctx context.Context, msg *PKIMessage, template *x509.Certificate) (*PKIMessage, error)
|
2021-02-12 11:03:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Authority is the layer that handles all SCEP interactions.
|
|
|
|
type Authority struct {
|
|
|
|
backdate provisioner.Duration
|
|
|
|
db nosql.DB
|
2021-02-12 16:02:39 +00:00
|
|
|
prefix string
|
|
|
|
dns string
|
|
|
|
|
2021-02-12 11:03:08 +00:00
|
|
|
// dir *directory
|
2021-02-12 16:02:39 +00:00
|
|
|
|
|
|
|
intermediateCertificate *x509.Certificate
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
service Service
|
2021-02-12 11:03:08 +00:00
|
|
|
signAuth SignAuthority
|
|
|
|
}
|
|
|
|
|
|
|
|
// AuthorityOptions required to create a new SCEP Authority.
|
|
|
|
type AuthorityOptions struct {
|
2021-02-12 16:02:39 +00:00
|
|
|
IntermediateCertificatePath string
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
Service Service
|
2021-02-12 16:02:39 +00:00
|
|
|
|
|
|
|
// Backdate
|
2021-02-12 11:03:08 +00:00
|
|
|
Backdate provisioner.Duration
|
|
|
|
// DB is the database used by nosql.
|
|
|
|
DB nosql.DB
|
|
|
|
// DNS the host used to generate accurate SCEP links. By default the authority
|
|
|
|
// will use the Host from the request, so this value will only be used if
|
|
|
|
// request.Host is empty.
|
|
|
|
DNS string
|
|
|
|
// Prefix is a URL path prefix under which the SCEP api is served. This
|
|
|
|
// prefix is required to generate accurate SCEP links.
|
|
|
|
Prefix string
|
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
// SignAuthority is the interface for a signing authority
|
2021-02-12 11:03:08 +00:00
|
|
|
type SignAuthority interface {
|
|
|
|
Sign(cr *x509.CertificateRequest, opts provisioner.SignOptions, signOpts ...provisioner.SignOption) ([]*x509.Certificate, error)
|
|
|
|
LoadProvisionerByID(string) (provisioner.Interface, error)
|
|
|
|
}
|
|
|
|
|
2021-02-12 16:02:39 +00:00
|
|
|
// New returns a new Authority that implements the SCEP interface.
|
|
|
|
func New(signAuth SignAuthority, ops AuthorityOptions) (*Authority, error) {
|
2021-02-25 23:32:21 +00:00
|
|
|
|
2021-02-12 16:02:39 +00:00
|
|
|
if _, ok := ops.DB.(*database.SimpleDB); !ok {
|
|
|
|
// TODO: see ACME implementation
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO: the below is a bit similar as what happens in the core Authority class, which
|
|
|
|
// creates the full x509 service. However, those aren't accessible directly, which is
|
|
|
|
// why I reimplemented this (for now). There might be an alternative that I haven't
|
|
|
|
// found yet.
|
|
|
|
certificateChain, err := pemutil.ReadCertificateBundle(ops.IntermediateCertificatePath)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
return &Authority{
|
|
|
|
backdate: ops.Backdate,
|
|
|
|
db: ops.DB,
|
|
|
|
prefix: ops.Prefix,
|
|
|
|
dns: ops.DNS,
|
|
|
|
intermediateCertificate: certificateChain[0],
|
2021-02-25 23:32:21 +00:00
|
|
|
service: ops.Service,
|
2021-02-12 16:02:39 +00:00
|
|
|
signAuth: signAuth,
|
|
|
|
}, nil
|
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
// LoadProvisionerByID calls out to the SignAuthority interface to load a
|
|
|
|
// provisioner by ID.
|
|
|
|
func (a *Authority) LoadProvisionerByID(id string) (provisioner.Interface, error) {
|
|
|
|
return a.signAuth.LoadProvisionerByID(id)
|
|
|
|
}
|
|
|
|
|
|
|
|
// GetCACertificates returns the certificate (chain) for the CA
|
|
|
|
func (a *Authority) GetCACertificates() ([]*x509.Certificate, error) {
|
|
|
|
|
|
|
|
// TODO: this should return: the "SCEP Server (RA)" certificate, the issuing CA up to and excl. the root
|
|
|
|
// Some clients do need the root certificate however; also see: https://github.com/openxpki/openxpki/issues/73
|
|
|
|
//
|
|
|
|
// This means we might need to think about if we should use the current intermediate CA
|
|
|
|
// certificate as the "SCEP Server (RA)" certificate. It might be better to have a distinct
|
|
|
|
// RA certificate, with a corresponding rsa.PrivateKey, just for SCEP usage, which is signed by
|
|
|
|
// the intermediate CA. Will need to look how we can provide this nicely within step-ca.
|
|
|
|
//
|
|
|
|
// This might also mean that we might want to use a distinct instance of KMS for doing the key operations,
|
|
|
|
// so that we can use RSA just for SCEP.
|
|
|
|
//
|
|
|
|
// Using an RA does not seem to exist in https://tools.ietf.org/html/rfc8894, but is mentioned in
|
|
|
|
// https://tools.ietf.org/id/draft-nourse-scep-21.html. Will continue using the CA directly for now.
|
|
|
|
|
|
|
|
if a.intermediateCertificate == nil {
|
|
|
|
return nil, errors.New("no intermediate certificate available in SCEP authority")
|
|
|
|
}
|
|
|
|
|
|
|
|
return []*x509.Certificate{a.intermediateCertificate}, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// DecryptPKIEnvelope decrypts an enveloped message
|
2021-02-26 11:32:43 +00:00
|
|
|
func (a *Authority) DecryptPKIEnvelope(ctx context.Context, msg *PKIMessage) error {
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
data := msg.Raw
|
|
|
|
|
|
|
|
p7, err := pkcs7.Parse(data)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
|
|
|
|
var tID microscep.TransactionID
|
|
|
|
if err := p7.UnmarshalSignedAttribute(oidSCEPtransactionID, &tID); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
|
|
|
|
var msgType microscep.MessageType
|
|
|
|
if err := p7.UnmarshalSignedAttribute(oidSCEPmessageType, &msgType); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
|
|
|
|
msg.p7 = p7
|
|
|
|
|
|
|
|
p7c, err := pkcs7.Parse(p7.Content)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
|
|
|
|
envelope, err := p7c.Decrypt(a.intermediateCertificate, a.service.Decrypter)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
|
|
|
|
msg.pkiEnvelope = envelope
|
|
|
|
|
|
|
|
switch msg.MessageType {
|
|
|
|
case microscep.CertRep:
|
|
|
|
certs, err := microscep.CACerts(msg.pkiEnvelope)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
msg.CertRepMessage.Certificate = certs[0] // TODO: check correctness of this
|
|
|
|
return nil
|
|
|
|
case microscep.PKCSReq, microscep.UpdateReq, microscep.RenewalReq:
|
|
|
|
csr, err := x509.ParseCertificateRequest(msg.pkiEnvelope)
|
|
|
|
if err != nil {
|
|
|
|
return fmt.Errorf("parse CSR from pkiEnvelope")
|
|
|
|
}
|
|
|
|
// check for challengePassword
|
|
|
|
cp, err := microx509util.ParseChallengePassword(msg.pkiEnvelope)
|
|
|
|
if err != nil {
|
|
|
|
return fmt.Errorf("scep: parse challenge password in pkiEnvelope")
|
|
|
|
}
|
|
|
|
msg.CSRReqMessage = µscep.CSRReqMessage{
|
|
|
|
RawDecrypted: msg.pkiEnvelope,
|
|
|
|
CSR: csr,
|
|
|
|
ChallengePassword: cp,
|
|
|
|
}
|
|
|
|
//msg.Certificate = p7.Certificates[0] // TODO: check if this is necessary to add (again)
|
|
|
|
return nil
|
|
|
|
case microscep.GetCRL, microscep.GetCert, microscep.CertPoll:
|
|
|
|
return fmt.Errorf("not implemented") //errNotImplemented
|
|
|
|
}
|
|
|
|
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-02-26 11:32:43 +00:00
|
|
|
// SignCSR creates an x509.Certificate based on a CSR template and Cert Authority credentials
|
2021-02-25 23:32:21 +00:00
|
|
|
// returns a new PKIMessage with CertRep data
|
|
|
|
//func (msg *PKIMessage) SignCSR(crtAuth *x509.Certificate, keyAuth *rsa.PrivateKey, template *x509.Certificate) (*PKIMessage, error) {
|
2021-02-26 11:32:43 +00:00
|
|
|
func (a *Authority) SignCSR(ctx context.Context, msg *PKIMessage, template *x509.Certificate) (*PKIMessage, error) {
|
|
|
|
|
|
|
|
p, err := ProvisionerFromContext(ctx)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
// check if CSRReqMessage has already been decrypted
|
|
|
|
if msg.CSRReqMessage.CSR == nil {
|
2021-02-26 11:32:43 +00:00
|
|
|
if err := a.DecryptPKIEnvelope(ctx, msg); err != nil {
|
2021-02-25 23:32:21 +00:00
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
}
|
2021-02-12 16:02:39 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
csr := msg.CSRReqMessage.CSR
|
|
|
|
|
|
|
|
// Template data
|
|
|
|
data := x509util.NewTemplateData()
|
|
|
|
data.SetCommonName(csr.Subject.CommonName)
|
2021-02-26 11:32:43 +00:00
|
|
|
data.SetSANs(csr.DNSNames)
|
2021-02-25 23:32:21 +00:00
|
|
|
|
2021-02-26 11:32:43 +00:00
|
|
|
// TODO: proper options
|
|
|
|
opts := provisioner.SignOptions{}
|
|
|
|
signOps := []provisioner.SignOption{}
|
|
|
|
|
|
|
|
templateOptions, err := provisioner.TemplateOptions(p.GetOptions(), data)
|
|
|
|
if err != nil {
|
|
|
|
return nil, fmt.Errorf("error creating template options from SCEP provisioner")
|
|
|
|
}
|
|
|
|
signOps = append(signOps, templateOptions)
|
2021-02-25 23:32:21 +00:00
|
|
|
|
|
|
|
// // Create and store a new certificate.
|
|
|
|
// certChain, err := auth.Sign(csr, provisioner.SignOptions{
|
|
|
|
// NotBefore: provisioner.NewTimeDuration(o.NotBefore),
|
|
|
|
// NotAfter: provisioner.NewTimeDuration(o.NotAfter),
|
|
|
|
// }, signOps...)
|
|
|
|
// if err != nil {
|
|
|
|
// return nil, ServerInternalErr(errors.Wrapf(err, "error generating certificate for order %s", o.ID))
|
|
|
|
// }
|
|
|
|
|
2021-02-26 11:32:43 +00:00
|
|
|
certs, err := a.signAuth.Sign(csr, opts, signOps...)
|
2021-02-12 16:02:39 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
cert := certs[0]
|
|
|
|
|
|
|
|
// fmt.Println("CERT")
|
|
|
|
// fmt.Println(cert)
|
|
|
|
// fmt.Println(fmt.Sprintf("%T", cert))
|
|
|
|
// fmt.Println(cert.Issuer)
|
|
|
|
// fmt.Println(cert.Subject)
|
|
|
|
|
|
|
|
serial := big.NewInt(int64(rand.Int63())) // TODO: serial logic?
|
|
|
|
cert.SerialNumber = serial
|
|
|
|
|
|
|
|
// create a degenerate cert structure
|
|
|
|
deg, err := DegenerateCertificates([]*x509.Certificate{cert})
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
2021-02-12 16:02:39 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
e7, err := pkcs7.Encrypt(deg, msg.p7.Certificates)
|
2021-02-12 16:02:39 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
// PKIMessageAttributes to be signed
|
|
|
|
config := pkcs7.SignerInfoConfig{
|
|
|
|
ExtraSignedAttributes: []pkcs7.Attribute{
|
|
|
|
{
|
|
|
|
Type: oidSCEPtransactionID,
|
|
|
|
Value: msg.TransactionID,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
Type: oidSCEPpkiStatus,
|
|
|
|
Value: microscep.SUCCESS,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
Type: oidSCEPmessageType,
|
|
|
|
Value: microscep.CertRep,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
Type: oidSCEPrecipientNonce,
|
|
|
|
Value: msg.SenderNonce,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
2021-02-12 16:02:39 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
signedData, err := pkcs7.NewSignedData(e7)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
2021-02-12 11:03:08 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
// add the certificate into the signed data type
|
|
|
|
// this cert must be added before the signedData because the recipient will expect it
|
|
|
|
// as the first certificate in the array
|
|
|
|
signedData.AddCertificate(cert)
|
2021-02-12 16:02:39 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
authCert := a.intermediateCertificate
|
|
|
|
|
|
|
|
// sign the attributes
|
|
|
|
if err := signedData.AddSigner(authCert, a.service.Signer, config); err != nil {
|
|
|
|
return nil, err
|
2021-02-12 16:02:39 +00:00
|
|
|
}
|
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
certRepBytes, err := signedData.Finish()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
2021-02-12 16:02:39 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
cr := &CertRepMessage{
|
|
|
|
PKIStatus: microscep.SUCCESS,
|
|
|
|
RecipientNonce: microscep.RecipientNonce(msg.SenderNonce),
|
|
|
|
Certificate: cert,
|
|
|
|
degenerate: deg,
|
|
|
|
}
|
2021-02-12 11:03:08 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
// create a CertRep message from the original
|
|
|
|
crepMsg := &PKIMessage{
|
|
|
|
Raw: certRepBytes,
|
|
|
|
TransactionID: msg.TransactionID,
|
|
|
|
MessageType: microscep.CertRep,
|
|
|
|
CertRepMessage: cr,
|
2021-02-12 16:02:39 +00:00
|
|
|
}
|
2021-02-12 11:03:08 +00:00
|
|
|
|
2021-02-25 23:32:21 +00:00
|
|
|
return crepMsg, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// DegenerateCertificates creates degenerate certificates pkcs#7 type
|
|
|
|
func DegenerateCertificates(certs []*x509.Certificate) ([]byte, error) {
|
|
|
|
var buf bytes.Buffer
|
|
|
|
for _, cert := range certs {
|
|
|
|
buf.Write(cert.Raw)
|
|
|
|
}
|
|
|
|
degenerate, err := pkcs7.DegenerateCertificate(buf.Bytes())
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return degenerate, nil
|
2021-02-12 11:03:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Interface guards
|
|
|
|
var (
|
|
|
|
_ Interface = (*Authority)(nil)
|
|
|
|
)
|