aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
[openssl.git] / providers /
2023-03-14 afshinpirSegmentation fault in parent rng cleanup
2023-03-14 afshinpirUpdated `rsa_has()` for correct validation
2023-03-14 Tomas MrazFix size_t/int mismatch in cms_ec.c and rsa_sig.c
2023-02-28 ndosscheFix incomplete error check on RSA_public_decrypt()
2023-02-08 Paulides: prevent error when using two key triple DES with...
2023-02-07 Richard Levittemake update
2023-02-07 Richard LevitteUpdate copyright year
2023-02-03 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-03 Tomas MrazPrevent creating DSA and DH keys without parameters...
2023-01-30 slontisChaCha20-Poly1305 no longer supports truncated IV's.
2023-01-17 Juergen ChristFix potential NULL pointer dereference
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2022-12-22 slontisChange HKDF to alloc the info buffer.
2022-12-22 xkernelec_kmgmt.c: check the return of BN_CTX_get() in time.
2022-12-22 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-12-20 Tomas MrazRaise the KMAC limits for key and custom size to 512...
2022-11-16 Peiwei HuFix the check of EC_GROUP_check_named_curve
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-11-02 Richard Levitteproviders/common/der/oids_to_c.pm: Remove use of Data...
2022-11-01 Tomas Mrazmake update
2022-11-01 Tomas MrazUpdate copyright year
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-10-11 Matt Caswellmake update
2022-10-11 Matt CaswellUpdate copyright year
2022-10-07 James Muirset MGF1 digest correctly
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-08-18 Tomas Mrazec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_E...
2022-08-04 Sebastian Andrzej... providers: Set the size of EC signature on s390.
2022-08-01 Rob Mc GeeUpdating ifdefs to account for xlclang compiler fronten...
2022-07-27 PauliGCM: record limit counter gets reset on AAD changes
2022-07-19 Tomas Mrazdh_to_text: Print the dh->length if set
2022-07-11 Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-07-05 Richard Levittemake update
2022-07-05 Richard LevitteUpdate copyright year
2022-06-29 Daniel FialaRemove redundant check for `saltlen > UINT32_MAX`
2022-06-28 slontiskdf objects missing a return if malloc fails.
2022-06-27 Daniel FialaImprove checks for invalid saltlen in DER writer.
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-27 Daniel FialaAdd checks for saltlen and trailerfield to rsa key...
2022-06-24 Tomas MrazUpdate fips source checksums to drop the unwanted headers
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-21 Matt Caswellmake update
2022-06-21 Matt CaswellUpdate copyright year
2022-06-20 Richard Levitteproviders/implementations/exchange/kdf_exch.c: fix...
2022-06-15 Richard Levitteproviders/implementations/exchange/kdf_exch.c: Fix...
2022-06-15 Matt CaswellFix the export routines to not return success if param...
2022-06-10 Tomas Mrazsm2_dupctx: Avoid potential use after free of the md
2022-06-10 Bernd EdlingerFix a use after free in error handling of hmac_dup
2022-06-08 Matt CaswellDon't report success from ec_export if OSSL_PARAM_BLD_t...
2022-06-06 Tomas MrazCheck return value of ossl_parse_property()
2022-06-02 slontisAdd VERSIONINFO resource to legacy provider if it is...
2022-06-02 slontisAdd Windows VERSIONINFO resource to fips provider dll.
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-23 Tomas MrazFix regression in default key length for Blowfish CFB...
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-03 Matt Caswellmake update
2022-05-03 Matt CaswellUpdate copyright year
2022-05-03 Matt CaswellFix the RC4-MD5 cipher
2022-04-29 Tomas Mrazpoly1305: Properly copy the whole context on dup
2022-04-27 Jon SpillettPrefer GNU library initialization mechanism over platfo...
2022-04-27 Tomas Mrazsiphash: Properly set mac size in sipcopy
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-21 Dmitry BelyavskiyFIPS provider modifications
2022-04-19 Tomas MrazAvoid undefined behavior of provided macs on EVP_MAC...
2022-04-11 Tomas Mrazec_export: Other parameters are exportable with domain...
2022-04-11 Tomas Mrazsm2: Allow setting 0 length SM2 dist ID param
2022-04-10 Paulikdf: avoid NULL dereference on malloc failure in sshkdf
2022-03-15 Matt Caswellmake update
2022-03-15 Matt CaswellUpdate copyright year
2022-03-14 Tomas MrazDH: Make padding always on when X9.42 KDF is used
2022-02-14 Jiasheng Jiangdh_exch.c: Add check for OPENSSL_strdup
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-28 Zhou QingyangAdd the missing check of BN_bn2hex return value
2022-01-27 Tomas MrazFix IV length of DES EDE ECB implementations
2022-01-18 Tomas Mrazdh_exch.c: Correct gettable parameters for DH key exchange
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2022-01-13 Paulidrbg: add handling for cases where TSAN isn't available
2022-01-13 PauliAvoid using a macro expansion in a macro when staticall...
2022-01-07 Peiwei Huproviders/implementations/keymgmt/rsa_kmgmt.c: refactor...
2022-01-06 Dr. David von OheimbOSSL_STORE: Prevent spurious error during loading priva...
2022-01-05 x2018check the return value of OSSL_PARAM_BLD_new in dsa_kmg...
2022-01-03 x2018Check the return value of ossl_bio_new_from_core_bio()
2021-12-19 ABautkinFix deref after null
2021-12-14 Matt Caswellmake update
2021-12-13 Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-12-08 Gerd Hoffmannrename MIN() macro
2021-12-06 Tomas Mrazkey_to_type_specific_pem_bio_cb: Use passphrase callbac...
2021-12-06 Tomas MrazPVK decoder: prompt for PVK passphrase and not PEM
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-12-01 Tomas Mrazvarious kdfs: Always reset buflen after clearing the...
2021-11-23 Tomas Mrazrsa_signverify_init: Set the PARAMS after key is set
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
next