Enable tls psk
[radsecproxy.git] / lib / examples / client-blocking.c
2014-02-05 Linus NordbergMove lib to the root.
2013-12-20 Linus NordbergImprove initialisation of OpenSSL PRNG.
2013-05-08 Linus NordbergRevert "Add formal argument 'secret' to two public...
2013-01-23 Linus NordbergAdd some info on usage modes.
2013-01-22 Linus NordbergRemove unnecessary #includes.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-17 Linus NordbergAdd formal argument 'secret' to two public functions.
2012-12-17 Linus NordbergExample code: Print a little bit more helpful informati...
2012-12-17 Linus NordbergExample code: Don't create rs_error on failing context...
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-26 Linus NordbergHandle failing rs_context_create().
2012-01-24 Linus NordbergBe user friendly in example program.
2012-01-19 Linus NordbergCosmetic changes.
2011-11-14 Luke Howardremove rs_packet_frpkt
2011-11-14 Luke Howardremove rs_context_init_freeradius_dict
2011-11-14 Luke Howardport to new RADIUS client library
2011-03-21 Linus NordbergAPI AND CONFIG CHANGE: rs_context_create() doesn't...
2011-03-14 Linus NordbergVerify result in example program. Also, don't leak...
2011-03-13 Linus NordbergDon't double free in example code.
2011-03-13 Linus NordbergChange user name in example code.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-08 Linus Nordbergexamples/client-blocking: pull out the error before...
2011-03-08 Linus NordbergClean up struct rs_error somewhat.
2011-03-07 Linus Nordbergexamples/client-blocking.c: Clean up and improve error...
2011-02-28 Linus NordbergRename relevant functions to reflect authn as opposed...
2011-02-28 Linus NordbergAPI changes: rs_client* --> rs_peer.
2011-02-25 Linus NordbergAPI change. Have the request object create its own...
2011-02-04 Linus NordbergInitialize pointer in example program before trusting it.
2011-02-02 Linus NordbergPick usage of struct request in example code at run...
2011-01-21 linusFollow API changes.
2010-10-28 Linus Nordberg"Thou shalt not follow the NULL pointer, for chaos...
2010-10-11 Linus NordbergMerge branch 'merge-luke' into libradsec
2010-10-11 Luke HowardHave rad_decode() verify responses.
2010-10-10 Linus NordbergRename rs_req_* --> rs_request_.
2010-10-05 Linus NordbergRename struct rs_handle --> rs_context.
2010-10-03 Linus NordbergWIP -- reading configuration.
2010-10-03 Linus NordbergWIP
2010-10-03 Linus NordbergWIP
2010-10-03 Linus NordbergRename the error functions.
2010-10-03 Linus NordbergWIP -- prepare for request objects.
2010-10-03 Linus NordbergWIP
2010-10-02 Linus NordbergWIP.
2010-10-02 Linus NordbergWIP