Changeset 2
- Timestamp:
- 10/30/04 18:19:03 (4 years ago)
- Files:
-
- trunk/bin (added)
- trunk/bin/pgpdump.rb (added)
- trunk/lib (added)
- trunk/lib/pgp (added)
- trunk/lib/pgp/armor.rb (added)
- trunk/lib/pgp/compressionalgorithm.rb (added)
- trunk/lib/pgp/hashalgorithm.rb (added)
- trunk/lib/pgp/hexdump.rb (added)
- trunk/lib/pgp/indentdumpport.rb (added)
- trunk/lib/pgp/mpi.rb (added)
- trunk/lib/pgp/packet (added)
- trunk/lib/pgp/packet.rb (added)
- trunk/lib/pgp/packet/compresseddata.rb (added)
- trunk/lib/pgp/packet/dsakeysupport.rb (added)
- trunk/lib/pgp/packet/elgamalkeysupport.rb (added)
- trunk/lib/pgp/packet/key.rb (added)
- trunk/lib/pgp/packet/literaldata.rb (added)
- trunk/lib/pgp/packet/marker.rb (added)
- trunk/lib/pgp/packet/packet.rb (added)
- trunk/lib/pgp/packet/publickey.rb (added)
- trunk/lib/pgp/packet/publickeydsa.rb (added)
- trunk/lib/pgp/packet/publickeyelgamal.rb (added)
- trunk/lib/pgp/packet/publickeyencryptedsessionkey.rb (added)
- trunk/lib/pgp/packet/publickeyencryptedsessionkeyrsa.rb (added)
- trunk/lib/pgp/packet/publickeyrsa.rb (added)
- trunk/lib/pgp/packet/publickeysupport.rb (added)
- trunk/lib/pgp/packet/publicsubkey.rb (added)
- trunk/lib/pgp/packet/publicsubkeydsa.rb (added)
- trunk/lib/pgp/packet/publicsubkeyelgamal.rb (added)
- trunk/lib/pgp/packet/publicsubkeyrsa.rb (added)
- trunk/lib/pgp/packet/rsakeysupport.rb (added)
- trunk/lib/pgp/packet/s2ksupport.rb (added)
- trunk/lib/pgp/packet/secretkey.rb (added)
- trunk/lib/pgp/packet/secretkeydsa.rb (added)
- trunk/lib/pgp/packet/secretkeyelgamal.rb (added)
- trunk/lib/pgp/packet/secretkeyrsa.rb (added)
- trunk/lib/pgp/packet/secretkeysupport.rb (added)
- trunk/lib/pgp/packet/secretsubkey.rb (added)
- trunk/lib/pgp/packet/secretsubkeydsa.rb (added)
- trunk/lib/pgp/packet/secretsubkeyelgamal.rb (added)
- trunk/lib/pgp/packet/secretsubkeyrsa.rb (added)
- trunk/lib/pgp/packet/signature.rb (added)
- trunk/lib/pgp/packet/sigsubpacket (added)
- trunk/lib/pgp/packet/sigsubpacket.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/creationtime.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/expirationtime.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/features.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/internal.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/issuerkeyid.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/keyexpirationtime.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/keyflags.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/keyserverpreferences.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/packet.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/preferredcompressionalgorithm.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/preferredhashalgorithm.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/preferredskeyalgorithm.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/primaryuserid.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/reasonforrevocation.rb (added)
- trunk/lib/pgp/packet/sigsubpacket/revocable.rb (added)
- trunk/lib/pgp/packet/support.rb (added)
- trunk/lib/pgp/packet/symencryptedintegrityprotecteddata.rb (added)
- trunk/lib/pgp/packet/trust.rb (added)
- trunk/lib/pgp/packet/userattribute.rb (added)
- trunk/lib/pgp/packet/userattrsubpacket (added)
- trunk/lib/pgp/packet/userattrsubpacket.rb (added)
- trunk/lib/pgp/packet/userattrsubpacket/image.rb (added)
- trunk/lib/pgp/packet/userattrsubpacket/packet.rb (added)
- trunk/lib/pgp/packet/userid.rb (added)
- trunk/lib/pgp/pkeyalgorithm.rb (added)
- trunk/lib/pgp/port.rb (added)
- trunk/lib/pgp/s2kspecifier.rb (added)
- trunk/lib/pgp/skeyalgorithm.rb (added)
- trunk/lib/pgp/util.rb (added)
- trunk/test (added)
- trunk/test/pgp (added)
- trunk/test/pgp/packet (added)
- trunk/test/pgp/packet/test_publickeyrsa.rb (added)
- trunk/test/pgp/packet/test_secretkeyrsa.rb (added)
- trunk/test/pgp/packet/test_signature.rb (added)
- trunk/test/pgp/packet/test_symencryptedintegrityprotecteddata.rb (added)
- trunk/test/pgp/packet/testbase.rb (added)
- trunk/test/pgp/test_armor.rb (added)
- trunk/test/pgp/test_mpi.rb (added)
- trunk/test/runner.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved