github / smimesign

An S/MIME signing utility for use with Git
MIT License
587 stars 135 forks source link

Export SignedData in cms. Fixes #89 #113

Open florentchauveau opened 2 years ago

florentchauveau commented 2 years ago

As suggested in #89, the struct is changed to

type SignedData struct {
  *protocol.SignedData
}

The tests are updated accordingly.