summaryrefslogtreecommitdiffstats
path: root/PROBLEMS (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson2-1/+36
2015-02-03Add CHANGES entry.Dr. Stephen Henson1-0/+6
2015-02-03Ctrl to retrieve extms support.Dr. Stephen Henson2-0/+9
2015-02-03Add extms support to master key generation.Dr. Stephen Henson5-23/+73
2015-02-03Extended master secret extension support.Dr. Stephen Henson4-1/+26
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson3-86/+112
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson3-39/+41
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson2-0/+28
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson1-1/+2
2015-02-03old_des fix windows build, remove docsRich Salz3-89/+1
2015-02-03Remove old DES APIRich Salz41-4295/+95
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz4-487/+0
2015-02-02Dead code removal; #if 0 from crypto/desRich Salz3-77/+0
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz7-59/+0
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz3-42/+0
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz7-366/+1
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz10-223/+6
2015-02-02cms-test.pl: "localize" /dev/null even further [as follow-up to VMS].Andy Polyakov1-3/+3
2015-01-31Make the libssl opaque changes compile on VMSRichard Levitte1-1/+1
2015-01-31Add changes entry for opaquifying of libssl structuresMatt Caswell1-0/+5
2015-01-31Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internalsMatt Caswell3-5/+0
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell6-1050/+1039
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie3-1/+3
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz10-243/+5
2015-01-30Dead code clean: #if 0 removal in appsRich Salz9-136/+1
2015-01-30Dead code removal #if 0 enginesRich Salz4-124/+0
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz9-134/+0
2015-01-30modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32Andy Polyakov1-106/+92
2015-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov1-0/+8
2015-01-30Since SHA0 was completely removed, also remove the related testRichard Levitte1-16/+4
2015-01-30Update on the use of logical names for OpenSSL configurationRichard Levitte1-9/+17
2015-01-30VMS exit codes weren't handled well enough and were unclearRichard Levitte1-3/+11
2015-01-30VMS adjustments:Richard Levitte1-4/+6
2015-01-30VMS adjustments:Richard Levitte1-4/+9
2015-01-30VMS build changesRichard Levitte2-230/+219
2015-01-30VMS adjustments:Richard Levitte5-97/+298
2015-01-30VMS adjustments:Richard Levitte3-2/+27
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte1-1/+15
2015-01-30Dead code removal: #if 0 bio, comp, randRich Salz7-404/+12
2015-01-29Make output consistency: remove blank lineRich Salz1-1/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte35-54/+2
2015-01-28Fix various windows compilation issuesMatt Caswell4-10/+2
2015-01-28Fix int/unsigned compiler complaintRich Salz1-1/+1
2015-01-28Remove support for opaque-prfRich Salz13-399/+3
2015-01-28Add missing declaration for lh_node_usage_statsRich Salz1-0/+1
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz1-55/+55
2015-01-28Finish removal of DSSRich Salz3-120/+7
2015-01-28Fix warning on some compilers where variable index shadows a globalMatt Caswell1-5/+5
2015-01-28Fix no-ocb for WindowsMatt Caswell3-15/+20
2015-01-28Rationalise testing of AEAD modesMatt Caswell1-29/+5