HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.
[openssl.git] / crypto /
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
2015-02-04 Dr. Stephen HensonMake objxref.pl output in correct format
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-02-03 Dr. Stephen HensonCheck PKCS#8 pkey field is valid before cleansing.
2015-02-02 Rich SalzRemove old DES API
2015-02-02 Rich SalzDead code: if 0 removal from crypto/evp and an unused...
2015-02-02 Rich SalzDead code removal; #if 0 from crypto/des
2015-02-02 Rich SalzDead code cleanup: crypto/ec,ecdh,ecdsa
2015-02-02 Rich SalzDead code cleanup; remove #if 0 from crypto/engine
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-02-02 Rich SalzDead code cleanup: crypto/*.c, x509v3, demos
2015-01-30 Ben LaurieBuild correctly for me on FreeBSD 10.
2015-01-30 Rich SalzDead code removal: #if 0 asn1, pkcs7
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-30 Andy Polyakovmodes/gcm128.c: harmonize ctx->ghash assignment, shortc...
2015-01-30 Andy Polyakovmodes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile...
2015-01-30 Richard LevitteVMS adjustments:
2015-01-30 Richard LevitteVMS build changes
2015-01-30 Richard LevitteVMS adjustments:
2015-01-30 Richard Levittedso_vms needs to add the .EXE extension if there is...
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-28 Matt CaswellFix various windows compilation issues
2015-01-28 Rich SalzFix int/unsigned compiler complaint
2015-01-28 Rich SalzAdd missing declaration for lh_node_usage_stats
2015-01-28 Rich SalzRename index to idx to avoid symbol conflicts.
2015-01-28 Rich SalzFinish removal of DSS
2015-01-28 Matt CaswellFix warning on some compilers where variable index...
2015-01-28 Matt CaswellRationalise testing of AEAD modes
2015-01-28 Matt CaswellHarmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG...
2015-01-28 Matt CaswellReplace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG...
2015-01-27 Rich Salz"#if 0" removal: header files
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: RFC3779
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: DEC-CBCM removed
2015-01-27 Andy Polyakovdes/asm/des_enc.m4: strip #ifdef OPENSSL_SYS_ULTRASPARC...
2015-01-26 Rich SalzRemove obsolete support for old code.
2015-01-26 Rich SalzMake OPENSSL_config truly ignore errors.
2015-01-24 Rich Salzundef cleanup: use memmove
2015-01-24 Rich SalzRemove unused eng_rsax and related asm file
2015-01-24 Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-23 Viktor DkhovniReplace exit() with error return.
2015-01-23 Andy PolyakovKeep disclaiming 16-bit support.
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-23 Andy PolyakovAdd assembly support to ios64-cross.
2015-01-22 Rich Salzifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
2015-01-22 Rich SalzRemove obsolete uncomiled dsagen semi-test
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellFix formatting error in pem.h
2015-01-22 Rob StradlingUse inner algorithm when printing certificate.
2015-01-22 Corinna VinschenDrop redundant and outdated __CYGWIN32__ tests.
2015-01-22 Andy PolyakovFix macosx-ppc build (and typos in unwind info).
2015-01-22 Andy Polyakovsha256-armv4.pl: fix typo.
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 CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
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 Matt CaswellManually reformat aes_x86core.c and add it to the list...
2015-01-22 Andy Polyakovcrypto/ofb128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/ctr128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/cfb128.c: make it indent-friendly.
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Andy Polyakovbn/bn_const.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/asm/x86_64-gcc.cL make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_asm.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_exp.c: make it indent-friendly.
2015-01-22 Matt CaswellManually reformat aes_core.c
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Andy Polyakovmodes/modes_lcl.h: make it indent-friendly.
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Andy Polyakovmodes/gcm128.c: make it indent-friendly.
2015-01-22 Andy Polyakovmodes/cts128.c: make it indent-friendly.
2015-01-22 Andy Polyakovcrypto/mem_dbg.c: make it indent-friendly.
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-22 Matt CaswellFix indent issue with functions using STACK_OF
2015-01-22 Matt CaswellFix indent issue with engine.h
next