summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updating ifdefs to account for xlclang compiler frontend on AIX.Rob Mc Gee2022-08-011-2/+2
* Fix AES-GCM-SIV endian issuesTodd Short2022-08-013-29/+38
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-298-1/+918
* 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
* Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala2022-06-291-1/+1
* kdf objects missing a return if malloc fails.slontis2022-06-282-3/+7
* Improve checks for invalid saltlen in DER writer.Daniel Fiala2022-06-271-3/+3
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-2/+2
* 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