Remove dead code from crypto
[openssl.git] / crypto /
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-17 Matt CaswellFix probable_prime over large shift
2015-03-17 Matt CaswellFix unintended sign extension
2015-03-17 Matt CaswellFix memset call in stack.c
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-15 Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-15 Dr. Stephen HensonUpdate ordinals, fix error message.
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
2015-03-13 Dr. Stephen HensonAllocate string types directly.
2015-03-13 Petr SpacekFix key wrapping mode with padding to conform to RFC...
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-12 Dr. Stephen HensonASN.1 print fix.
2015-03-12 Matt CaswellFix RSA_X931_derive_ex
2015-03-12 Matt CaswellFix missing return checks in v3_cpols.c
2015-03-12 Matt CaswellFix dsa_pub_encode
2015-03-12 Matt CaswellFix dh_pub_encode
2015-03-12 Matt CaswellFix asn1_item_print_ctx
2015-03-12 Matt CaswellASN1_primitive_new NULL param handling
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-11 Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-09 Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-08 Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-03-08 Andy PolyakovARMv4 assembly pack: add Cortex-A15 performance data.
2015-03-06 Matt Caswellmake errors
2015-03-05 Richard LevitteCatch up the VMS build.
2015-03-05 Dr. Stephen HensonMake STACK_OF opaque.
2015-03-05 Dr. Stephen HensonMake OCSP structures opaque.
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-03-04 Dr. Stephen Hensonadd RIPEMD160 whirlpool tests
2015-03-02 Dr. Stephen HensonCheck public key is not NULL.
2015-03-02 Dr. Stephen HensonFix format script.
2015-02-27 Dr. Stephen Hensonreformat evp_test.c
2015-02-27 Dr. Stephen HensonAdd OCB support and test vectors for evp_test.
2015-02-27 Dr. Stephen HensonSkip unsupported digests in evp_test
2015-02-27 Dr. Stephen Hensonadd MD4 test data
2015-02-27 Dr. Stephen HensonSkip unsupported ciphers in evp_test.
2015-02-27 Dr. Stephen HensonAdd algorithm skip support.
2015-02-26 Matt CaswellFix evp_extra_test.c with 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-25 Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-02-25 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-02-25 Matt CaswellIn certain situations the server provided certificate...
2015-02-24 Andy PolyakovFix crash in SPARC T4 XTS.
2015-02-24 Andy Polyakovaes/asm/bsaes-armv7: fix kernel-side XTS and harmonize...
2015-02-22 Andy Polyakovperlasm/x86masm.pl: make it work.
2015-02-22 Andy Polyakovsha/asm/sha1-586.pl: fix typo.
2015-02-22 Andy Polyakovevp/evp_test.c: avoid crashes when referencing uninitia...
2015-02-22 Kurt RoeckxFix memory leak
2015-02-22 Doug HoganAvoid a double-free in an error path.
2015-02-21 Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-02-19 Dr. Stephen HensonUse named curve parameter encoding by default.
2015-02-14 Dr. Stephen HensonMore RSA tests.
2015-02-13 Dr. Stephen Hensonremove unused method declaration
2015-02-13 Dr. Stephen Hensonsize_t for buffer functions.
2015-02-13 Dr. Stephen HensonAdd leak detection, fix leaks.
2015-02-13 Dr. Stephen HensonAdd EVP_PKEY test data.
2015-02-13 Dr. Stephen HensonEVP_PKEY support for evp_test
2015-02-13 Dr. Stephen HensonAdd CMAC test data.
2015-02-13 Dr. Stephen HensonAdd HMAC test data.
2015-02-13 Dr. Stephen HensonMAC support for evp_test
2015-02-13 Dr. Stephen HensonNew macro to set mac key.
2015-02-13 Dr. Stephen HensonReturn error code is any tests fail.
2015-02-12 Rich SalzRT937: Enable pilotAttributeType uniqueIdentifier
2015-02-12 Andy Polyakovevp/evp.h: add missing camellia-ctr declarations.
2015-02-12 Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-12 Clang via Jeffrey... RT3684: rand_egd needs stddef.h
2015-02-11 Andy PolyakovAdd ec/asm/ecp_nistz256-armv4.pl module.
2015-02-11 Andy PolyakovAdd Camellia CTR mode.
2015-02-11 Andy PolyakovAdd more Camellia OIDs.
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-10 Dr. Stephen HensonNew evp_test updates.
2015-02-10 Dr. Stephen HensonAdd new test file.
2015-02-10 Dr. Stephen HensonInitial version of new evp_test program.
2015-02-10 Emilia KasperFix hostname validation in the command-line tool to...
2015-02-10 Matt CaswellRemove some functions that are no longer used and break...
2015-02-10 Matt CaswellHMAC_cleanup, and HMAC_Init are stated as deprecated...
2015-02-09 Andy PolyakovAdd ec/asm/ecp_nistz256-x86.pl module.
2015-02-09 Dr. Stephen HensonSupport for alternative KDFs.
2015-02-09 Andy PolyakovBring objects.pl output even closer to new format.
2015-02-09 Andy Polyakovbn/bn_add.c: fix dead code elimination that went bad.
2015-02-09 Dr. Stephen HensonFix memory leak reporting.
2015-02-09 Dr. Stephen HensonRemove obsolete IMPLEMENT_ASN1_SET_OF
2015-02-09 Andy Polyakovevp/e_aes.c: fix pair of SPARC T4-specific problems:
2015-02-09 Andy PolyakovHarmonize objects.pl output with new format.
2015-02-09 Andy Polyakovdes/asm/des_enc.m4: fix brown-bag typo in last commit.
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-02-06 Rich Salzui_compat cleanup; makefiles and vms
2015-02-06 Rich SalzRemove ui_compat
2015-02-06 Rich SalzRemove X509_PAIR
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-02-05 Rich SalzUse memset in bn_mont
2015-02-05 Rich SalzFixed bad formatting in crypto/des/spr.h
next