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
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
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
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.
I\'m trying to read the ticker symbol at https://mtgox.com/api/0/data/ticker.php from my C++ application.
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.
I have a byte[] in Java which reports its length as 256 bytes which I pass to a native function in C.
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
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.
I am trying to statically link libcurl (with SSL) into my project, but I am encountering lots of linker errors: