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

CertificationRequestBuilderBase.AddName(string, string) throws exception with Portable.BouncyCastle v1.8.1.3 #22

Closed
fszlin opened this issue Nov 23, 2017 · 2 comments
Assignees

Comments

@fszlin
Copy link
Owner

fszlin commented Nov 23, 2017

When running with Portable.BouncyCastle v1.8.1.3, CertificationRequestBuilderBase.AddName fails with

System.MissingFieldException:
'Field not found: 'Org.BouncyCastle.Asn1.X509.X509Name.DefaultLookup'.'

fw: netstandard2.0

This due to the type of X509Name.DefaultLookup changed from IDictionary (v1.8.1.2) to Hashtable (v1.8.1.3)

#21

@fszlin fszlin self-assigned this Nov 23, 2017
fszlin added a commit that referenced this issue Nov 23, 2017
…when running with Portable.BouncyCastle v1.8.1.3

#22
@bytemaster-0xff
Copy link

bytemaster-0xff commented Nov 26, 2017

@fszlin - hello just tested it and all is well with latest version of BouncyCastle and Certes thanks!

@fszlin
Copy link
Owner Author

fszlin commented Nov 27, 2017

great, close #22

@fszlin fszlin closed this as completed Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants