[openssl-users] porting socket ssl python to c++

2018-08-01 Thread Roberto Spadim
ery) data = s.recv(16384) print 'Reply:', data s.close() -- Roberto Spadim -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: Who uses heartbeat?

2014-04-14 Thread Roberto Spadim
2014-04-14 10:02 GMT-03:00 Michael Wojcik : > > From: owner-openssl-us...@openssl.org [mailto: > owner-openssl-us...@openssl.org] On Behalf Of Roberto Spadim > > Sent: Sunday, 13 April, 2014 13:53 > > > > The problem isn't new features the problem is how to write t

Re: OpenSSL Heartbeat Extension Vulnerability

2014-04-13 Thread Roberto Spadim
=] you are wellcome 2014-04-14 3:48 GMT-03:00 Gayathri Manoj : > Thanks Roberto for the details information. > > > On Mon, Apr 14, 2014 at 12:07 PM, Roberto Spadim wrote: > >> more news: >> https://www.openssl.org/news/ >> >> >> 2014-04-14 3:35 GMT-

Re: OpenSSL Heartbeat Extension Vulnerability

2014-04-13 Thread Roberto Spadim
more news: https://www.openssl.org/news/ 2014-04-14 3:35 GMT-03:00 Roberto Spadim : > from what i know: > https://www.openssl.org/news/secadv_20140407.txt > > OpenSSL Security Advisory [07 Apr 2014] > > > TLS heartbeat read o

Re: OpenSSL Heartbeat Extension Vulnerability

2014-04-13 Thread Roberto Spadim
erability will effect the products which > are using openssl version less than openssl 1.0.1 > > Thanks, > Gayathri > -- Roberto Spadim SPAEmpresarial Eng. Automação e Controle

Re: Who uses heartbeat?

2014-04-13 Thread Roberto Spadim
> > openssl-users@openssl.org > > Automated List Manager > > majord...@openssl.org > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List > openssl-users@openssl.org > Automated List Manager > majord...@openssl.org > -- Roberto Spadim SPAEmpresarial Eng. Automação e Controle

Re: Looking more at the Heatbleed

2014-04-10 Thread Roberto Spadim
tile clients. It is very unlikely that the OP can this one out. > > -- > Viktor. > __ > OpenSSL Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Ma

Re: using TRNG via /dev/random

2013-09-26 Thread Roberto Spadim
hu nice to know, thanks David! i will check this file 2013/9/25 David Johnston > On 9/25/2013 2:19 PM, Roberto Spadim wrote: > > > >hi david! > >do you have a patch about this hack? > > Actually Fedora 18 fixes the primary problems. It has an update to rngd so &

Re: using TRNG via /dev/random

2013-09-25 Thread Roberto Spadim
hi david! do you have a patch about this hack? 2013/9/25 David Johnston > On 9/24/2013 11:58 AM, Roberto Spadim wrote: > >> There's space to create a new random device at /dev if you want too =) >> /dev/nbrandom ? no block random? :) >> >> 2013/9/24 R

Re: using TRNG via /dev/random

2013-09-24 Thread Roberto Spadim
convince Linus, every one is free to use /dev/urandom instead > of /dev/random. > > Ciao, > Richard > > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-u

Re: question

2013-09-21 Thread Roberto Spadim
I don't know the source and this crypto key method, but normally private keys are generated wiht microtimes and random numbers something like a uuid, try search the code (.c, .cc files) to get something about random, unique, uuid or something that generate the private key Em 21/09/2013 13:02, "Dave

Re: simple https client application

2013-09-18 Thread Roberto Spadim
tart ..? > > Rgds > Indra > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Manager

Re: How to securely encrypt identical files to identical ciphertext?

2013-08-16 Thread Roberto Spadim
* a point in my last email... "... but underground world is nice and many times free =] ..." the "nice" != "legal", check your country law before doing crypt and others protection features

Re: How to securely encrypt identical files to identical ciphertext?

2013-08-16 Thread Roberto Spadim
hum, i will talk again with general cases, but it give nice ideas the point about security is fisic access... you have problem with fisic access to disk? for example, if you put your data in a datacenter, you never know who is changing your hardware or what happen to hardware disks... at least

Re: How to securely encrypt identical files to identical ciphertext?

2013-08-16 Thread Roberto Spadim
one idea... use a salt with a MD5(file contents) + pseudo random salt based on others informations this give a nice salt... example... with different salts: file1 contents = file 2 contents salt of 1 = MD5(MD5(file1 contents) + file1 name) salt of 2 = MD5(MD5(file1 contents) + file2 name) or if

Re: How to securely encrypt identical files to identical ciphertext?

2013-08-16 Thread Roberto Spadim
hi, i don't know if i will answer your question, but i will give some tips about security... the point about decrypt is crypt lists, reverse engeneer and many others solutions to decrypt informations i didn't remember the name, maybe rainbow list or something like it is a normal feature used with

Re: How do I mount a NAS device?

2013-08-08 Thread Roberto Spadim
hehehe i think it's not related to openssl maybe you should look at smbfs, cifs, samba, nfs, and others filesystem over network __ OpenSSL Project http://www.openssl.org User Support Mailing List

New engine - remote PKCS#11 (remote smartcard)

2013-07-03 Thread Roberto Spadim
g the LSM PKCS#11 but the developer told me that it's not what i'm looking. (but i think it's a nice start point, instead of a raw project) should i send this to openssl-dev? thanks guys -- Roberto Spadim __