Boris Reitman

Results 15 issues of Boris Reitman

Add HKDF wrapper in order to use it on the ECDH derived bits.

I was confused from the brief documentation spec what is the difference between DH and Elliptic Curve code. I though these are two ways to do the same thing. It...

This is the basic demo https://pixlcore.com/demos/webcamjs/demos/basic.html I am using Macbook Pro. As you see that actual camera is shooting it a different aspect ratio. This would be half the trouble...

The wrapping_key in this code has a "wrapKey" permission. However, this gave an error when I tired to used it. But, when the wrapping key also has an "encrypt" permission,...

bug

I cloned the project, installed webpack, and ran webpack that generated files in dist/ directory. However, when I try to run the example in examples/src/index.html on Safari, I get an...

The zbar library supportsdecoding raw bytes qrcode, as described in this pull request, which was also a bug. How to expose this in zbarlight? https://github.com/matheusmoreira/zbar/commit/87a0b3c19bdf8c705a42a8dab84a9b650deb2543 Exmaple where it works and...

Not sure how to do a pull request from my fork, but here is the commit with the new feature: https://github.com/borisreitman/bootstrapx-clickover/commit/8bade10dfb4ab87df530f11e4ff7ecc34aff4c01

Here's a sample. ``` function test_close(){ $('#mybutton1').clickover('hide'); } function test_show(){ $('#mybutton1').data().clickover.show(); //$('#mybutton1').clickover('show'); } $(function() { $('#mybutton1').clickover(); }) hide show dummy ``` Click the button "show", the popup appears correctly. However,...

I have implemented a new attribute `.certificateRequired` in `TLSConfiguration`. When set to `false`, it makes presence of client certificates optional. If the client certificate _is_ provided, then the `customVerificationCallback` will...