1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
0.11
- add missing thaw_tamper_proof_string method
0.10
- %Digest::MMAP contains scalars from version 1.16
- switch to Moose
0.09
- Forgot to Moosify Class::Accessor::Fast
0.08
- Use Squirrel instead of Moose for better startup time when Moose is
not loaded
- Fix unpack/pack usage under 5.8
- Missing dependency fixed (namespace::clean)
0.07
- Digest::CMAC support
- Crypt::EAX support
- nonce generation using L<Data::GUID>
- Moosified
- MIME::Base64::URLSafe support
- Skip certain tests when nonrequired modules are not available
0.06
- Tamper resistence is now based on the authenticating crypto modes
0.05
- Ugh, forgot to regen .pmc *again*
0.04
- Missing dep
0.03
- refactor data packing
- prepare for EAX/OCB block cipher modes wrt tamper resistent strings
0.02
- Rerelease with non-broken .pmc file =(
0.01
- Documentation improvements
- Rename tamper_protect* to tamper_proof
0.01_04
- Rerelease with the TT processed .pmc
0.01_03
- MAC based digests
- MAC based tamper protected strings
- stub for OCB based tamper protected strings
0.01_02
- Make Digest::MultiHash more predictable, so that varying installs
will generate the same hashes.
- Use SHA-512 to hash passphrases into variable width keys
- Refactor Digest::MoreFallbacks out of Crypt::Util
- Introduce a SHA* dependency (Digest::SHA, Digest::SHA2, or
Digest::SHA::PurePerl will satisfy it)
- Doc improvements
0.01_01
- Initial release
|