Tagged Questions

0
votes
1answer
22 views

C OpenSSL block size

My code: EVP_DecryptInit (&ctx, EVP_des_cbc (), key, iv); if (EVP_DecryptUpdate (&ctx, outbuf, &olen, inbuff, in_length) != 1) { fprintf (stderr, "err …
-4
votes
2answers
105 views

HOW to use OpenSSL in C to send email (via gmail) using SMPTS (TLS)

Writing in C/C++ (not COM C#) As a follow on from these questions: http://www.developerweb.net/forum/showthread.php?t=3477 http://stackoverflow.com/questions/440762/openssl-comma …
0
votes
1answer
34 views

Load RSA keys from files

Hello, I used openSSL command to create 2 files: 1 for RSA public key & 1 for RSA private key. How do I recover RSA keys using C? Specifically, I have these functions: RSA_p …
0
votes
0answers
21 views

How do I get SSL working in fsockopen?

I'm running PHP 5.2.6 on Windows, I have extension=php_curl.dll and extension=php_openssl.dll uncommented in php.ini; as such I can see the following in phpinfo: curl cURL support …
0
votes
2answers
37 views

OpenSSL “Seal” in C (or via shell)

I'm working on porting some PHP code to C, that contacts a web API. The issue I've come across is that the PHP code uses the function openssl_seal(), but I can't seem to find any …
0
votes
1answer
23 views

What is a socket library?

While reading about OpenSSL I've stumbled upon sentence: "It would be nice if security was as simple as linking in a different socket library when building a program". What is th …
0
votes
1answer
29 views

What’s the Ruby OpenSSL library equivalent of this command?

Hi all, what's the Ruby OpenSSL library equivalent of the following command? openssl pkcs12 -clcerts -nodes -in apns.p12 -out apns.pem I've been reading through the documentatio …
1
vote
4answers
84 views

Hashes in Cocoa and Objective-C

Hi, I'm writing an application for Mac. I need some code which generates a hash from a string. I need to create these hashes: MD2 MD4 MD5 SHA-0 SHA-1 How can I do this? Thanks. …
0
votes
1answer
59 views

OpenSSL on iPhone

I need to figure out how to get two OpenSSL functions for iPhone. I'm trying to keep it so I don't need another dylib, because I don't want Apple to reject my application for somet …
0
votes
1answer
14 views

ezcrypto not encrypting consistently in JRuby (MRI is fine)

I'm trying to encrypt some data using the Ezcrypto gem in Ruby. Things work perfectly when running under MRI, but I'm getting strange results when running the same code using JRuby …
0
votes
1answer
24 views

Determine certificate type

There doesn't seem to be any sort of standard naming convention for OpenSSL certificates, so I'd like to know if there's a simple command to get important information about any Ope …
1
vote
1answer
31 views

How do you create a self-signed certificate for use in object signing?

I am trying to create an object-signing certificate myself instead of paying Verisign or some other company hundreds of dollars. I am using linux (specifically 64bit OpenSUSE 11.1) …
0
votes
3answers
82 views

SSL without HTTP

All, It is possible to use IIS (or similar) to handle the ssl side of https communications. Is there something similar that can handle the ssl side of a TCP/IP message? Basically …
1
vote
1answer
21 views

Key-value pairs in configuration file on unix - can the value contain the number sign (#)??

Hi, I'm using the openssl utility of debian in order to create a certificate. The certificate paramemters are given in a configuration file, which is made of key-value pairs. My …
0
votes
1answer
53 views

wget, self-signed certs and a custom HTTPS server

For various reasons I have created a simple HTTP server, and added SSL support via OpenSSL. I'm using self-signed certificates. IE, FireFox and Chrome happily load content as lon …

1 2 3 4 5 10 next
15 30 50 per page