Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-12-17 | made secret_t non-constant size and added params_t::query_string function | Michael Krelin | 1 | -0/+13 |
1. removed checking that secret_t is exactly 20 bytes, because its size is not so constant anymore. 2. added a query_string function that produces a query string suitable for use in GET and POST requests. I'm making use of it when performing direct request when establishing associations. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-06-18 | Adhere to Postel's Law. | Michael Krelin | 1 | -0/+16 |
That is, be liberal when parsing key/value parameters from remote. Along with configure switch to disable it. | ||||
2007-01-12 | Be a bit more liberal in what we accept as key-value pairs | Michael Krelin | 1 | -1/+2 |
2007-01-12 | eliminated mimetic dependency and made use of openssl base64 encoder instead | Michael Krelin | 1 | -6/+1 |
2005-07-19 | initial commit of libopkele - OpenID support library | Michael Krelin | 1 | -0/+96 |