summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use ncr_lists instead of list_sem_st in intefacesMiloslav Trmač2010-07-271-23/+23
|/ | | | | | | | | | | | | | Should result in no functionality change. This makes the code marginally more effective (reducing the number of "&lst->key" and "&lst->sessions" operations in the code, and moving them toward dereferences where they can be combined with member accesses), and more type-safe (prevents mixing the key and session list in most places because they the difference is only in the low-level accessor functions). Most importantly, this allows replacing list_sem_st without having to touch most of the functions again.
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-1/+5
|
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-0/+3
|
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-53/+2
|
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-0/+221