0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 22 hours ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed support for plain-text PGP encryption (pgp mail with a content type of text/plain but with encrypted content), as the act of testing the email to see if it was encrypted or not would require the program to read the entire message, which was incredibly inefficient.
akp
More... over 16 years ago
Removed the reports of tests, modified the PGP implementation to use <keyId> + <UserID> as alias. More... over 16 years ago
1. Replaced the Cryptix with BouncyCastle PGP for the OpenPGP support 2. Replaced the third-party libs with the up-to-date ones. More... over 16 years ago
fixing a bug with sign/encrypt. also moving up to javamail 1.4.
akp
More... about 17 years ago
adding decryption to command line usage.
akp
More... almost 18 years ago
fixing signing messages. we now no longer include a bunch on excess headers.
akp
More... almost 18 years ago
removing line that won't compile.
akp
More... almost 18 years ago
changing signature method for s/mime. adding hand-signing to crypto script.
akp
More... almost 18 years ago
changes tests so that there's now just one master configuration to change.
akp
More... almost 18 years ago
fixing an error in the build file. also adding a command script for testing.
akp
More... almost 18 years ago
fixing a bug where having missing class files could results in an unchecked exception.
akp
More... about 18 years ago
updated encryption test so that the individual providers are responsible for determining whether or not they handle a given message.
akp
More... over 18 years ago
added a way to build provider libraries.
akp
More... over 18 years ago
moving over to bouncycastle 129. also fixing a bug where we weren't setting the full certificate chain by default.
akp
More... over 18 years ago
fixing test code.
akp
More... almost 19 years ago
adding a null check for incorrectly-formed messages. also fixing the src target so it, err, includes the source.
akp
More... almost 19 years ago
updating bouncycastle version.
akp
More... about 19 years ago
fixed a bug in pgp signing where we didn't handle quoted-printable encodings properly when doing signatures.
akp
More... about 19 years ago
upgrading to 20050328 snapshot of cryptix.
akp
More... about 19 years ago
updating todo list.
akp
More... about 19 years ago
updating cryptix files.
akp
More... over 19 years ago
renamed all enum variables for compining under jdk 1.5.
akp
More... almost 20 years ago
modifying resource loader to work with webstart.
akp
More... about 20 years ago
return null on ParseException which checking encryption type.
akp
More... over 20 years ago
added a getType() call to EncryptionKey.
akp
More... over 20 years ago
now checking Cryptix PGP keys to make sure the password matches.
akp
More... over 20 years ago
setting DisplayAlias on both public and private keys now.
akp
More... over 20 years ago
adding email address support to EncryptionKeys.
akp
More... over 20 years ago
adding null pw check for cryptix key mgr. make pgp utils use canonicalized mimebodypart when signing.
akp
More... over 20 years ago
*** empty log message ***
akp
More... over 20 years ago