Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export the psd in cms.SignedData #89

Open
tayler0101 opened this issue Feb 14, 2020 · 2 comments
Open

Export the psd in cms.SignedData #89

tayler0101 opened this issue Feb 14, 2020 · 2 comments
Labels

Comments

@tayler0101
Copy link

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

@btoews
Copy link
Contributor

btoews commented Feb 18, 2020

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
}

@ghaithsabba
Copy link

i created a pull request thanks in advance

@lgarron lgarron transferred this issue from github/ietf-cms Oct 4, 2021
florentchauveau pushed a commit to justsign42/smimesign that referenced this issue Feb 28, 2022
florentchauveau added a commit to justsign42/smimesign that referenced this issue Jun 24, 2022
florentchauveau added a commit to justsign42/smimesign that referenced this issue Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants