summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
...
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-271-0/+9
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-231-1/+2
* providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte2022-06-201-0/+1
* providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte2022-06-151-2/+21
* Fix the export routines to not return success if param alloc failedMatt Caswell2022-06-154-10/+14
* sm2_dupctx: Avoid potential use after free of the mdTomas Mraz2022-06-101-0/+2
* Fix a use after free in error handling of hmac_dupBernd Edlinger2022-06-101-0/+1
* providers: cipher: aes: add riscv64 zkn supportHongren (Zenithal) Zheng2022-06-108-4/+192
* Don't report success from ec_export if OSSL_PARAM_BLD_to_param failedMatt Caswell2022-06-081-0/+2
* Check return value of ossl_parse_property()Tomas Mraz2022-06-061-1/+1
* Add VERSIONINFO resource to legacy provider if it is not builtinslontis2022-06-021-0/+7
* Add Windows VERSIONINFO resource to fips provider dll.slontis2022-06-021-0/+6
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+3
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-242-6/+6
* Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz2022-05-233-6/+6
* strcasecmp: implement strcasecmp and strncasecmpPauli2022-05-231-3/+0
* Avoid code duplication for locale initializationTomas Mraz2022-05-131-46/+3
* Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz2022-05-131-12/+22
* Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng2022-05-111-6/+7
* Remove duplicated #include headersJHH202022-05-045-6/+0
* Update copyright yearMatt Caswell2022-05-0369-69/+69
* Fix the RC4-MD5 cipherMatt Caswell2022-05-031-1/+1
* 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