Aaron Bieber

Results 37 comments of Aaron Bieber

@mssun Sure - I can give it a crack. So on Android using OpenKeychain you do the following: - connect usb OTG cable, then yubikey - OpenKeychain prompt for a...

Getting "Failed to get encrypted MPI" on my iphone8+ with a YK 5 NFC.

rsa4096 yubikey firmware is: 5.1.1

A full ACME server setup to use your own CA seems a bit much to me - You could use something like [microca](https://github.com/qbit/microca) to manage your own CA / generate...

There is also: https://github.com/mario-campos/emulate

Looks like this is because (at minimum) [gatt](https://github.com/bettercap/gatt) doesn't support OpenBSD.

I can hit a similar issue with this: ``` import socket import OpenSSL s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(100) ctx = OpenSSL.SSL.Context( OpenSSL.SSL.TLSv1_2_METHOD) def print_chain(context, hostname, port): print('Connecting to {0}'.format(hostname)) sock...

I have confirmed this happens on: | OS | Library | |----|---- | OpenBSD-current | LibreSSL 3.2.1 | |macOS 11.0 Big Sur | LibreSSL 2.8.3 | | NixOS 20.3.2625 |...

Turns out my issue looked very much like this one, and my test script was not quite exercising the full issue. Currently on LibreSSL (on OpenBSD-current as of 2020-07-01ish) TLS...

Hm.. it seems maybe this approach doesn't work.