66a2 FreshPorts -- security/iaikpkcs11wrapper
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
iaikpkcs11wrapper 1.2.18 security on this many watch lists=0 search for ports that depend on this port
PKCS#11 Java wrapper
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Feb 2007 07:07:27
Also Listed In: java devel
License: not specified in port


This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a
software library with a defined API which allows access to cryptographic
hardware. It usually comes with hardware security modules (HSM), smart
cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper
provides Java software access to almost any crypto hardware. For
example, a Java application can use it to integrate a HSM or a smart
card to create digital signatures, to decrypt data or to unwrap keys.

WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. java/openjdk6
  2. devel/gmake
Required To Run:
  1. java/openjdk6
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/iaikpkcs11wrapper/ && make install clean
To add the package: pkg_add -r iaikPkcs11Wrapper


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ale/

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 19:33:42
Original commit files touched by this commit  1.2.18
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
10 Dec 2012 13:43:44
Original commit files touched by this commit  1.2.18
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
13 Nov 2011 21:07:33
Original commit files touched by this commit  1.2.18
ale search for other commits by this committer
Update to 1.2.18 release.

Feature safe:   yes
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.2.17_1
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
21 Jul 2011 05:03:02
Original commit files touched by this commit  1.2.17_1
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.2.17_1
ohauer search for other commits by this committer
-remove MD5
12 Apr 2011 13:52:54
Original commit files touched by this commit  1.2.17_1
ale search for other commits by this committer
Optimize C_GetAttributeValues: remove not needed call.
29 Dec 2008 09:15:48
Original commit files touched by this commit  1.2.17
ale search for other commits by this committer
Fix build on 64-bit archs.
15 Dec 2008 21:49:06
Original commit files touched by this commit  1.2.17
ale search for other commits by this committer
Update to 1.2.17 release.
06 Jun 2008 14:01:07
Original commit files touched by this commit  1.2.16_3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Jan 2008 16:50:04
Original commit files touched by this commit  1.2.16_2
ale search for other commits by this committer
Fix patch path.
17 Jan 2008 13:12:34
Original commit files touched by this commit  1.2.16_2
ale search for other commits by this committer
Null-terminate CK_CHAR_PTR strings, even if it should not be necessary.
This fixes broken softwares (like OpenSC) that do poor assumptions.
18 Sep 2007 12:36:58
Original commit files touched by this commit  1.2.16_1
ale search for other commits by this committer
Add COMMENT escaping.
19 May 2007 20:32:57
Original commit files touched by this commit  1.2.16_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 Feb 2007 07:06:58
Original commit files touched by this commit  1.2.16
ale search for other commits by this committer
This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a
software library with a defined API which allows access to cryptographic
hardware. It usually comes with hardware security modules (HSM), smart
cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper
provides Java software access to almost any crypto hardware. For
example, a Java application can use it to integrate a HSM or a smart
card to create digital signatures, to decrypt data or to unwrap keys.

WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper

Number of commits found: 15

284a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month211

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0