aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller2002-09-161-0/+5
* change API for looking at the internal curve listBodo Möller2002-09-022-18/+23
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-264-27/+72
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-264-45/+54
* ASN1 for binary curvesBodo Möller2002-08-263-131/+386
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-155-926/+1187
* mem* functions are declared in string.h.Richard Levitte2002-08-102-0/+2
* fix warningsBodo Möller2002-08-091-0/+3
* Add ECDH support.Bodo Möller2002-08-093-0/+24
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-075-85/+803
* optical changesBodo Möller2002-08-022-7/+8
* typoBodo Möller2002-08-021-1/+1
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-2/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-0214-178/+161
* ec2_smpt.c must be listed in LIBSRCBodo Möller2002-08-021-2/+4
* there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller2002-08-021-2/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-0216-119/+3194
* "make update"Lutz Jänicke2002-07-301-4/+3
* Use SEC1 format for EC private keys.Bodo Möller2002-07-262-2/+22
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-142-0/+13
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-184-12/+61
* Some more prototype fixes.Lutz Jänicke2002-06-141-3/+3
* simplify asn1_flagBodo Möller2002-06-124-34/+33
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-103-3/+898
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-107-52/+218
* fix memory leakBodo Möller2002-06-061-2/+5
* New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller2002-05-303-2/+210
* Make sure short aliases are used where required.Richard Levitte2002-05-231-1/+1
* accept NULL in 'free' functionsBodo Möller2002-05-211-0/+8
* Change internals of the EC library so that the functionsBodo Möller2002-05-085-172/+113
* improve wNAF generationBodo Möller2002-05-051-36/+57
* remove disabled codeBodo Möller2002-04-141-310/+1
* Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-082-8/+6
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-2010-58/+152
* Fix bugs and typos.Bodo Möller2002-03-189-17/+187
* EC curve stuffBodo Möller2002-03-081-1/+1
* fix spacingBodo Möller2002-03-071-2/+2
* Add more curves.Bodo Möller2002-03-072-145/+202
* add SECG OIDsBodo Möller2002-03-061-9/+21
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-062-19/+4
* bugfix: allocate sufficiently large bufferBodo Möller2002-02-201-1/+1
* make it possible to disable memory checking for timingsBodo Möller2002-02-141-1/+6
* ECDSA supportBodo Möller2002-02-133-3/+3
* some modifications to named curve supportBodo Möller2002-02-133-83/+89
* add support for named curvesBodo Möller2002-02-136-8/+358
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-261-1/+1
* oopsBodo Möller2001-12-171-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+1