about summary refs log tree commit diff stats
path: root/src/omemo
Commit message (Expand)AuthorAgeFilesLines
...
* device_list iq should be from barejid or nonePaul Fariello2019-04-101-5/+8
* Add logs about crypto generationPaul Fariello2019-04-101-0/+4
* Log device_id on startupPaul Fariello2019-04-101-0/+2
* Don't rely on account name being jidPaul Fariello2019-04-101-2/+2
* Add hints about trust command when printing fingerprintsPaul Fariello2019-04-101-1/+11
* Avoid using xmpp_jid_barePaul Fariello2019-04-101-27/+20
* Add OMEMO untrust commandPaul Fariello2019-04-102-0/+23
* Allow to trust own device idPaul Fariello2019-04-101-0/+9
* Add trust commandPaul Fariello2019-04-102-40/+208
* Don't trust unknown identity keysPaul Fariello2019-04-104-55/+105
* Add support for libsignal-protocol-c 2.3.2Paul Fariello2019-04-102-0/+25
* Add OMEMO fingerprint commandPaul Fariello2019-04-102-0/+54
* Add OMEMO session long term storagePaul Fariello2019-04-103-30/+95
* Replace used prekey in bundlePaul Fariello2019-04-101-1/+16
* Start new session upon prekey receptionPaul Fariello2019-04-101-0/+1
* Randomly choose a prekey on session buildPaul Fariello2019-04-102-9/+28
* Check received gcm tagPaul Fariello2019-04-103-7/+18
* Follow xep by putting gcm tag on encrypted keyPaul Fariello2019-04-103-13/+23
* Get rid of libsodiumPaul Fariello2019-04-103-33/+72
* Add log on OMEMO session startPaul Fariello2019-04-101-0/+2
* Use profanity logs for OMEMO logsPaul Fariello2019-04-101-1/+15
* Add support for encrypted carbonPaul Fariello2019-04-103-36/+309
* Handle requested device list for session startPaul Fariello2019-04-101-7/+41
* Add OMEMO identity materials long term storagePaul Fariello2019-04-103-4/+100
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-105-30/+374
* Create signal sessionPaul Fariello2019-04-102-3/+18
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-104-4/+383
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-7/+3
* Ensure received devicelist contains our own device idPaul Fariello2019-04-102-3/+12
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-102-11/+25
* Add devicelist and bundle publicationPaul Fariello2019-04-102-19/+125
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-102-5/+22
* Add signal-protocol lockingPaul Fariello2019-04-082-4/+36
* Add crypto backend for signal-protocolPaul Fariello2019-04-084-2/+307
* Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+10
f='#n387'>387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605