Re: [openssl-users] Fwd: Makefile.org in openSSL 1.1.0d

2017-02-13 Thread murugesh pitchaiah
Thank you Rich. I was using 1.0.2.h earlier. It was using Makefile.org and then Configure script was run to generate the Makefile. The template available in Makefile.org was used to prepare the Makefile. Can you please share if any thread, details on new build system, how to use that? Thanks, Mu

Re: [openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Karl Denninger
On 2/13/2017 18:41, Salz, Rich wrote: >> It is a home grown HTTPS server. > Well, then what does your server do? > > To be very very clear: TLS is a *send the bytes* protocol. It knows nothing > about EBCDIC, ASCII, text, etc. To back up what Rich has said I pass a LOT of data, including HTTPS

Re: [openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Salz, Rich
> It is a home grown HTTPS server. Well, then what does your server do? To be very very clear: TLS is a *send the bytes* protocol. It knows nothing about EBCDIC, ASCII, text, etc. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Viktor Dukhovni
> On Feb 13, 2017, at 3:53 PM, Salz, Rich wrote: > > What’s the serer on the other side? If it’s a web server, then \0 characters > are generally illegal. If it’s s_server, then it, too, really wants ASCII > lines. For binary-clean input use the "-nocommads" option to s_client. The remainin

Re: [openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Anamitra Dutta Majumdar
It is a home grown HTTPS server. Anamitra Dutta Majumdar Product Security Architect Office: 4152663903 Email: amajum...@splunk.com Splunk Inc. San Francisco | Cupertino | London | Hong Kong | Washington D.C. | Seattle | Plano | Singapore | Munich | Tokyo | Shanghai

Re: [openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Salz, Rich
What’s the serer on the other side? If it’s a web server, then \0 characters are generally illegal. If it’s s_server, then it, too, really wants ASCII lines. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] OpenSSL behavior for NULL characters

2017-02-13 Thread Anamitra Dutta Majumdar
I am trying to figure out what is the default OpenSSL server side behavior when we send the following command openssl s_client -connect localhost:8089 < /dev/zero 2>&1 What is the expected/default behavior of a TLS server. Should it close the connection , or continue to accept the NULL characte

Re: [openssl-users] Fwd: Makefile.org in openSSL 1.1.0d

2017-02-13 Thread Salz, Rich
> Can someone explain why 'Makefile.org' is removed now and how to tackle it > ? The whole build system changed; there is no Makefile.org any more. What were you trying to do? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Fwd: Makefile.org in openSSL 1.1.0d

2017-02-13 Thread murugesh pitchaiah
Team, I downloaded the openSSL 1.1.0d now and was trying to use that. Previously I was using openSSL 1.0.2.h. I do not see the 'Makefile.org' in the new 1.1.0d. In my application I was using this file. Now as it is not present in 1.1.0d, could not complete the upgrade. Can someone explain why 'M

[openssl-users] Using RSASSA-PSS in command line smime / cms utility

2017-02-13 Thread Harakiri via openssl-users
Can i set the padding RSASSA-PSS or alg ECDSA via command line when using openssl smime or openssl cms command? I can't find an option for it.-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] RSA engine is not using the functions mentioned in struct

2017-02-13 Thread khurram ashraf
Respected Mr. Levitte, I have created the symlink to /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsa_engine.so. During encryption and decryption it mentions that "engine "rsa-engine 1" set", but it doesnot use the function in the struct and also doesnot output the printf. Furthermore, I

Re: [openssl-users] RSA engine is not using the functions mentioned in struct

2017-02-13 Thread Richard Levitte
In message on Mon, 13 Feb 2017 10:57:27 +, khurram ashraf said: khurramashraf_786> Here the engine loads but when i try to encrypt a text file by using khurramashraf_786> following command khurramashraf_786> khurramashraf_786> openssl pkeyutl -encrypt -in message.txt -pubin -inkey pubk

[openssl-users] RSA engine is not using the functions mentioned in struct

2017-02-13 Thread khurram ashraf
I am new to making engines in openssl. Basically I want to implement an OpenSSL RSA engine that uses the functions I mentioned while encrypting and decrypting. My engine compiles and loads but it seems that it is not using the functions I want it to use for encryption and decryption. #include

[openssl-users] Forthcoming OpenSSL release

2017-02-13 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Forthcoming OpenSSL release === The OpenSSL project team would like to announce the forthcoming release of OpenSSL version 1.1.0e This release will be made available on 16th February 2017 between 1200-1600 UTC, and will inc