openssl
Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in C:\xampp\htdocs\this\tcpdf\tcpdf.php on line 8366
I am using TCPDF to sign PDF, but when running the example 52 I got this error: Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting[详细]
2023-03-28 23:37 分类:问答C: DES Encryption problem
I was looking for examples how to encode stuff in C using DES cypher and openssl headers and I found this one: http://www.codealias.info/technotes/des_encryption_using_openssl_a_simple_example[详细]
2023-03-28 18:48 分类:问答Openssl X509_set_pubkey() Crash in Android NDK
I am trying to make the most basic x509 public key cert file possible on Android in C via the NDK.I built libcrypto and libssl (although I am currently only using libcrypto stuff) with the stuff from[详细]
2023-03-28 11:52 分类:问答How to save the LDAP SSL Certificate from OpenSSL
I wanted the SSL Certificate of my LDAP Server which is Novell eDirectory. I have used openssl to connect to ldap to view the certificate.[详细]
2023-03-28 07:54 分类:问答HTTPS request with Boost.Asio and OpenSSL
I\'m trying to read the ticker symbol at https://mtgox.com/api/0/data/ticker.php from my C++ application.[详细]
2023-03-28 07:28 分类:问答Incorrect string length after Blowfish encryption
I did a little testing with Blowfish encoding and noticed something. The encoded string is not always as long as the source string. it is shorter sometimes.[详细]
2023-03-28 05:13 分类:问答Problem passing byte[] via jni to C on Android
I have a byte[] in Java which reports its length as 256 bytes which I pass to a native function in C.[详细]
2023-03-28 01:49 分类:问答AES_ctr128_encrypt() "Segmentation fault" (OpenSSL)
i need to decrypt some cypherd text (aes 128 ctr) programming in C using openssl, since libraries version i\'m using don\'t support EVP for aes ctr i\'m tring to use AES_ctr128_encrypt(), but i get se[详细]
2023-03-27 17:37 分类:问答How to test that Tomcat with APR and OpenSSL is caching SSL sessions?
We have an application running on Tomcat 6.0.32 and using JSSE (Java 1.6.0_26) for cryptographic communication (HTTPS). Recently, we\'ve being testing with the APR connector andOpenSSL.[详细]
2023-03-27 06:02 分类:问答Linker errors when statically linking libcurl+openssl to my project
I am trying to statically link libcurl (with SSL) into my project, but I am encountering lots of linker errors:[详细]
2023-03-26 20:08 分类:问答