Questions tagged [openca]

The OpenCA PKI Project is a collaborative effort to develop a robust, full-featured and Open Source out-of-the-box Certification Authority

The OpenCA PKI Project is a collaborative effort to develop a robust, full-featured and Open Source out-of-the-box Certification Authority

5 questions
29
votes
2 answers

LDAP server which is my base dn

Hello I'm trying to use my ldap test server in order to authenticate users in openca. I'm currently connecting through phpldapadmin with : Login DN : cn=admin,dc=example,dc=com Password : mypass but on openca something is going wrong... in…
invader7
  • 452
  • 1
  • 5
  • 11
3
votes
4 answers

Including a C header which declares a variable called "new"?

I'm trying to use the OpenCA (libPKI) library in a C++ application. However, when including the file pki_x509_data_st.h the following code fragment is encountered: typedef struct pki_x509_callbacks_st { /* ---------------- Memory Management…
StackedCrooked
  • 34,653
  • 44
  • 154
  • 278
2
votes
2 answers

Decrypt char* using PKCS7_decrypt() in openssl

I want to encrypt and decrypt using PKCS7_encrypt() and PKCS7_decrypt() functions in openSSL. I have used the example in openSSL Demo. What I want to do is to encrypt a message in the format of char* and decrypt using that char*. I don't want to…
Mohammad Khodaei
  • 501
  • 1
  • 4
  • 15
0
votes
1 answer

How to make openca-base-1.1.1 in ubuntu 11.10?

I'm using Ubuntu 11.10 and now I want to build openca-base-1.1.1. I've installed openca-tools, and using the openssl 1.0.0e. However it failed to make it. It quite confuses me. Following is what I get: Build::External PERL modules Building…
Kinka
  • 425
  • 6
  • 15
0
votes
1 answer

How to create a (complete) certification authority for P2P system

I need a to create a certification authority server for a P2P system, aka, I need a system that: Receives requests for certificates Create certificates from the requests Provide certificates as asked All this must be done through APIs, so it can…