smimesign icon indicating copy to clipboard operation
smimesign copied to clipboard

Export the psd in cms.SignedData

Open tayler0101 opened this issue 5 years ago • 2 comments

hi could please export the psd filed in type SignedData struct { psd *protocol.SignedData } or provide a function that return this filed

tayler0101 avatar Feb 14 '20 13:02 tayler0101

I think the intent was to keep the packages separate, but I can see how it would be useful to expose the *protocol.SignedData. I would accept a pull request changing the struct to

type SignedData struct {
  *protocol.SignedData
}

btoews avatar Feb 18 '20 15:02 btoews

i created a pull request thanks in advance

ghaithsabba avatar Mar 12 '20 08:03 ghaithsabba