aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Remove unused codeKurt Roeckx1-15/+4
2016-03-09Make function to convert version to stringKurt Roeckx3-32/+24
2016-03-09Constify security callbacksKurt Roeckx5-19/+19
2016-03-09Documentation for ctx_set_ctlog_list_file()Rob Percival1-0/+6
2016-03-09Minor improvement to formatting of SCT output in s_clientRob Percival1-5/+10
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival4-15/+14
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz5-127/+161
2016-03-09Comment away the extra checks in ConfigureRichard Levitte1-5/+5
2016-03-09Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte1-2/+2
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte1-1/+0
2016-03-09Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival1-0/+2
2016-03-09Make SCT literals into const variables in ct_test.cRob Percival1-14/+19
2016-03-09Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2-2/+2
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival4-50/+13
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival3-3/+3
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2-7/+7
2016-03-09Improved documentation of SCT_CTX_* functionsRob Percival2-15/+29
2016-03-09Updates ct_err.cRob Percival1-5/+5
2016-03-09Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival1-4/+0
2016-03-09Reset SCT validation_status if the SCT is modifiedRob Percival1-0/+12
2016-03-09Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival1-1/+1
2016-03-09Fixes "usuable" typo in ct_locl.hRob Percival1-1/+1
2016-03-09Treat boolean functions as booleansRob Percival5-25/+16
2016-03-09Make parameters of CTLOG_get* constRob Percival2-6/+8
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival5-53/+98
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival2-5/+4
2016-03-09Fix locking in ssl_cert_dup()Todd Short1-1/+1
2016-03-09Restore building out of source with the unified build schemeRichard Levitte1-7/+7
2016-03-09CT test can't run without EC, so skip it on that algo as wellRichard Levitte1-1/+1
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte2-44/+97
2016-03-09Update CHANGES and NEWSMatt Caswell2-0/+16
2016-03-09Fix classic buildMatt Caswell1-1/+1
2016-03-09In build.info, an IF within a clause that's skipped over shouldn't applyRichard Levitte1-1/+7
2016-03-09Add an entry in NEWS about the new threading APIMatt Caswell1-0/+1
2016-03-09Update CHANGES for the new threading APIMatt Caswell1-0/+8
2016-03-09Remove the old threading APIMatt Caswell9-968/+71
2016-03-09Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell1-12/+22
2016-03-09Don't call ENGINE_cleanup when configured "no-engine"Richard Levitte1-0/+4
2016-03-09Don't add engines if configured "no-engine"Richard Levitte1-23/+30
2016-03-09Don't add afalg engine if configured "no-engine"Richard Levitte1-10/+12
2016-03-09Don't check the conditions to build e_afalg if configured "no-engine"Richard Levitte1-14/+16
2016-03-09Have Configure display the value of SHARED_CFLAGRichard Levitte1-0/+1
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte18-18/+18
2016-03-09Touch the correct variables for the system; shlib_wrap.sh on SolarisRichard Levitte1-3/+7
2016-03-09Recognise 32-bit Solaris in util/shlib_wrap.shRichard Levitte1-0/+5
2016-03-09Check gcc version to see if it supports -MM and friendsRichard Levitte1-1/+5
2016-03-09Add extra include directory for includers of ppc_arch.hRichard Levitte2-1/+3
2016-03-09Adapt INSTALL and related notes for WindowsRichard Levitte2-127/+127
2016-03-09Adapt appveyor.yml for the new unified buildRichard Levitte1-11/+2
2016-03-09Adapt the Windows makefile template to source generationRichard Levitte1-0/+47