Update copyright year
[openssl.git] / crypto / dh /
2021-04-07 Paulidh: fix coverity 1473238: argument cannot be negative
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-23 Paulidh: fix coverty 1474423: resource leak
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11 Matt CaswellUpdate copyright year
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-02-28 Paulicrypto: add additional argument to KDF derive calls
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-26 Shane LontisFix external symbols for bn
2021-02-24 Daniel BeveniusFix typo in comment in DH_set0_pqg function
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-19 Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-18 Sahana PrasadDH: Make DH_bits(), DH_size(), and DH_security_bits...
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-08 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteDH: Move the code to set the DH sub-type
2020-10-27 Richard LevitteDH: stop setting the private key length arbitrarily
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-19 Richard LevitteDH: have DH_set_length() increment the dirty count.
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
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-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-12 Shane LontisFix coverity issue: CID 1466483 - Improper use of Negat...
2020-09-05 Shane LontisFix coverity CID #1465967 & #1465968 - fix NULL derefer...
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-14 PauliDH: remove DH parameter files that aren't used or insta...
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-06 Shane LontisAdd FFC param/key generation
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-03 Davide GalassiMissing "obj_mac" header file in "dh_lib"
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-07 Paulicoverity 1201478: check BIO_indent returns
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-01 Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-09 Matt CaswellEnable DH "keys" which only contain domain parameters
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09 Bernd EdlingerUse BN_clear_free in DH_set0_key
next