summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
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-28kdf objects missing a return if malloc fails.slontis
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-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-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-27siphash: Properly set mac size in sipcopyTomas Mraz
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
2022-03-14DH: Make padding always on when X9.42 KDF is usedTomas Mraz
2022-03-07Further acceleration for SM4-GCM on ARMDaniel Hu
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2022-02-14dh_exch.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-10AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-02-07Fixed counter overflowDanny Tsen
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-02-01tls1 prf: implement ctx dup operationPauli
2022-02-01pkcs12 kdf: implement ctx dup operationPauli
2022-02-01k942 kdf: implement ctx dup operationPauli
2022-02-01ss KDF: implement ctx dup operationPauli
2022-02-01ssh kdf: implement ctx dup operationPauli
2022-02-01scrypt: implement ctx dup operationPauli
2022-02-01pvk kdf: implement ctx dup operationPauli
2022-02-01krb5kdf: implement ctx dup operationPauli
2022-02-01kbkdf: implement ctx dup operationPauli