[DragonFlyBSD - Bug #1638] (Closed) OpenSSL cryptodev patch

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Thu Aug 5 03:12:17 PDT 2021


Ticket #1638 wurde aktualisiert von tuxillo.

Beschreibung aktualisiert
Status wurde von Feedback zu Closed geändert

We no longer have OpenSSL in base.

----------------------------------------
Bug #1638: OpenSSL cryptodev patch
http://bugs.dragonflybsd.org/issues/1638#change-14139

* Autor: lentferj
* Status: Closed
* Priorität: Normal
* Zugewiesen an: alexh
* Kategorie: 
* Zielversion: 6.2
----------------------------------------
Attached is a patch to enable cryptodev engine support in OpenSSL on 
Dragonfly.

I have tested this to some extend on a System with VIA C7 and padlock 
with these results:

bash-4.0# openssl speed -elapsed -evp AES-128-CBC
[...]
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 
bytes
aes-128-cbc       2212.74k     9283.28k    14203.47k    81418.80k 
551087.35k

openssl speed -elapsed -evp AES-128-CBC -engine padlock
[...]
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 
bytes
aes-128-cbc      34066.30k   115907.26k   294967.28k   483761.44k 
567358.91k

[padlock.ko loaded]
openssl speed -elapsed -evp AES-128-CBC -engine cryptodev
[...]
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 
bytes
aes-128-cbc       2357.93k     8318.06k    36483.88k   124004.00k 
620408.51k

[padlock.ko unloaded]
openssl speed -elapsed -evp AES-128-CBC -engine cryptodev
[...]
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 
bytes
aes-128-cbc       4413.40k     4146.96k     3727.17k     4627.12k 
4654.53k

---Dateien------------------------------
cryptodev.patch (4,81 KB)
hifn1.diff (21,5 KB)


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account


More information about the Bugs mailing list