PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

ChaCha20 not supported in enc #25

Open haneefmubarak opened 9 years ago

haneefmubarak commented 9 years ago

openssl enc doesn't appear to support ChaCha20 for shell based stream encryption. Is it easily possible to add support for ChaCha20 to openssl enc?

PeterMosmans commented 9 years ago

@haneefmubarak , excellent question. I'm going to look into it...

haneefmubarak commented 9 years ago

damn that was a quick response - thanks @PeterMosmans!

haneefmubarak commented 8 years ago

@PeterMosmans did you ever find out?

PeterMosmans commented 8 years ago

Sorry @haneefmubarak , the response was faster than the actual research :smile: It's still on my todo list, please hang in there...

drwetter commented 8 years ago

Hi @haneefmubarak,

just curious: for what do you need this? I know what enc is for but just wondering why Peter should include this? Can't speak for all users here but I thought most folks use s_client or maybe s_server.

(Hint: LibreSSL does have enc -chacha.)

Cheers, Dirk