Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openca/libpki
Easy-to-use high-level library for PKI-enabled applications
https://github.com/openca/libpki
c cryptography hsm ocsp openssl pki x509certificates
Last synced: 3 months ago
JSON representation
Easy-to-use high-level library for PKI-enabled applications
- Host: GitHub
- URL: https://github.com/openca/libpki
- Owner: openca
- License: other
- Created: 2014-07-28T20:40:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:04:14.000Z (8 months ago)
- Last Synced: 2024-06-12T03:14:24.208Z (5 months ago)
- Topics: c, cryptography, hsm, ocsp, openssl, pki, x509certificates
- Language: C
- Homepage:
- Size: 4.38 MB
- Stars: 49
- Watchers: 12
- Forks: 32
- Open Issues: 14
-
Metadata Files:
- Readme: README.OPENSOLARIS
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Installation details for Solaris/OpenSolaris installation
1. Install pkg-net (http:// )
2. Use apt-get to install gcc and devel toolsIf you want to use GCC tools, do the (optional) 3-5 steps:
3. Add /opt/csw/bin and /usr/ccs/bin
4. Add /opt/csw/gcc/bin dir to your path
5. Check for make/gmake path (eventually make a symlink to gmake)6. If you installed openssl by using pkg-get, use the --with-openssl-prefix
option when configuring the package:$ ./configure --with-openssl-prefix=/opt/csw
This should help you with the pre-requisites on Solaris platforms (tested
on Solaris10).Please if you have additional info to improve compatibility, let us know by
sending an e-mail to:or subscribe to the devel mailing list, more info on:
http://www.openca.org/openca/
# Installation details for Solaris 10 installation
1. Install sun studio 11+ (http://www.sun.com/download/ )
This should help you with the pre-requisites on Solaris platforms (tested
on Solaris10).2. Add the /usr/ccs/bin in your PATH variable
Please if you have additional info to improve compatibility, let us know by
sending an e-mail to:or subscribe to the devel mailing list, more info on:
http://www.openca.org/openca/