Rename amd64 modules to x86_64 and update RC4 implementation.
[openssl.git] / crypto / ec /
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonMore overwritten stuff...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Nils Larschinclude limits.h for UINT_MAX etc.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-04 Nils Larschremove unused recp method
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-09 Bodo MöllerFix typo
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-16 Geoff ThorpeUsing Horner's algorithm to evaluate the ec polynomial
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-05-04 Geoff ThorpeFix realloc usage in ec_curve.c
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-25 Geoff ThorpeAdds warnings about two curves and fixes the "seed...
2004-03-15 Richard LevitteMake sure we use unsigned constants, or come compilers...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2004-01-24 Andy PolyakovGet rid of bogus warning when compiling with Sun vendor...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-29 Richard LevitteAdd IPSec/IKE/Oakley curves.
2003-11-10 Geoff ThorpeGeneral improvements to the ec_asn1.c code. This squash...
2003-10-29 Geoff ThorpeComments out some unimplemented functions instead of...
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-22 Bodo Mölleradd test for secp160r1
2003-07-21 Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-05-21 Richard LevitteCorrect signedness
2003-05-21 Richard LevitteMake sure EC_window_bits_for_scalar_size() returns...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_EC.
2003-02-27 Bodo Mölleradd Certicom licensing e-mail address
2003-02-21 Bodo Möllertreat 'out' like i2d functions do; cf. asn1_item_flags_...
2003-02-21 Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-02-19 Bodo Möllertypo
2003-02-12 Bodo MöllerAllow EC_GROUP objects to share precomputation for...
2003-02-10 Richard LevitteMake sure memcpy() is properly declared by including...
2003-02-08 Bodo Möllerfix EC_GROUP_copy for EC_GFp_nist_method()
2003-02-08 Bodo Möllerremove debugging leftovers
2003-02-07 Bodo Möllercomment
2003-02-06 Bodo Möllertypo
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-28 Bodo Möllersimplify
2003-01-25 Bodo Möllercofactor is optional in parameter encodings
2003-01-21 Bodo Möllerfix warnings
2003-01-16 Bodo Mölleravoid potential confusion about curves (prime192v1...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-23 Bodo Möllerrename some functions to improve consistency
2002-11-22 Bodo Mölleradd a comment
2002-11-20 Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-18 Bodo Möllerremove redundant functions
2002-11-18 Bodo Mölleruse consistent order of function definitions
2002-11-16 Richard LevitteI forgot this is compiled in test/, not crypto/ec/...
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Bodo Möllerthis method does not need field_data1
2002-11-14 Richard Levittemake update
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-11 Bodo Möllerdo tests with all built-in curves
2002-11-11 Bodo Möllercorrections to built-in curves
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-29 Richard LevitteThe #else part of the conditionals have two statements...
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-28 Bodo Möllerremove superfluous code
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-09-16 Bodo Möllermake sure 'neg' flag (which does not really matter...
2002-09-02 Bodo Möllerchange API for looking at the internal curve list
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-26 Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-26 Bodo MöllerASN1 for binary curves
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02 Bodo Mölleroptical changes
2002-08-02 Bodo Möllertypo
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo Möllerec2_smpt.c must be listed in LIBSRC
2002-08-02 Bodo Möllerthere is no alternative EC_METHOD for curves over GF...
2002-08-02 Bodo Mölleradd support for elliptic curves over binary fields
2002-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-06 Bodo Möllerfix memory leak
2002-05-30 Bodo MöllerNew functions EC_POINT_point2bn(), EC_POINT_bn2point...
2002-05-23 Richard LevitteMake sure short aliases are used where required.
2002-05-21 Bodo Mölleraccept NULL in 'free' functions
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
next