summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level Whirlpool functions.Pauli2020-01-121-0/+6
* Deprecate the low level MDC2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD4 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level RIPEMD160 functions.Pauli2020-01-121-0/+6
* Add dsa signature alg to fips providerShane Lontis2020-01-123-11/+181
* Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis2020-01-102-31/+68
* PROV: Adjust the KEYMGMT name specs to include all namesRichard Levitte2020-01-091-3/+3
* Add the DSA serializers to the default provider toolsRichard Levitte2020-01-081-0/+21
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-082-0/+12
* Add missing inclusion of "internal/deprecated.h"Richard Levitte2020-01-063-1/+21
* Deprecate the low level AES functionsMatt Caswell2020-01-0614-0/+90
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-0611-188/+2279
* coverity 1456638: fix null checkPauli2020-01-051-4/+3
* coverity 1456640: fix null checkPauli2020-01-051-4/+3
* coverity 1456642: fix null checkPauli2020-01-051-4/+2
* Fix no-dsa buildsMatt Caswell2019-12-231-1/+3
* Fix no-dhMatt Caswell2019-12-232-1/+5
* Add fips self test DEP for solaris and hpuxShane Lontis2019-12-221-6/+31
* Fix no-des buildBernd Edlinger2019-12-201-0/+6
* EVP & PROV: Fix all platform inclusionsRichard Levitte2019-12-1911-3/+11
* Optimize AES-GCM implementation on aarch64Fangming.Fang2019-12-193-8/+96
* Deprecate most of debug-memoryRich Salz2019-12-142-12/+0
* mac poly1305: add missing NULL check in new function.Pauli2019-12-131-1/+2
* mac siphash: add missing NULL check on context creationPauli2019-12-131-1/+2
* PROV: Move AES_GCM specialisation away from common cipher headerRichard Levitte2019-12-124-34/+45
* PROV: Move AES_CCM specialisation away from common cipher headerRichard Levitte2019-12-125-42/+51
* Fix some typosVeres Lajos2019-12-113-3/+3
* Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian2019-12-113-2/+17
* Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte2019-12-1134-38/+40
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-053-16/+89
* PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte2019-11-297-0/+714
* PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte2019-11-2910-0/+722
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-297-6/+549
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-296-1/+418
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-294-1/+122
* Disable mem leak checking for the self test lockMatt Caswell2019-11-292-0/+17
* Make sure we only run the self tests onceMatt Caswell2019-11-294-9/+102
* Make sure we handle input NULL with length 0Matt Caswell2019-11-297-0/+32
* PROV: Avoid NULL dereference in SHA3 dup call.Pauli2019-11-221-1/+2
* PROV: check for memory allocation failure in digest _dupctx.Pauli2019-11-221-1/+2
* kdfs: make free calls check for NULL.Pauli2019-11-229-19/+37
* Tweak some algorithm naming inconsistenciesMatt Caswell2019-11-213-19/+22
* Dont pass zero length input to asm modules for ciphersPatrick Steuer2019-11-201-0/+2
* EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell2019-11-198-45/+87
* fix s390 compile error due to missing comma.Shane Lontis2019-11-191-1/+1
* Fix the issue that aes-xxx-siv algorithms failed in OpenSSL speed testXiaokang Qian2019-11-191-3/+0
* Fix Use after free when copying cipher ctxShane Lontis2019-11-1816-17/+58
* CORE & PROV: make export of key data leaner through callbackRichard Levitte2019-11-143-67/+112
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-145-1/+405