]> git.ipfire.org Git - thirdparty/openssl.git/history - providers
Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OID
[thirdparty/openssl.git] / providers /
2022-12-16  slontisAdd KMAC support to KBKDF.
2022-12-12  Hubert Kariorsa: Add option to disable implicit rejection
2022-12-08  Clemens Langsignature: Clamp PSS salt len to MD len
2022-11-30  slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29  Pauliaes: add AES-GCM-SIV modes to the FIPS provider
2022-11-29  Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-29  Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-25  Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-16  Peiwei HuFix the check of EC_GROUP_check_named_curve
2022-11-11  Tomas Mrazcmac_set_ctx_params(): Fail if cipher mode is not CBC
2022-11-10  PauliPut 3DES back into the FIPS provider as a non-approved...
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  Paulifips: verify that the RNG was restored after the self...
2022-11-01  PauliUpdate FIPS KATs for 140-3
2022-11-01  PauliRemove DES cipher from the FIPS provider
2022-10-28  Richard Levitteproviders/implementations/kdfs/pvkkdf.c: Ensure SIZE_MA...
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-26  Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-10-19  Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19  Paulidefault provider: include RIPEMD160
2022-10-07  James Muirset MGF1 digest correctly
2022-10-07  Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-27  Juergen ChristFix HPKE and DHKEM for X25519 and X448 on s390x
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-14  Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-13  Tomas MrazFix AES-GCM on Power 8 CPUs
2022-09-12  Paul YangFix PROV_RC5_CTX's original structure name
2022-09-09  Todd ShortCleanup EBCDIC string defintions
2022-09-05  Hongren (Zenithal... provider: cipher: aes: add riscv32 zkn (zbkb) support
2022-08-23  K1Support decode SM2 parameters
2022-08-19  PauliLimit the size of various MAXCHUNK definitions
2022-08-18  Matt CaswellMove protocol version specific code into separate files
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-08-01  Todd ShortFix AES-GCM-SIV endian issues
2022-07-29  Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-27  PauliGCM: record limit counter gets reset on AAD changes
2022-07-26  Juergen Christs390x: Optimize kmac
2022-07-18  Tomas Mrazdh_to_text: Print the dh->length if set
2022-07-14  Juergen Christs390x: Fix Keccak implementation
2022-07-11  Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-07-06  PauliFix Coverity 1498605 & 1498606: uninitialised value
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-23  Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
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-10  Hongren (Zenithal... providers: cipher: aes: add riscv64 zkn support
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-11  Hongren (Zenithal... Make IV/buf in prov_cipher_ctx_st aligned
2022-05-04  JHH20Remove duplicated #include headers
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-22  Dmitry BelyavskiyFIPS provider modifications
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-19  Tomas MrazAvoid undefined behavior of provided macs on EVP_MAC...
2022-04-19  cuishuangfix some typos
2022-04-12  Daniel HuSM4 optimization for ARM by ASIMD
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-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-14  Hugo LandauFix bug in scrypt KDF provider dup method
2022-03-14  Tomas MrazDH: Make padding always on when X9.42 KDF is used
2022-03-06  Daniel HuFurther acceleration for SM4-GCM on ARM
2022-02-16  Weiguo LiAdd define guards to avoid multi-inclusion
2022-02-14  Jiasheng Jiangdh_exch.c: Add check for OPENSSL_strdup
2022-02-10  Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-07  Danny TsenFixed counter overflow
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-03  Todd ShortFix copyrights
2022-02-03  slontisFix EVP todata and fromdata when used with selection...
2022-02-01  Pauliindentation fix
2022-02-01  Paulitls1 prf: implement ctx dup operation
2022-02-01  Paulipkcs12 kdf: implement ctx dup operation
2022-02-01  Paulik942 kdf: implement ctx dup operation
2022-02-01  Pauliss KDF: implement ctx dup operation
next