VMS: make an alias for a long symbol (> 31 chars)
[openssl.git] / crypto / ec / ec_key.c
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-01-21 Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-01-24 Dr. Stephen Hensononly include string.h once
2011-06-06 Dr. Stephen HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06 Dr. Stephen HensonAdd flags field to EC_KEY structure (backport from...
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-01-24 Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24 Dr. Stephen Hensoncheck EC public key isn't point at infinity
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-09-23 Andy PolyakovFix EC_KEY_check_key.
2005-05-17 Nils Larschsimplify EC_KEY_dup
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2003-02-19 Bodo Möllertypo
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...