summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
...
* poly1305: Properly copy the whole context on dupTomas Mraz2022-04-291-2/+3
* Prefer GNU library initialization mechanism over platform oneJon Spillett2022-04-271-6/+7
* siphash: Properly set mac size in sipcopyTomas Mraz2022-04-271-4/+6
* FIPS provider modificationsDmitry Belyavskiy2022-04-221-0/+37
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2213-25/+17
* Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz2022-04-195-33/+39
* fix some typoscuishuang2022-04-191-1/+1
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-122-0/+31
* ec_export: Other parameters are exportable with domain parametersTomas Mraz2022-04-111-3/+0
* sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz2022-04-111-2/+3
* kdf: avoid NULL dereference on malloc failure in sshkdfPauli2022-04-111-1/+2
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-013-39/+16
* Fix bug in scrypt KDF provider dup methodHugo Landau2022-03-141-3/+8
* DH: Make padding always on when X9.42 KDF is usedTomas Mraz2022-03-141-5/+6
* Further acceleration for SM4-GCM on ARMDaniel Hu2022-03-071-1/+24
* Add define guards to avoid multi-inclusionWeiguo Li2022-02-164-52/+76
* dh_exch.c: Add check for OPENSSL_strdupJiasheng Jiang2022-02-141-4/+16
* AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov2022-02-102-2/+216
* Fixed counter overflowDanny Tsen2022-02-071-1/+81
* Move e_os.h to include/internalRichard Levitte2022-02-0517-17/+17
* Fix copyrightsTodd Short2022-02-039-0/+64
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-034-25/+56
* indentation fixPauli2022-02-011-1/+1
* tls1 prf: implement ctx dup operationPauli2022-02-011-0/+27
* pkcs12 kdf: implement ctx dup operationPauli2022-02-011-0/+25
* k942 kdf: implement ctx dup operationPauli2022-02-011-0/+37
* ss KDF: implement ctx dup operationPauli2022-02-011-0/+32
* ssh kdf: implement ctx dup operationPauli2022-02-011-0/+26
* scrypt: implement ctx dup operationPauli2022-02-011-0/+35
* pvk kdf: implement ctx dup operationPauli2022-02-011-0/+22
* krb5kdf: implement ctx dup operationPauli2022-02-011-0/+23
* kbkdf: implement ctx dup operationPauli2022-02-011-0/+32
* hkdf: implement ctx dup operationPauli2022-02-011-0/+33
* pbkdf2: implement ctx dup operationPauli2022-02-011-2/+36
* pbkdf1: implement ctx dup operationPauli2022-02-011-0/+24
* prov: add a safe memdup function for context cloningPauli2022-02-012-0/+21
* Add the missing check of BN_bn2hex return valueZhou Qingyang2022-01-281-0/+3
* Fix IV length of DES EDE ECB implementationsTomas Mraz2022-01-272-6/+2
* Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian2022-01-251-6/+30
* AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen2022-01-242-0/+41
* LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte2022-01-211-0/+102
* fix indentationPauli2022-01-192-5/+5
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-183-9/+69
* dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz2022-01-181-1/+1
* replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2022-01-171-0/+1
* drbg: add handling for cases where TSAN isn't availablePauli2022-01-131-0/+4
* Avoid using a macro expansion in a macro when statically initialisingPauli2022-01-131-3/+9
* providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu2022-01-071-7/+12
* OSSL_STORE: Prevent spurious error during loading private keysDr. David von Oheimb2022-01-061-5/+18