Siddharth Chandrasekaran

Results 9 issues of Siddharth Chandrasekaran

``` brew install sgeb/mutt/mutt --with-trash-patch --with-sidebar-patch --with-s-lang ``` Fails with: ``` ==> ./prepare --disable-dependency-tracking --disable-warnings --prefix=/usr/local/Cellar/mutt/1.6.1 --with-ssl=/usr/local/opt/[email protected] --wi ==> make Last 15 lines from /Users/$USER/Library/Logs/Homebrew/mutt/02.make: cp muttbug.sh flea chmod +x...

Now the application can setup a CP with different SCBKs for each PD without passing a master key. But an ignorant programmer can pass the same SCBK buffer to all...

Enhancement

A lot of times, we need to perform some actions based on whether a command succeeded or failed. Since there are 2 level state machines (very messy) in `osdp_cp.c`, we...

Enhancement

Enhancement
Needs Help

When CP has a secure channel active, it should never receive a REPLY_CCRYPT or REPLY_RMAC_I. Since these responses change the SC state, let's also make sure that they are accepted...

area: OSDP

It's often convenient to let LibOSDP own the entire channel (and hence responsible for calling a `channel->close()`) instead of the app having to keep a reference to the channel and...

API

When trying to setup U2F with microsoft onedrive account, it fails the the following errors: ``` login.microsoft.com may required a newer or different kind of security key. ```

PR #174 addressed a copy/paste bug with PD app command callbacks; but the test suite should have caught this for us. Update test suite to check for these callbacks and...

Testing

To give the feeling of PD hot-plug, we will add a new CP API that allows the app to disable/enable a PD managed by that CP. - By default all...

Enhancement
API