openssl
X509 Certificate Modifying Distinguished Name Field
Due to size limitation, I would like to alter OpenSSL configuration file so then I would be able to generate smaller x509 certificates. Is开发者_开发知识库 it possible? If so, I would like to have a P[详细]
2023-04-05 13:41 分类:问答How can I sign a file using RSA and SHA256 with .NET?
My application will take a set of files and sign them. (I\'m not trying to sign an assembly.)There is a .p12 file that I get the private key from.[详细]
2023-04-05 13:26 分类:问答Can PHP OpenSSL generate private/public key/certificate pairs?
I wonder if PHP\'s OpenSSL extension can be used t开发者_JAVA技巧o generate private/public key/certificate pairs?Sure, use openssl_pkey_new:[详细]
2023-04-04 23:17 分类:问答Unable to decrypt data encoded via OpenSSL on iPhone
Kind of a followup to my previous question to: How do I get the initialization vector (iv) from OpenSSL encrypted data[详细]
2023-04-04 11:29 分类:问答Why is Apple Deprecating OpenSSL in MacOS 10.7 (Lion)? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-04-04 10:33 分类:问答Extracting a custom extension from a X.509 certificate by OID with OpenSSL
I have been able to extract a custom extension from a X.509 certificate by its index with: X509_EXTENSION* ex = X509_get_ext(x509, extension_index);[详细]
2023-04-03 16:59 分类:问答Link error: undefined reference to EVP_CIPHER_CTX_ and EVP_CIPHER_CTX_init
I am using crypto++ in my code. I don\'t want to use its dependencies so i\'ve tried to import crypto++ files in my folder and include them in my .cpp file[详细]
2023-04-03 11:38 分类:问答Using keying material generated by OpenSSL handshake to encrypt/decrypt data locally
I\'m currently working on a project which requires OpenSSL encryption. Due to design considerations (which are unfeasible to work around) the encryption process has to be along these lines:[详细]
2023-04-03 11:20 分类:问答Decoding an ASN.1 DER OCTET STRING with OpenSSL
Using the OpenSSL API, I have extracted a custom extension from a X.509v3 certificate with: X509_EXTENSION* ex = X509_get_ext(x509, 4);[详细]
2023-04-03 08:12 分类:问答OpenSSL: Trying to use keying material obtain by handshake to locally encrypt data
This is the code: bool EncoderTLS::handshake() { int sock = getSocket(); SSL *ssl = SSL_new(ctx); BIO *sbio = BIO_new_socket(sock, BIO_NOCLOSE);[详细]
2023-04-03 05:03 分类:问答