File: HISTORY

package info (click to toggle)
seccure 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 268 kB
  • sloc: ansic: 2,236; xml: 192; makefile: 100
file content (20 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
v0.5: (Aug 2014)
  - support for brainpool curves added
  - compiles now with -std=c89 -pedantic
  - switch from GPLv2 to LGPLv3 license
  - minor bugfixes

v0.4: (Apr 2009)
  - signature generation is deterministic now
  - fix in the allocation routines for secure memory
  - minor bugfixes

v0.3: (Aug 2006)
  - added signcryption as shortcut for signing and subsequent encryption
  - added -a mode (inline signature)

v0.2: (Aug 2006)
  - added Diffie-Hellman key exchange

v0.1: (July 2006)
  - initial release