Combat [bogus] relocations in some assember modules.
[openssl.git] / crypto / ec /
2007-08-31 Andy PolyakovCompress and more aggressively constify ec_curve.c...
2007-05-22 Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2007-04-05 Ben LaurieFix duplicate error number.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-12-20 Nils Larschadd support for ecdsa-with-sha256 etc.
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
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-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-24 Dr. Stephen HensonCorrect copyright notice... this doesn't contain any...
2006-04-20 Nils Larschmake local function static
2006-04-18 Dr. Stephen HensonAdd OID cross reference table.
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-16 Dr. Stephen HensonProvisional support for EC pkey method, supporting...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonTypo.
2006-03-23 Dr. Stephen HensonFix bug in DSA, EC methods.
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonMove algorithm specific print code from crypto/asn1...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-14 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-02-08 Nils Larschremove unnecessary check
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-12-13 Bodo Möllercomment
2005-11-16 Bodo MöllerdeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
2005-11-15 Bodo MöllerdeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
2005-09-19 Nils Larschadd some doxygen comments
2005-09-12 Bodo Möllercorrect+extend publication info
2005-09-03 Nils Larschfix function name in error
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-11 Andy PolyakovPedantic polish to WCE-specific #if clause in ectest.c
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-06-28 Nils Larschremove OPENSSL_NO_ASM dependency
2005-05-20 Nils Larschfix typo, add prototype
2005-05-17 Nils Larschsimplify EC_KEY_dup
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Bodo MöllerFix more error codes.
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-05-03 Nils Larschrewrite of bn_nist.c, disable support for some curves...
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
next