summaryrefslogtreecommitdiffstats
path: root/NOTES.WIN (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-10Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte1-2/+0
2016-03-10Run make updateKurt Roeckx2-20/+20
2016-03-10Travis - the source directory is _srcdist, not _srcdirRichard Levitte1-1/+1
2016-03-09Correct slight logic error in processing IF in build.infoRichard Levitte1-1/+1
2016-03-09When grepping something starting with a dash, remember to use -eRichard Levitte1-2/+2
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx6-64/+191
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx3-40/+8
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx5-86/+107
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx4-4/+25
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx4-46/+35
2016-03-09Remove DES cipher aliasKurt Roeckx1-1/+0
2016-03-09Update ciphers -s documentationKurt Roeckx1-3/+15
2016-03-09Document SSL_get1_supported_ciphersKurt Roeckx1-3/+21
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx1-2/+2
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx8-318/+504
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx2-18/+44
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx3-3/+3
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