andyperlitch / jsbn

The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
Other
167 stars 41 forks source link

added msCrypto for IE11 #19

Open mike-w-kelly opened 7 years ago

mike-w-kelly commented 7 years ago

Changes tested locally with IE11 and open id connect (oidc.js)

mike-w-kelly commented 7 years ago

The vendor prefix is still present in IE11. In fact if you try MS own examples with IE11 https://msdn.microsoft.com/en-us/library/dn302324(v=vs.85).aspx you'll get the error I reported. If you add in the window.msCrypto as per my pull request it works correctly. I'm making the changes you requested, will push up shortly.

mike-w-kelly commented 7 years ago

Changes made and pushed up.

joshxyzhimself commented 4 years ago

Hi, is this still a persistent issue for IE11?