OpenSSL 1.1.1b installation

2019-05-20 Thread DeCaro, James John (Jim) CIV DISA SD (US) via openssl-users
Hello, I am working on a Solaris 11.4 x86 64bit virtual server. There are no specific applications loaded on it yet. I am preparing it to be a BIND server eventually. To that end, I downloaded and installed OpenSSL 1.1.1b so I have the latest and greatest to work with. The installation

associating a cert with a private key

2010-03-28 Thread sd dd
haven't had any luck with this alias so far, thought I've try it one more time :) here is my understanding of a cert signing request, client create a key pair, send the public key to server for signing server send back the signed cert, now, my question is, from the server

how is dup/ref-counting handled in openssl?

2010-03-26 Thread sd dd
so in window crypto api, there is this concept of duplicate and ref counting, for example, CertDuplicateStore call basically increments the store ref count. i am wondering if openssl handles this? how do i understand the concept openssl uses? ( right now my understanding is there is no

porting win32 crypto code to openssl

2010-03-24 Thread sd dd
hello all, I have some code that was initially written under windows, using win32 crypto dll, recently i need to port this code to use openssl instead. would like to know what are some suggested options. a couple of approaches I can see 1. rewrite the code using openssl. 2. try to wrap

[no subject]

2007-11-07 Thread SD
Hello all, Hoping someone can help me here. I have this function that I use to do DES and Base64 encryption/encoding/decryption/decoding. When it links against libcrypto.0.9 it works fine. However when I rebuild it against libcrypto.0.9.7 it doesn't work. It encrypts but when I got

Win32 base64 and DES

2006-01-05 Thread SD
Title: Win32 base64 and DES I'm having a problem with DES encryption combined with base64 encoding. I've built the openssl 0.9.7i static libraries (with ssl) on Win32 and I've done so on Mac OS X 10.4. On both the encrypt then decrypt loop fails once the data gets to large. I'm able to use the