summaryrefslogtreecommitdiffabout
path: root/lib/params.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-20the whole library rewrittenMichael Krelin1-96/+5
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-12-17made secret_t non-constant size and added params_t::query_string functionMichael Krelin1-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-18Adhere to Postel's Law.Michael Krelin1-0/+16
That is, be liberal when parsing key/value parameters from remote. Along with configure switch to disable it.
2007-01-12Be a bit more liberal in what we accept as key-value pairsMichael Krelin1-1/+2
2007-01-12eliminated mimetic dependency and made use of openssl base64 encoder insteadMichael Krelin1-6/+1
2005-07-19initial commit of libopkele - OpenID support libraryMichael Krelin1-0/+96