Skip to content

Instantly share code, notes, and snippets.

@herpiko
Last active July 19, 2017 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herpiko/8acb0ac12fb8f1b8db05e33f0d9b320a to your computer and use it in GitHub Desktop.
Save herpiko/8acb0ac12fb8f1b8db05e33f0d9b320a to your computer and use it in GitHub Desktop.
PKITB Integration tests
  • Sending from Surelia
    • To yourself, regular message
    • To one recip, regular message
    • To multiple recipients, regular message
    • To one recip, regular message
    • To one recip, regular message with attachments
    • To one recip, encrypted
    • To one recip, encrypted with attachment
    • To one recip, signed
    • To one recip, signed with attachment
    • To one recip, encrypted and signed
    • To one recip, encrypted and signed with attahcment
    • To multiple recipients, regular message
    • To multiple recipients, regular message with attachments
    • To multiple recipients, encrypted
    • To multiple recipients, encrypted with attachment
    • To multiple recipients, signed
    • To multiple recipients, signed with attachment
    • To multiple recipients, encrypted and signed
    • To multiple recipients, encrypted and signed with attahcment
    • To one recip, encrypted but PKITB doesnt have its public identity [FAIL]
    • To one recip, signed but the user entered wrong passphrase [FAIL]
    • To multiple recipients, but one of the recipient's public key has not yet registered in PKITB [FAIL]
  • Receiving from Surelia
    • Regular message
    • Encrypted
    • Encrypted with attachment
    • Signed
    • Signed but the sender public key has not yet registered
    • Signed with attahcment
    • Encrypted and signed
    • Encrypted and signed with attachment
    • Encrypted from multi recipient message
    • Signed from multi recipient message
    • Encrypted and signed from multi recipient message
  • Receiving from Thunderbird
    • Regular message
    • Encrypted
    • Encrypted with attachment
    • Signed
    • Signed but the sender public key has not yet registered
    • Signed with attahcment
    • Encrypted and signed
    • Encrypted and signed with attachment
    • Encrypted from multi recipient message
    • Signed from multi recipient message
    • Encrypted and signed from multi recipient message
@herpiko
Copy link
Author

herpiko commented Jul 19, 2017

CC and BCC

  • Single cc recipient
  • Single cc recipient with attachment
  • Multiple cc recipients
  • Multiple cc recipients with attachment
  • Single bcc recipient
  • Single bcc recipient with attachment
  • Multiple bcc recipients
  • Multiple bcc recipients with attachment
  • Cc and bcc recipients combined
  • Cc and bcc recipients combined, with attachment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment