about summary refs log tree commit diff stats
path: root/src/config/tlscerts.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+2
* Update CopyrightJames Booth2017-01-281-1/+1
* Move all filepath handling to files.cJames Booth2016-07-241-16/+2
* Move xgd functionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Free TLSCertificate memoryJames Booth2016-03-081-0/+2
* Updated copyrightJames Booth2016-02-141-1/+1
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-0/+39
* Added extra fields to TLSCertificateJames Booth2015-11-101-18/+141
* Show current TLS certificateJames Booth2015-11-101-29/+35
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-091-0/+32
* Applied coding style to src/config/James Booth2015-10-251-7/+7
* Added /tls revokeJames Booth2015-09-241-0/+41
* Added /tls trusted commandJames Booth2015-09-241-0/+28
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-241-0/+181
2' href='#n222'>222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379