Re: [openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Richard Collins
Thankyou, the SSL_*_set_psk_*_callback functions look like they're exactly what I need. I just need to work out which callbacks to use. On 19/01/17 15:06, Salz, Rich wrote: > Look at the PSK ciphers; the callbacks should be able to call your > generator... > > -- > Senior Architect, Akamai Tec

Re: [openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Salz, Rich
Look at the PSK ciphers; the callbacks should be able to call your generator... -- Senior Architect, Akamai Technologies Member, OpenSSL Dev Team IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Richard Collins
Hello I'm looking at adding functionality to OpenSSL and need some help with where to start. I'd like to add a component to OpenSSL, ether externally to the library or by modifying the library, which provides symmetric key to the encryption algorithms. I'm hoping to be able to insert my key genera