-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
TemporarySecureMimeContext never looks at certificate alternative subject for email when signing/encrypting #323
Labels
bug
Something isn't working
Comments
logicmediadk
changed the title
TemporarySecureMimeContext only looks at certificate subject for email while ignoring alternative subject
TemporarySecureMimeContext never looks at alternative subject for email
Jul 31, 2017
logicmediadk
changed the title
TemporarySecureMimeContext never looks at alternative subject for email
TemporarySecureMimeContext never looks at certificate alternative subject for email when signing/encrypting
Jul 31, 2017
jstedfast
added a commit
that referenced
this issue
Jul 31, 2017
…ctEmailAddress fails Fixes issue #323
It works, thanks for the fast fix! |
Do you have a release plan for version 1.16.3? |
Merged my account, hence the ghost. |
I can try to release this weekend. |
Sounds good, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using MailboxAddress along with the TemporarySecureMimeContext the code only looks for the email address of the certificate in the subject. The code should also look at the alternative subject for the Rfc822Name (See https://github.com/bcgit/bc-csharp/blob/b19e68a517e56ef08cd2e50df4dcb8a96ddbe507/crypto/src/x509/extension/X509ExtensionUtil.cs#L65)
The text was updated successfully, but these errors were encountered: