summaryrefslogtreecommitdiff
path: root/providers/implementations
Commit message (Expand)AuthorAgeFilesLines
* provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng2022-09-058-0/+311
* Support decode SM2 parametersK12022-08-234-3/+8
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-1/+1
* Move protocol version specific code into separate filesMatt Caswell2022-08-181-1/+1
* ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz2022-08-181-3/+10
* providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior2022-08-041-4/+16
* Fix AES-GCM-SIV endian issuesTodd Short2022-08-013-29/+38
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-297-1/+915
* GCM: record limit counter gets reset on AAD changesPauli2022-07-271-1/+8
* s390x: Optimize kmacJuergen Christ2022-07-261-3/+28
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-181-0/+6
* s390x: Fix Keccak implementationJuergen Christ2022-07-141-1/+18
* use #pragma comment(lib) with _MSC_VER onlyViktor Szakats2022-07-111-1/+3
* Fix Coverity 1498605 & 1498606: uninitialised valuePauli2022-07-062-2/+4
* kdf objects missing a return if malloc fails.slontis2022-06-282-3/+7
* 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
* 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-241-2/+2
* Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz2022-05-232-4/+4
* 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-0362-62/+62
* Fix the RC4-MD5 cipherMatt Caswell2022-05-031-1/+1
* poly1305: Properly copy the whole context on dupTomas Mraz2022-04-291-2/+3
* siphash: Properly set mac size in sipcopyTomas Mraz2022-04-271-4/+6
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2212-24/+16
* 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-012-20/+8
* 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-0515-15/+15
* Fix copyrightsTodd Short2022-02-031-0/+9