Constantine Grantcharov

Results 8 comments of Constantine Grantcharov

@klali: unfortunately, I can't run ykpamcfg as the user because my home directory is in encrypted. I have to use the /var/yubico shared directory because of that. I think the...

If the file is chowned by the user, it will work with both root and user-based processes like @klali and @crosser suggested - without requiring group knowledge or permissions. However,...

Google Test Framework has some very useful macros for this sort of thing: https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#explicit-success-and-failure I'd use it as inspiration.

@markelkins > openssl ecparam -name secp256r1 -out ec_privkey.pem -genkey Did this succeed? I looked up `openssl ecparam -list_curves`, and `secp256r1` was not in the list. The other name for `secp256r1`...

Okay, so I've finally cracked this beast of a problem but I'm not sure that the fix belongs solely in Restbed's codebase. It's a flaw with Boost's ASIO SSL wrapper...

So essentially, restbed needs to implement a wrapper around the new ASIO function (from pull request above) in the SSL settings context and use it service_impl.cpp. I've actually got a...

@ben-crowhurst: will have to investigate the API for OpenSSL 1.0.2 and let you know. But you need to check to see if FIPS140.2 support is necessary for your project because...

OpenSSL recommends the 2.0.9 branch https://github.com/openssl/openssl/releases/tag/OpenSSL-fips-2_0_9 - found it here: https://www.openssl.org/docs/fips.html. According the OpenSSL, there is a very specific set of steps required to compile the library for FIPS140-2 support....