]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/pmeth_lib.c
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / evp / pmeth_lib.c
2020-02-21  PauliParams: add argument to the _from_text calls to indicat...
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-06  PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-04  Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04  Richard LevitteDecentralize legacy_ctrl_str_to_param()
2020-01-31  Paulievp_pmeth: free the MD reference correctly.
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-27  Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-23  Shane LontisAdd DH key exchange to fips provider
2020-01-15  Dmitry BelyavskiyRestoring correct check for legacy PKEY
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-09  Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-06  Richard LevitteEVP: Fix method to determine if a PKEY is legacy or not
2019-12-17  Richard LevitteEVP: make it possible to init EVP_PKEY_CTX with provide...
2019-11-17  Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-14  Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-14  Matt CaswellImplement provider support for Asym Ciphers
2019-11-06  Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05  Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-03  Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-11-03  Richard LevitteMake EVP_PKEY_CTX initialization more precise
2019-10-31  Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-21  Richard Levittecrypto/evp/pmeth_lib.c: Fix copy'n'paste error
2019-10-16  Richard LevitteAdd EVP_PKEY_CTX_new_provided()
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-09  Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09  Matt CaswellRevise EVP_PKEY param handling
2019-09-09  Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09  Matt CaswellImplement DSA in the default provider
2019-09-09  Matt CaswellAdd the ability to perform signatures in a provider
2019-09-05  Shane LontisChange provider params from int to size_t
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-22  Richard LevitteAdapt int_ctx_new() to use with providers
2019-07-19  Matt CaswellFix no-dh
2019-07-16  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-13  Paul YangMake some return checks consistent with others
2018-09-07  Paul YangUpdate document for SM2 stuffs
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangSupport pmeth->digest_custom
2018-09-06  PauliAvoid SEGV when giving X509_sign a NULL private key.
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-03-29  FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2018-03-20  Matt CaswellUpdate copyright year
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-10-11  Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11  Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11  Dr. Stephen HensonDon't ignore passed ENGINE.
2017-09-14  Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-13  Paul YangSupport key check in EVP interface
2017-08-15  Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-08  Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-07-29  Dr. Stephen HensonAdd public key method enumeration function.
2017-05-30  Dr. Stephen HensonED25519 public key method.
2017-02-03  Bernd EdlingerCombined patch against master branch for the following...
2017-02-01  Todd ShortAdd support for parameterized SipHash
2017-01-24  Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-08  Dr. Stephen Hensonfix a few more style issues
2017-01-08  Dr. Stephen Hensonfix various style issues
2017-01-08  Dr. Stephen HensonDigest string helper function.
2017-01-08  Dr. Stephen HensonPSS EVP_PKEY method
2016-08-13  Dr. Stephen HensonAdd X25519 methods to internal tables
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-04-18  Rich SalzMake string_to_hex/hex_to_string public
2016-03-20  Rich SalzRemove #error from include files.
2016-03-18  Matt CaswellFix no-cmac
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-03  Alessandro GhediniGH355: Implement HKDF
2016-03-02  Dr. Stephen HensonEVP_PKEY_CTX utility functions.
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-19  Dr. Stephen HensonAdd TLS PRF method.
2016-01-07  Dr. Stephen HensonOnly declare stacks in headers
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-29  Ben LaurieFix no-engine.
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-20  Dr. Stephen Hensonremove unneeded includes
2015-09-20  Dr. Stephen Hensonmake no-dh work
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-10  Dr. Stephen HensonEVP_PKEY_METHOD accessor functions.
2015-09-04  Rich SalzMore zalloc nits
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-03-28  Rich Salzfree NULL cleanup
next