QOAuth 1.0 was released on 7th of August. Here's the changelog:
v1.0 (07/08/2009):
- Added support for RSA-SHA1 signing algorithm, also working with passphrase-protected private RSA keys. Passphrase is passed as a QCA::SecureArray, so it won’t be cached on disk or left in memory after quitting the application.
- Added initial support for PLAINTEXT authorization. It seems to be working, however it may fail with untrusted SSL connections. I didn’t find a service that takes PLAINTEXT into use, only tested it with a test server which communicates over HTTP (unencrypted). But still, if anybody uses PLAINTEXT authorization and provides untrusted server to handle it, it kinda sucks…
- inlineParameters() extended by the parameter specifying parsing method – now it’s usable for both GET and POST requests,
- Introduced the QOAuth namespace, with QOAuth::Interface class holding the core functionality.
The code is available from GitHub, the binaries from qt-apps.org, the full documentation from this place, and the bugs from Lighthouseapp.com.




Reply With Quote

Bookmarks