[fpc-devel] Implementing SHA256 Unit.

Garry Wood garry at softoz.com.au
Sun Mar 20 13:10:47 CET 2016


On Mar 20, 2016 10:17 PM, Jy V <jyv110 at gmail.com> wrote:
>
>
> On Sun, Mar 20, 2016 at 2:11 AM, Garry Wood <garry at softoz.com.au> wrote:
>>
>>  I recently ported the implementation from LibTimCrypt / wpa_supplicant (which are both from public domain implementations), you can find the unit here:
>>
>> https://github.com/ultibohub/Core/blob/master/source/rtl/ultibo/core/crypto.pas
>
>
> Are you planning to support TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 embedded in Ultibo which looks to be the most common cipher requested by browser,
> would this allow to embed TLSv1.2 in order to implement https server in Ultibo?
>

Yes, the intent is to support https with TLS 1.0/1.1/1.2 so AES_128_GCM_SHA256 will be included in the cipher suite.

Garry.


More information about the fpc-devel mailing list