Remove some old makefile targets
[openssl.git] / crypto / ec /
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-08 Viktor DukhovniFix some typos in comments
2016-01-07 Rich Salzmem functions cleanup
2015-12-29 Ben LaurieFix no-engine.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16 Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-16 Dr. Stephen HensonNew EC functions.
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-10 Dr. Stephen Hensonmake default_ec_key_meth static
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD accessors.
2015-12-09 Dr. Stephen HensonTop level ECDSA sign/verify redirection.
2015-12-09 Dr. Stephen HensonEngine EC_KEY_METHOD functionality.
2015-12-09 Dr. Stephen Hensonadd ECDSA_size to ec_asn1.c
2015-12-09 Dr. Stephen Hensonadd sign/verify methods
2015-12-09 Dr. Stephen Hensonreturn errors for unsupported operations
2015-12-09 Dr. Stephen HensonMove and adapt ECDSA sign and verify functions.
2015-12-09 Dr. Stephen HensonAdd ECDSA_SIG accessor.
2015-12-09 Dr. Stephen Hensonmake errors
2015-12-09 Dr. Stephen Hensonextend EC_KEY_METHOD for signing support
2015-12-09 Dr. Stephen Hensonadapt ossl_ecdsa.c to crypto/ec
2015-12-09 Dr. Stephen Hensonmove ECDSA_SIG definition
2015-12-09 Dr. Stephen HensonMove ECDSA implementation to crypto/ec
2015-12-09 Dr. Stephen HensonMove ECDSA_SIG ASN.1 to crypto/ec
2015-12-09 Dr. Stephen HensonAdd set methods.
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD copy support
2015-12-09 Dr. Stephen HensonEC_KEY_METHOD init and finish support
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.
next