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

Restore owin.dll to support ASP.NET Katana on netstandard #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

panesofglass
Copy link
Member

@panesofglass panesofglass commented Apr 3, 2018

Reverts #25 pending access to the original signing key and transfer to https://github.com/aspnet.

@panesofglass panesofglass self-assigned this Apr 3, 2018
@Tratcher
Copy link
Contributor

Tratcher commented Apr 3, 2018

This is only useful if you can get the original signing key from @loudej, he's been pretty tight lipped on the subject.

@loudej
Copy link
Contributor

loudej commented Apr 3, 2018

Excuse me? I answered @Eilon when he asked about that last year. The snk with thumbprint f0ebd12fd5e55cc5 was encrypted as .snk.gpg and commited rather than added to git directly as a .snk file. That said - that was 6 years ago and the build files have been relocated a few times and I can't find a copy of the .gpg file - or the backup of the key to decrypt it.

Your options are: (1) use the CLR team's trick to delay-sign-and-change-the-bit so an assembly has the correct strong name but wouldn't pass an actual verification, (2) create a new snk for the oss owin dll and check it into git like this one as a non-secret-strong-name [ like this one https://github.com/owin/owin.dll/blob/76a8da01093efc2a239858832ba3d65c6485e5b3/src/main/Owin/Owin.snk ], (3) create a new snk and do a better job than I did keeping track of it.

@Tratcher
Copy link
Contributor

Tratcher commented Apr 3, 2018

Thanks @loudej, I hadn't seen you chime in on this before.

@panesofglass
Copy link
Member Author

@Tratcher can we move this to the aspnet org?

@Tratcher
Copy link
Contributor

Tratcher commented Apr 3, 2018

@muratg @Eilon

@skoon
Copy link
Contributor

skoon commented Apr 3, 2018

Geez, was this really 6 years ago?

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

Successfully merging this pull request may close these issues.

None yet

6 participants