File: Architecture.txt

package info (click to toggle)
dynalogin 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,864 kB
  • ctags: 439
  • sloc: sh: 11,691; ansic: 2,552; php: 276; makefile: 103; sql: 13
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

dynalogin is designed to be small, light and efficient.  This is
important for security code, as it is easier to read and understand.

With this in mind, the following dependencies were chosen as building
blocks:

- Apache APR: chosen due to the platform-independent flexibility, 
  convenient memory pools and great support from the APR community.

- oath-toolkit: a self-contained HOTP/TOTP implementation that is
  well supported by Simon Josefsson

- unixODBC: a flexible way of accessing multiple databases

- gnutls: state-of-the-art TLS support for UNIX, with GNU freedom

- GNU autotools: the most widely used build system for Free software