Check-in [458e2fe6b9]
Overview
Comment:CACKey 0.7.7
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.7.7
Files: files | file ages | folders
SHA1: 458e2fe6b9b4cd4d86d00e4b28474b86dfbfbb0c
User & Date: kvanals on 2016-10-18 18:23:19
Other Links: manifest | tags
Context
2016-10-19
11:39
Updated CACKey Build Script to point to new PKCS11.tokend, which includes a fix for SHA-384 support check-in: 4cf37709bf user: kvanals tags: trunk
2016-10-18
18:23
CACKey 0.7.7 check-in: 458e2fe6b9 user: kvanals tags: trunk, 0.7.7
18:14
Added CACKey Uninstaller for macOS into the installer package (/usr/local/bin/cackey_osx_uninstall.sh), removed the extra macOS uninstaller script from the build tree, and updated the macOS build script to use the new SHA-256 hash of the external PKCS11.tokend (which now supports SHA-2 (256/384/512)) check-in: a8231fc377 user: kvanals tags: trunk
Changes

Modified configure.ac from [e753d20a1d] to [57f1561a66].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.7.6) 
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.7.7) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX