Check-in [5de646644f]
Overview
Comment:CACKey 0.5.3
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.3
Files: files | file ages | folders
SHA1: 5de646644f7b09a222ac8458aa7ef979142a7c4b
User & Date: rkeene on 2010-05-21 00:13:02
Other Links: manifest | tags
Context
2010-05-21
00:19
Updated to install libraries more gracefully check-in: 215097a90f user: rkeene tags: trunk
00:13
CACKey 0.5.3 check-in: 5de646644f user: rkeene tags: trunk, 0.5.3
2010-05-20
23:45
Corrected unpadding

Changed label to be generated, rather than derived from card

Added support for reading the modulus and exponent from an X.509 certificate

Added additional attributes check-in: ef50f6c143 user: rkeene tags: trunk

Changes

Modified configure.ac from [d874e1eaec] to [d61956de16].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.2) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|







1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.3) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX