aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto_openssl.c
AgeCommit message (Expand)Author
2022-04-13api: crypto: deprecate odp_crypto_operation()Janne Peltonen
2022-03-21linux-gen: crypto: ignore warnings from deprecated openssl APIsMatias Elo
2022-03-02api: crypto: remove deprecated authentication algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated cipher algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated crypto authentication algorithmsMatias Elo
2022-03-02api: crypto: remove deprecated crypto cipher algorithmsMatias Elo
2022-02-24linux-gen: crypto: fix EIA2 by changing it to a byte mode implementationJanne Peltonen
2022-02-04linux-gen: packet: add common packet metadata copy functionMatias Elo
2022-01-28linux-gen: crypto: use the new session creation error namesJanne Peltonen
2022-01-28linux-gen: crypto: use per-session IVs only when deprecated API is enabledJanne Peltonen
2022-01-28linux-gen: crypto: clear hash only if hash_result_in_auth_range is setJanne Peltonen
2021-10-21linux-gen: fix zero-size array build errorsMatias Elo
2021-09-29crypto: fix crypto and auth range offset in bit modeJanne Peltonen
2021-09-23linux-gen: crypto: fix encryption & decryption of segmented packetsJanne Peltonen
2021-09-23linux-gen: crypto: fix AES-XCBC-MAC calculation with segmented packetsJanne Peltonen
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2021-08-30linux-gen: crypto: fix error handling in odp_crypto_operation()Janne Peltonen
2021-03-31linux-gen: crypto: set completion queue capabilityAakash Sasidharan
2021-03-11linux-gen: crypto: increase the maximum number of sessions to 4000Janne Peltonen
2021-03-02linux-gen: crypto: fix style warningPetri Savolainen
2020-09-25linux-gen: crypto: send completion events to the correct queueJanne Peltonen
2020-06-11linux-gen: crypto: fix session allocation when out of sessionsJanne Peltonen
2020-05-15api: add missing const qualifiersPetri Savolainen
2019-11-14linux-gen: crypto: support global disablePetri Savolainen
2019-10-22linux-gen: init: prefix internal init/term functions with underscoreMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-05-24linux-gen: crypto: fix support for OpenSSL 1.0.xDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add support for 3GPP AES EEA2/EIA2 algorithmsDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add AES-XTS supportDmitry Eremin-Solenikov
2019-05-24linux-gen: aes-gmac: extend capabilitiesDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add AES-CFB128 supportDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add AES-ECB supportDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add digest algorithms supportDmitry Eremin-Solenikov
2019-05-24linux-gen: crypto: add HMAC-SHA224 algorithm supportDmitry Eremin-Solenikov
2019-05-24linux-gen: add 3DES-ECB algorithm supportDmitry Eremin-Solenikov
2019-04-16linux-gen: crypto: fix AES-GMAC with OpenSSL 1.1.1bDmitry Eremin-Solenikov
2019-04-11linux-gen: crypto: disable openssl locking callbacksMatias Elo
2018-11-14linux-gen: ishm: remove _ODP_SHM_NO_HP flagMatias Elo
2018-10-09linux-gen: do not use huge pages for internal allocationsMaxim Uvarov
2018-08-20linux-gen: queue: remove enq/deq from queue interfacePetri Savolainen
2018-07-23linux-gen: crypto: properly sort AES-CMAC capabilitiesDmitry Eremin-Solenikov
2018-06-29linux-gen: support building ODP without libcrypto from OpenSSLDmitry Eremin-Solenikov