Re: [openssl-users] Escaped Issuer/Subject

2017-04-12 Thread Salz, Rich via openssl-users
> I thought about escaping regarding DN itself (LDAP DN). Look up the -nameopt flag in, say, x509.pod Then if you need C code, trace through what apps/x509.c does. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] EVP Functions

2017-04-12 Thread Eudald Sabaté Creixell
Hey, First of all I'm new to OpenSSL and EVP functions. I've been using them in a project in order to encrypt/decrypt files using 256-bit AES in CBC mode, and using these functions to entirely encrypt/decrypt a file I've found any problem. Now, I've been asked to decrypt a file partially, and the

Re: [openssl-users] EVP Functions

2017-04-12 Thread Salz, Rich via openssl-users
You need to learn what CBC mode is. Block ‘n’ feeds into block ‘n+1’ The behavior you describe is not wrong. Blocks are padded, so only read outlen bytes. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] EVP Functions

2017-04-12 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Eudald Sabaté Creixell > Sent: Wednesday, April 12, 2017 10:43 > First of all I'm new to OpenSSL and EVP functions. I've been using them in a > project in order to encrypt/decrypt files > using 256-bit AES in CBC

Re: [openssl-users] Escaped Issuer/Subject

2017-04-12 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of c.hol...@ades.at > Sent: Wednesday, April 12, 2017 00:47 > > I thought about escaping regarding DN itself (LDAP DN). It's an X.400 DN. LDAP is a protocol and an API; there's no necessary relationship between X.509

Re: [openssl-users] Multithreading: Global locks causing bottleneck in parallel SSL_write calls

2017-04-12 Thread Benjamin Kaduk via openssl-users
On 04/12/2017 05:54 AM, dipakgaigole wrote: > Hi, > > I have a windows multi-threaded SSL server application which handles > each client request in a new thread. The Server handles different > types of requests. One of the request type is like “send file” where > server thread has to read a file

[openssl-users] Multithreading: Global locks causing bottleneck in parallel SSL_write calls

2017-04-12 Thread dipakgaigole
Hi,I have a windows multi-threaded SSL server application which handles each client request in a new thread. The Server handles different types of requests. One of the request type is like send file where server thread has to read a file from local filesystem and send the content to the

[openssl-users] Escaped Issuer/Subject

2017-04-12 Thread c.hol...@ades.at
I thought about escaping regarding DN itself (LDAP DN). https://www.ietf.org/rfc/rfc4514.txt https://www.ibm.com/support/knowledgecenter/en/ssw_i5_54/rzahy/rzahyunderdn.htm https://msdn.microsoft.com/en-us/library/aa366101%28v=vs.85%29.aspx Best regards -- openssl-users mailing list To

[openssl-users] CA validation.

2017-04-12 Thread john gloster
Hi, Does X509_verify_cert() checks KeyUsage extension? Is there any API to check whether the CA certificate is properly used based on the Criticality specified in the certificate? [Eg. CRL signing, Key Cert signing etc.] Thanks. -- openssl-users mailing list To unsubscribe:

[openssl-users] OSCP.

2017-04-12 Thread john gloster
Could anyone point me to some OSCP samples? Needed to check whether CA certificate is still active. Thanks. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] openssl-users Digest, Vol 29, Issue 14

2017-04-12 Thread Roberta Jewell Fulton via openssl-users
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users