On Sun, Dec 18, 2016 at 5:09 PM, Viktor Dukhovni
wrote:
>
>> On Dec 18, 2016, at 2:55 PM, Walter H. via openssl-users
>> wrote:
>>
>> encrypt
>> openssl enc -e -in file -out encryptfile -aes-256-gcm
>
> GCM is not supported with "openssl enc(1)". Use a CBC cipher
> instead.
+1. This was late t
On 18/12/2016 16:21, sahorwitz wrote:
I am obviosly a newbie and missing something. How then do I encrypt the file
on one machine (little endian), transmit it to another machine (big endian)
and decrypt it there?
What problem are you actually seeing? In what way does the decryption
fail on the
> On Dec 18, 2016, at 2:55 PM, Walter H. via openssl-users
> wrote:
>
> encrypt
> openssl enc -e -in file -out encryptfile -aes-256-gcm
GCM is not supported with "openssl enc(1)". Use a CBC cipher
instead.
--
Viktor.
--
openssl-users mailing list
To unsubscribe: https://mta.openss
> On Dec 18, 2016, at 4:52 PM, Brice André wrote:
>
> I know that the current certificate is the old one, but this
> is because my service is in production.
>
> I tested new certificate this evening to limit the number of
> impacted clients. And as it did not worked, i reinstalled
> previous ce
Dear Viktor,
Thanks for your answer.
I Know that the current certificate is the old one, but this is because my
service is in production.
I tested new certificate this evening to limit the number of impacted
clients. And as it did not worked, i reinstalled previous certificate
waiting a solution
> On Dec 18, 2016, at 3:05 PM, Brice André wrote:
>
> I developped the service a few years ago and got wildcard certificates from
> Startcom. Due to the recent probems with startcom, I migrated my certificates
> to COMODO. I also tried to rationalise the number of certificates, and I
> think
On 18.12.2016 17:21, sahorwitz wrote:
I am obviosly a newbie and missing something. How then do I encrypt the file
on one machine (little endian), transmit it to another machine (big endian)
and decrypt it there?
similar to this:
encrypt
openssl enc -e -in file -out encryptfile -aes-256-gcm
On 12/18/2016 11:21 AM, sahorwitz wrote:
I am obviously a newbie and missing something. How then do I encrypt the file
on one machine (little endian), transmit it to another machine (big endian)
and decrypt it there?
Why do you think endian'ness is an issue?
--
openssl-users mailing list
To
Dear all,
I use a gsoap application for which I write the server (php/apache) and
client (gsoap and openssl). As I am pretty sure my problem comes from
openssl and not gsoap, I am asking my question here.
I developped the service a few years ago and got wildcard certificates from
Startcom. Due to
I am obviosly a newbie and missing something. How then do I encrypt the file
on one machine (little endian), transmit it to another machine (big endian)
and decrypt it there?
--
View this message in context:
http://openssl.6102.n7.nabble.com/big-endian-vs-little-endian-tp69372p69377.html
Sent f
Hello everyone, I've been reading smime.c and trying to work my way up from
a command that does work.
However, I've reached this stage, and I get an error code I don-t know how
to diagnose.
The source is this(BEWARE: very little error handling, this is just a first
informed attempt at the problem):
11 matches
Mail list logo