The FreeBSD Ports Archive
FreeBSD security : cryptlib4>
A powerful security programming toolkit
cryptlib is a powerful security toolkit which allows even inexperienced
crypto programmers to easily add encryption and authentication services to
their software. The high-level interface provides anyone with the ability to
add strong security capabilities to an application in as little as half an
hour, without needing to know any of the low-level details which make the
encryption or authentication work. Because of this, cryptlib dramatically
reduces the cost involved in adding security to new or existing applications.
cryptlib provides a standardised interface to a number of popular encryption
algorithms, as well as providing a high-level interface which hides most of
the implementation details and provides an operating-system-independent
encoding method which makes it easy to transfer secured data from one operating
environment to another.
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
|
cryptlib history
v. 1.19
date: 2007/03/30 12:53:21; author: ale; state: Exp; lines: +3 -4
Update to 3.3.1 release.
v. 1.18
date: 2006/11/13 07:24:25; author: ale; state: Exp; lines: +3 -3
Fix build on 4.x.
v. 1.17
date: 2006/10/07 08:02:55; author: ale; state: Exp; lines: +1 -0
Try to fix on 4.X.
v. 1.16
date: 2006/09/17 08:40:33; author: ale; state: Exp; lines: +1 -0
The tarball has been rerolled with many post 3.3 release fixes,
so bump PORTREVISION, too.
v. 1.15
date: 2006/09/14 18:36:52; author: ale; state: Exp; lines: +6 -6
Update to 3.3 release.
v. 1.14
date: 2006/07/14 07:06:17; author: ale; state: Exp; lines: +19 -12
Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
v. 1.13
date: 2006/01/24 12:26:47; author: pav; state: Exp; lines: +3 -1
- Unbreak
PR: ports/92224
Submitted by: Johan van Selst
v. 1.12
date: 2006/01/22 21:21:45; author: kris; state: Exp; lines: +1 -0
BROKEN: Hard-codes libc_r linkage
v. 1.11
date: 2005/09/16 15:35:43; author: mnag; state: Exp; lines: +8 -8
Update to 3.2.2
Approved by: pav (mentor)
v. 1.10
date: 2005/04/24 18:54:36; author: kris; state: Exp; lines: +4 -5
Update to 3.2 to fix fetching.
v. 1.9
date: 2005/04/06 09:38:13; author: danfe; state: Exp; lines: +4 -6
- Unbreak. Distfile has changed. A diff between the contents of the
original distfile and the new one shows that the changes consist of
inconsequential whitespace, and ones that NUL-terminate couple of
strings (linebuffers). Hence PORTREVISION bump. [1]
- Improve on Makefile header (reindent, spaces -> tabs)
PR: ports/79591
Submitted by: Sam Lawrance
v. 1.8
date: 2005/02/28 04:24:54; author: kris; state: Exp; lines: +3 -1
BROKEN: Size mismatch
v. 1.7
date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2004/01/30 09:29:33; author: perky; state: Exp; lines: +3 -3
Update to 3.1
v. 1.5
date: 2003/08/11 02:15:56; author: foxfair; state: Exp; lines: +3 -8
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
v. 1.4
date: 2003/07/18 13:12:09; author: arved; state: Exp; lines: +2 -0
Build only on i386.
PR: 54455
Submitted by: Mark Linimon
v. 1.3
date: 2003/07/09 18:20:26; author: arved; state: Exp; lines: +6 -0
- install cryptlib.h
- respect CFLAGS
PR: 54167[1]
Submitted by: John Engelhart
v. 1.2
date: 2003/06/22 08:32:19; author: foxfair; state: Exp; lines: +1 -2
Change port name to cryptlib-3.1.b4 and satisfy naming rules in handbook.
v. 1.1
date: 2003/06/21 06:11:49; author: foxfair; state: Exp;
Add cryptlib 3.1, a powerful security programming toolkit.
PR: 53397
Submitted by: me
=============================================================================
v. 1.19
date: 2007/03/30 12:53:21; author: ale; state: Exp; lines: +3 -4
Update to 3.3.1 release.
v. 1.18
date: 2006/11/13 07:24:25; author: ale; state: Exp; lines: +3 -3
Fix build on 4.x.
v. 1.17
date: 2006/10/07 08:02:55; author: ale; state: Exp; lines: +1 -0
Try to fix on 4.X.
v. 1.16
date: 2006/09/17 08:40:33; author: ale; state: Exp; lines: +1 -0
The tarball has been rerolled with many post 3.3 release fixes,
so bump PORTREVISION, too.
v. 1.15
date: 2006/09/14 18:36:52; author: ale; state: Exp; lines: +6 -6
Update to 3.3 release.
v. 1.14
date: 2006/07/14 07:06:17; author: ale; state: Exp; lines: +19 -12
Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
v. 1.13
date: 2006/01/24 12:26:47; author: pav; state: Exp; lines: +3 -1
- Unbreak
PR: ports/92224
Submitted by: Johan van Selst
v. 1.12
date: 2006/01/22 21:21:45; author: kris; state: Exp; lines: +1 -0
BROKEN: Hard-codes libc_r linkage
v. 1.11
date: 2005/09/16 15:35:43; author: mnag; state: Exp; lines: +8 -8
Update to 3.2.2
Approved by: pav (mentor)
v. 1.10
date: 2005/04/24 18:54:36; author: kris; state: Exp; lines: +4 -5
Update to 3.2 to fix fetching.
v. 1.9
date: 2005/04/06 09:38:13; author: danfe; state: Exp; lines: +4 -6
- Unbreak. Distfile has changed. A diff between the contents of the
original distfile and the new one shows that the changes consist of
inconsequential whitespace, and ones that NUL-terminate couple of
strings (linebuffers). Hence PORTREVISION bump. [1]
- Improve on Makefile header (reindent, spaces -> tabs)
PR: ports/79591
Submitted by: Sam Lawrance
v. 1.8
date: 2005/02/28 04:24:54; author: kris; state: Exp; lines: +3 -1
BROKEN: Size mismatch
v. 1.7
date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2004/01/30 09:29:33; author: perky; state: Exp; lines: +3 -3
Update to 3.1
v. 1.5
date: 2003/08/11 02:15:56; author: foxfair; state: Exp; lines: +3 -8
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
v. 1.4
date: 2003/07/18 13:12:09; author: arved; state: Exp; lines: +2 -0
Build only on i386.
PR: 54455
Submitted by: Mark Linimon
v. 1.3
date: 2003/07/09 18:20:26; author: arved; state: Exp; lines: +6 -0
- install cryptlib.h
- respect CFLAGS
PR: 54167[1]
Submitted by: John Engelhart
v. 1.2
date: 2003/06/22 08:32:19; author: foxfair; state: Exp; lines: +1 -2
Change port name to cryptlib-3.1.b4 and satisfy naming rules in handbook.
v. 1.1
date: 2003/06/21 06:11:49; author: foxfair; state: Exp;
Add cryptlib 3.1, a powerful security programming toolkit.
PR: 53397
Submitted by: me
=============================================================================
v. 1.19
date: 2007/03/30 12:53:21; author: ale; state: Exp; lines: +3 -4
Update to 3.3.1 release.
v. 1.18
date: 2006/11/13 07:24:25; author: ale; state: Exp; lines: +3 -3
Fix build on 4.x.
v. 1.17
date: 2006/10/07 08:02:55; author: ale; state: Exp; lines: +1 -0
Try to fix on 4.X.
v. 1.16
date: 2006/09/17 08:40:33; author: ale; state: Exp; lines: +1 -0
The tarball has been rerolled with many post 3.3 release fixes,
so bump PORTREVISION, too.
v. 1.15
date: 2006/09/14 18:36:52; author: ale; state: Exp; lines: +6 -6
Update to 3.3 release.
v. 1.14
date: 2006/07/14 07:06:17; author: ale; state: Exp; lines: +19 -12
Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
v. 1.13
date: 2006/01/24 12:26:47; author: pav; state: Exp; lines: +3 -1
- Unbreak
PR: ports/92224
Submitted by: Johan van Selst
v. 1.12
date: 2006/01/22 21:21:45; author: kris; state: Exp; lines: +1 -0
BROKEN: Hard-codes libc_r linkage
v. 1.11
date: 2005/09/16 15:35:43; author: mnag; state: Exp; lines: +8 -8
Update to 3.2.2
Approved by: pav (mentor)
v. 1.10
date: 2005/04/24 18:54:36; author: kris; state: Exp; lines: +4 -5
Update to 3.2 to fix fetching.
v. 1.9
date: 2005/04/06 09:38:13; author: danfe; state: Exp; lines: +4 -6
- Unbreak. Distfile has changed. A diff between the contents of the
original distfile and the new one shows that the changes consist of
inconsequential whitespace, and ones that NUL-terminate couple of
strings (linebuffers). Hence PORTREVISION bump. [1]
- Improve on Makefile header (reindent, spaces -> tabs)
PR: ports/79591
Submitted by: Sam Lawrance
v. 1.8
date: 2005/02/28 04:24:54; author: kris; state: Exp; lines: +3 -1
BROKEN: Size mismatch
v. 1.7
date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2004/01/30 09:29:33; author: perky; state: Exp; lines: +3 -3
Update to 3.1
v. 1.5
date: 2003/08/11 02:15:56; author: foxfair; state: Exp; lines: +3 -8
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
v. 1.4
date: 2003/07/18 13:12:09; author: arved; state: Exp; lines: +2 -0
Build only on i386.
PR: 54455
Submitted by: Mark Linimon
v. 1.3
date: 2003/07/09 18:20:26; author: arved; state: Exp; lines: +6 -0
- install cryptlib.h
- respect CFLAGS
PR: 54167[1]
Submitted by: John Engelhart
v. 1.2
date: 2003/06/22 08:32:19; author: foxfair; state: Exp; lines: +1 -2
Change port name to cryptlib-3.1.b4 and satisfy naming rules in handbook.
v. 1.1
date: 2003/06/21 06:11:49; author: foxfair; state: Exp;
Add cryptlib 3.1, a powerful security programming toolkit.
PR: 53397
Submitted by: me
=============================================================================
|
| |

|