On 2014-05-15, 5:08 AM, Partha Debnath wrote:
Hello All,

I am trying to implement sync operation for bookmarks and tabs on
FireFox cloud in C/C++.

The emphasis is on implementing onepw protocol and HAWK implementation.
As a starting point I am following the below implementation:
https://github.com/mozilla/fxa-js-client/tree/master/client/lib

I want to know if there is any other implementation of the same to start
with
which requires bare minimum implementation to achieve it .

I wrote a Java client for the fxa-auth server's onepw protocol; the code is mostly in FxAccountClient20.java in

https://github.com/mozilla-services/android-sync/tree/develop/src/main/java/org/mozilla/gecko/background/fxa

It's used in the login state machine at

https://github.com/mozilla-services/android-sync/tree/develop/src/main/java/org/mozilla/gecko/fxa/login

Currently we have OpenSSL and NSS in C++, is there any other security
package besides this in C++ which is more comprehensive.

Presumably yes, but without knowing your requirements, it's not possible to make suggestions; and, I'm not the person to make suggestions :)

Nick
_______________________________________________
Dev-fxacct mailing list
[email protected]
https://mail.mozilla.org/listinfo/dev-fxacct

Reply via email to