ENGINE fixes
[openssl.git] / crypto / ec /
2015-12-09 Dr. Stephen HensonENGINE fixes
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen HensonAdd compute key support to EC_KEY_METHOD
2015-12-09 Dr. Stephen HensonAdapt ecdh_compute_key
2015-12-09 Dr. Stephen Hensonmove ECDH implementation to crypto/ec
2015-12-09 Dr. Stephen HensonMove ECDH_KDF_X9_62 to crypto/ec
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-12-07 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-09-30 David WoodhouseFix no-stdio build
2015-09-29 Andy PolyakovRationalize .gitignore and harmonize pair of Makefiles.
2015-09-25 Andy PolyakovARMv4 assembly pack: implement support for Thumb2.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 David BarRT3674: Make no-cms build work.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-08-03 Matt CaswellFix warning when compiling with no-ec2m
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13 Andy Polyakovbn/asm/armv8-mont.pl: boost performance.
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-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzremove malloc casts
2015-04-28 Emilia KasperNISTZ256: owur'ize.
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-21 Andy PolyakovAdd ec/asm/ecp_nistz256-sparcv9.pl.
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-04-20 Andy PolyakovAdd ecp_nistz256-armv8 module.
2015-04-20 Andy Polyakovcrypto/ec/ecp_nistp[224|521].c: fix formatting.
2015-04-20 Andy Polyakovec/ecp_nistp*.c: fix SEGVs.
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich SalzFix memory leak
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-24 Dr. Stephen Hensonmake depend
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-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-25 Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-19 Dr. Stephen HensonUse named curve parameter encoding by default.
2015-02-11 Andy PolyakovAdd ec/asm/ecp_nistz256-armv4.pl module.
2015-02-10 Andy Polyakovec/ecp_nistz256.c: fix compiler warnings.
2015-02-10 Andy Polyakovec/asm/ecp_nistz256-x86.pl: fix typos (error shows...
2015-02-09 Andy PolyakovAdd ec/asm/ecp_nistz256-x86.pl module.
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-02 Rich SalzDead code cleanup: crypto/ec,ecdh,ecdsa
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-28 Rich SalzRename index to idx to avoid symbol conflicts.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Andy Polyakovec/ecp_nistz256.c: further harmonization with latest...
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellMore comments
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-04 Andy Polyakovecp_nistz256-x86_64.pl: fix occasional failures.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-20 Rich SalzRT3548: Remove outdated platforms
next