summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
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-01indentation fixPauli
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
2022-02-01hkdf: implement ctx dup operationPauli
2022-02-01pbkdf2: implement ctx dup operationPauli
2022-02-01pbkdf1: implement ctx dup operationPauli
2022-02-01prov: add a safe memdup function for context cloningPauli
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte
2022-01-19fix indentationPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-18replace ;; with ; as statement separatorPauli
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz