check-format.pl: improve preprocessor directive handling; re-order state variables
[openssl.git] / providers /
2023-03-14 Matt Caswellmake update
2023-03-14 Matt CaswellUpdate copyright year
2023-03-07 Clemens Langfips: Use salt >= 16 bytes in PBKDF2 selftest
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-02-28 ndosscheFix incomplete error check on RSA_public_decrypt()
2023-02-22 PauliRevert "Put EdDSA back as approved algorithms."
2023-02-19 Clemens Langkbkdf: Fix kbkdf_dup function pointer type
2023-02-08 Paulides: prevent error when using two key triple DES with...
2023-02-07 PauliPut EdDSA back as approved algorithms.
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 Tomas MrazPrevent creating DSA and DH keys without parameters...
2023-01-30 slontisChaCha20-Poly1305 no longer supports truncated IV's.
2023-01-24 PauliPut X25519 and X448 back as approved algorithms
2023-01-17 Juergen ChristFix potential NULL pointer dereference
2023-01-16 Juergen Christs390x: Fix keccak xofs via CPACF
2023-01-12 Paulifips: make EdDSA unapproved for FIPS
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-21 Tomas Mrazmake update
2022-12-21 Tomas MrazUpdate copyright year
2022-12-16 slontisAdd KMAC support to KBKDF.
2022-12-09 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-01 Tomas Mrazmake update
2022-12-01 Tomas MrazUpdate copyright year
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-23 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-11-23 Paul YangFix PROV_RC5_CTX's original structure name
2022-11-23 Todd ShortCleanup EBCDIC string defintions
2022-11-23 Hongren (Zenithal... provider: cipher: aes: add riscv32 zkn (zbkb) support
2022-11-23 Juergen Christs390x: Optimize kmac
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-21 Hongren (Zenithal... providers: cipher: aes: add riscv64 zkn support
2022-11-21 Hongren (Zenithal... Make IV/buf in prov_cipher_ctx_st aligned
2022-11-21 JHH20Remove duplicated #include headers
2022-11-21 cuishuangfix some typos
2022-11-21 Daniel HuSM4 optimization for ARM by ASIMD
2022-11-21 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
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-11 Hugo LandauFix bug in scrypt KDF provider dup method
2022-11-11 Daniel HuFurther acceleration for SM4-GCM on ARM
2022-11-11 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-11-11 Danny TsenFixed counter overflow
2022-11-11 Richard LevitteMove e_os.h to include/internal
2022-11-11 Pauliindentation fix
2022-11-11 Paulitls1 prf: implement ctx dup operation
2022-11-11 Paulipkcs12 kdf: implement ctx dup operation
2022-11-11 Paulik942 kdf: implement ctx dup operation
2022-11-11 Pauliss KDF: implement ctx dup operation
2022-11-11 Paulissh kdf: implement ctx dup operation
2022-11-11 Pauliscrypt: implement ctx dup operation
2022-11-11 Paulikrb5kdf: implement ctx dup operation
2022-11-11 Paulikbkdf: implement ctx dup operation
2022-11-11 Paulihkdf: implement ctx dup operation
2022-11-11 Paulipbkdf2: implement ctx dup operation
2022-11-11 Paulipbkdf1: implement ctx dup operation
2022-11-11 Pauliprov: add a safe memdup function for context cloning
2022-11-11 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2022-11-11 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-11-11 Danny TsenAES-GCM performance optimzation with stitched method...
2022-11-10 PauliPut 3DES back into the FIPS provider as a non-approved...
2022-11-09 Paulifix indentation
2022-11-09 Daniel HuSM4 optimization for ARM by HW instruction
2022-11-09 Tianjia Zhangproviders: Add SM4 GCM implementation
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 x2018check the return value of EVP_MD_fetch in ecdh_exch...
2022-11-09 Orr ToledanoAdd support for RNDRRS Provider
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-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-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...
next