summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-02-05Use memset in bn_montRich Salz
2015-02-05Fixed bad formatting in crypto/des/spr.hRich Salz
2015-02-04Make objxref.pl output in correct formatDr. Stephen Henson
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson
2015-02-02Remove old DES APIRich Salz
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz
2015-02-02Dead code removal; #if 0 from crypto/desRich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-30modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32Andy Polyakov
2015-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov
2015-01-30VMS adjustments:Richard Levitte
2015-01-30VMS build changesRichard Levitte
2015-01-30VMS adjustments:Richard Levitte
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Fix various windows compilation issuesMatt Caswell
2015-01-28Fix int/unsigned compiler complaintRich Salz
2015-01-28Add missing declaration for lh_node_usage_statsRich Salz
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz
2015-01-28Finish removal of DSSRich Salz
2015-01-28Fix warning on some compilers where variable index shadows a globalMatt Caswell
2015-01-28Rationalise testing of AEAD modesMatt Caswell
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell
2015-01-28Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: RFC3779Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: DEC-CBCM removedRich Salz
2015-01-27des/asm/des_enc.m4: strip #ifdef OPENSSL_SYS_ULTRASPARC as part ofAndy Polyakov
2015-01-26Remove obsolete support for old code.Rich Salz
2015-01-25Make OPENSSL_config truly ignore errors.Rich Salz
2015-01-24undef cleanup: use memmoveRich Salz
2015-01-24Remove unused eng_rsax and related asm fileRich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-23Replace exit() with error return.Viktor Dkhovni
2015-01-23Keep disclaiming 16-bit support.Andy Polyakov