openssl
Can any tell me the difference between CSR version and certificate version?
I want to generate a X509 v3 certificate using a CSR (RFC2986), but t开发者_如何学Che RFC says PKCS10 (CSR) supports only v1. Can anyone tell me the difference?The PKCS#10 version field does not refer[详细]
2023-03-26 09:32 分类:问答C/C++ program with the same output as /usr/bin/openssl
My goal is to create a C/C++ program which encrypts/decypts data (to a file) which is compatible with th开发者_运维百科e standard OpenSSL binary utility.Ideally an administrator would be able to encry[详细]
2023-03-25 16:42 分类:问答Openssl/libcrypto AES 128 encoding using the KEY
I am encrypting a certain string using AES-128-ECB and then save the result in a file e.g test.enc Here is my method that does the encryption:[详细]
2023-03-25 11:01 分类:问答How to configure Apache to use a specific cipher mode in SSL mode?
I know how to configure apache to use a specific cipher, say AES with RSA key exchange algorithm, simply I should add this to \"httpd.开发者_高级运维conf\" file:[详细]
2023-03-24 12:53 分类:问答How to get PEM encoded X509 certificate as C++ string using openssl?
I have a openssl X509 structure with a self signed certificate. I need to get a PEM formatted C++ string from this structure. What are the openssl APIs that I need to use to achieve this?[详细]
2023-03-24 09:51 分类:问答Need help to create an identity from APNS' der certificate
I am trying to implement my own ApplePushNotification provider (deamon) in objC for Mac OS X 10.6 environment. As a basis I took PushMeBaby code, but I have to make some modification on order to use i[详细]
2023-03-24 07:38 分类:问答Problem using OpenSSL.net to sign a certificate
I am trying to get OpenSSL.net to 1) create a key pair to use for CA signing and 2) create and sign certificates using this CA. I have managed to create an RSA/SHA1 X509CertificateAuthority, and have[详细]
2023-03-23 21:39 分类:问答curl : (1) Protocol https not supported or disabled in libcurl
I\'m trying to install the Rails environments on Ubuntu 11.04. When I launch the command rvm install 1.9.2 --with-openssl-dir=/usr/local the following error is received:[详细]
2023-03-23 20:12 分类:问答Safely storing AES key
I\'m using OpenSSL in a program that decrypts a text file and then re-encrypts it with new text and a new encryption key every time the program starts.I\'d like to safely store the key between instanc[详细]
2023-03-23 12:00 分类:问答Using BIGNUM and vU256
Is there any开发者_如何转开发 benefit on using OpenSSL\'s BIGNUM over Accelerate Framework\'s vU256, or vice versa? You tagged iOS in your question.That would be a great reason to use OpenSSL bignum,[详细]
2023-03-22 11:14 分类:问答