summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2022-08-18ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz
2022-08-04providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior
2022-08-01Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee
2022-08-01Fix AES-GCM-SIV endian issuesTodd Short
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-27GCM: record limit counter gets reset on AAD changesPauli
2022-07-26s390x: Optimize kmacJuergen Christ
2022-07-18dh_to_text: Print the dh->length if setTomas Mraz
2022-07-14s390x: Fix Keccak implementationJuergen Christ
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats
2022-07-06Fix Coverity 1498605 & 1498606: uninitialised valuePauli
2022-06-29Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala
2022-06-28kdf objects missing a return if malloc fails.slontis
2022-06-27Improve checks for invalid saltlen in DER writer.Daniel Fiala
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-20providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte
2022-06-15providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte
2022-06-15Fix the export routines to not return success if param alloc failedMatt Caswell
2022-06-10sm2_dupctx: Avoid potential use after free of the mdTomas Mraz
2022-06-10Fix a use after free in error handling of hmac_dupBernd Edlinger
2022-06-10providers: cipher: aes: add riscv64 zkn supportHongren (Zenithal) Zheng
2022-06-08Don't report success from ec_export if OSSL_PARAM_BLD_to_param failedMatt Caswell
2022-06-06Check return value of ossl_parse_property()Tomas Mraz
2022-06-02Add VERSIONINFO resource to legacy provider if it is not builtinslontis
2022-06-02Add Windows VERSIONINFO resource to fips provider dll.slontis
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-11Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-04-29poly1305: Properly copy the whole context on dupTomas Mraz
2022-04-27Prefer GNU library initialization mechanism over platform oneJon Spillett
2022-04-27siphash: Properly set mac size in sipcopyTomas Mraz
2022-04-22FIPS provider modificationsDmitry Belyavskiy
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz
2022-04-19fix some typoscuishuang
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-11ec_export: Other parameters are exportable with domain parametersTomas Mraz
2022-04-11sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz
2022-04-11kdf: avoid NULL dereference on malloc failure in sshkdfPauli
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-14Fix bug in scrypt KDF provider dup methodHugo Landau