Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / providers / implementations / exchange /
2024-04-09 Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2023-09-07 Matt CaswellCopyright year updates
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-06-20 Richard Levitteproviders/implementations/exchange/kdf_exch.c: fix...
2022-06-15 Richard Levitteproviders/implementations/exchange/kdf_exch.c: Fix...
2022-05-03 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-01-18 Tomas Mrazdh_exch.c: Correct gettable parameters for DH key exchange
2022-01-04 x2018check the return value of EVP_MD_fetch in ecdh_exch...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-03 slontisFix dh dupctx refcount error
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Pauliprov: update exchange algorithms to support params...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-03 Tomas MrazImprove error reporting in key exchange provider implem...
2021-02-28 Pauliprov: add additional argument to KDF derive call in...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-21 Tomas Mrazkdf_exch.c (kdf_derive): Proper handling of NULL secret
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider exchange operations
2020-09-18 Shane LontisAdd fips checks for ecdh key agreement
2020-09-18 Shane LontisAdd fips checks for dh key agreement
2020-09-12 Pauliexchange: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-10 Matt CaswellMinimise the size of the macros in kdf_exch.c
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-12 Matt CaswellFix no-ec build
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature