Check-in [6d0500d7e7]
Overview
Comment:CACKey 0.6.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.6.1
Files: files | file ages | folders
SHA1: 6d0500d7e7f193cc448314c992a2dd4a597a7e81
User & Date: rkeene on 2011-08-26 05:40:33
Other Links: manifest | tags
Context
2011-08-26
20:20
Removed expired certificates check-in: e5f5d2e812 user: rkeene tags: trunk
05:40
CACKey 0.6.1 check-in: 6d0500d7e7 user: rkeene tags: trunk, 0.6.1
05:29
Updated to include DoD root CAs as objects in the PKCS#11 module

Updated to include Netscape Trust Objects (https://developer.mozilla.org/index.php?title=en/NSS/PKCS_%2311_Netscape_Trust) in PKCS#11 module

Added more attributes to scan for to test driver check-in: 5027cbae9b user: rkeene tags: trunk

Changes

Modified configure.ac from [4cfafab603] to [01379c117b].

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

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX