x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.
[openssl.git] / crypto / evp / pmeth_lib.c
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
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-10-11 Dr. Stephen Hensonupdate pkey method initialisation and copy
2010-11-24 Dr. Stephen Hensonadd "missing" functions to copy EVP_PKEY_METHOD and...
2010-11-16 Dr. Stephen HensonIf EVP_PKEY structure contains an ENGINE the key is...
2010-05-03 Dr. Stephen HensonPR: 2244
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-02-15 Dr. Stephen HensonMake no-engine work again.
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04 Ben LaurieMore type-checking.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-04-11 Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2007-02-26 Nils Larschallow EVP_PKEY_CTX_free(NULL)
2006-06-27 Dr. Stephen HensonFix EVP_PKEY_CTX_dup() to return correct value and...
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-02 Dr. Stephen HensonExtend default method string to include public key...
2006-06-02 Dr. Stephen HensonTypo.
2006-06-02 Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-05-31 Dr. Stephen HensonNew pkey functions for keygen callbacks and retrieving...
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-26 Dr. Stephen HensonAdd prototypes and pkey accessor function for EVP_PKEY_CTX.
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-16 Dr. Stephen HensonProvisional support for EC pkey method, supporting...
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14 Dr. Stephen HensonAdd functions to allow setting and adding external...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-10 Dr. Stephen HensonChange operation values so they can be used as a mask.
2006-04-09 Dr. Stephen HensonStore digests as EVP_MD instead of a NID.
2006-04-09 Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-09 Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07 Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
next