All Versions
8
Latest Version
Avg Release Cycle
42 days
Latest Release
3005 days ago
Changelog History
Changelog History
-
v0.5.0 Changes
January 29, 2017- ๐ฅ Breaking refactor to use automatic PKCS#7 padding on secrets w/ 16 byte block size.
- โก๏ธ Update Copyright year
- โ Ruby 2.4.0 testing
- โก๏ธ Update version of sysrandom gem
- ๐ Fixed minitest spec warning
-
v0.4.2 Changes
October 13, 2016- Sign the gem with a new cert that expires in 10 years. Both old and new public certs are in the certs dir.
-
v0.4.1 Changes
September 29, 2016- ๐ Use activesupport for blank support. Remove the extraction.
- โก๏ธ Update sysrandom and remove the workaround needed for earlier version
-
v0.4.0 Changes
September 25, 2016- ๐ฅ Breaking change to force upcasing of some addition string args
- ๐ Use yard-contracts
- yardoc cleanups
- โ Remove int_commas utility method
- Hash w/ sha256 a,b strings in secure_compare
- Deeper Contracts integration
-
v0.3.0 Changes
September 24, 2016- ๐ฅ Breaking change, identifier cannot be an empty string
- Much greater coverage of functions with Contracts
- ๐ Related documentation updates
-
v0.2.0 Changes
September 23, 2016- ๐ฏ clone the shares object passed to TSS.combine to prevent modification
- โ test enhancements
- ๐ use cryptosphere/sysrandom in place of native securerandom
- integer args are no longer coercible from Strings
- โ Remove dry-* in favor of contracts (http://egonschiele.github.io/contracts.ruby/)
- ๐ readme fixes
-
v0.1.1 Changes
April 14, 2016๐ This release contains:
- ๐ documentation enhancements
- โ added two additional custom exception classes to allow rescuing from no secret recovery or invalid hash during recovery
- specify Rubies >= 2.1.0 in gemspec
-
v0.1.0 Changes
April 12, 2016This is the initial ALPHA quality release of the
tss
gem.It is for review only and should not yet be used in production.