summaryrefslogtreecommitdiffabout
path: root/lib/secret.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-06-27made gcc 4.3 a bit happierMichael Krelin1-1/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-12-17made secret_t non-constant size and added params_t::query_string functionMichael Krelin1-8/+4
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-01-12eliminated mimetic dependency and made use of openssl base64 encoder insteadMichael Krelin1-17/+5
2005-07-19initial commit of libopkele - OpenID support libraryMichael Krelin1-0/+61