summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
...
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-28/+54
* Use RSA CRT parameters in FIPS self tests.slontis2022-10-271-5/+5
* rand: remove the ossl_rand_pool_add_additional_data() function.Pauli2022-10-275-153/+0
* Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz2022-10-191-1/+5
* default provider: include RIPEMD160Pauli2022-10-192-1/+5
* make updateMatt Caswell2022-10-112-45/+45
* Update copyright yearMatt Caswell2022-10-115-5/+5
* set MGF1 digest correctlyJames Muir2022-10-071-3/+5
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-2/+2
* 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
* GCM: record limit counter gets reset on AAD changesPauli2022-07-271-1/+8
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-191-0/+6
* use #pragma comment(lib) with _MSC_VER onlyViktor Szakats2022-07-111-1/+3
* make updateRichard Levitte2022-07-052-17/+17
* Update copyright yearRichard Levitte2022-07-052-2/+2
* 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
* Update fips source checksums to drop the unwanted headersTomas Mraz2022-06-243-36/+2
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-231-1/+2
* make updateMatt Caswell2022-06-213-45/+79
* Update copyright yearMatt Caswell2022-06-217-7/+7
* 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
* 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 updateMatt Caswell2022-05-032-49/+49
* Update copyright yearMatt Caswell2022-05-0321-21/+21
* 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
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2113-27/+19
* FIPS provider modificationsDmitry Belyavskiy2022-04-211-0/+37
* Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz2022-04-195-33/+39