Changelog for
go-go.crypto-1.2rc2+hg20131017.176.5ff5636e18c9-5.1.i586.rpm :
Sat Mar 7 13:00:00 2015 iAATTmarguerite.su
- fix for 1.4.2
Fri Oct 18 14:00:00 2013 speilickeAATTsuse.com
- Set version to 1.2rc2 after go update
Fri Oct 18 14:00:00 2013 speilickeAATTsuse.com
- Fix version to 1.1.2, the same as go itself
Fri Oct 18 14:00:00 2013 speilickeAATTsuse.com
- Update to version 0.0.0+hg20131017.176.5ff5636e18c9:
+ No changelog
- Fix upstream URL to https://code.google.com/p/go.crypto/
Tue Aug 13 14:00:00 2013 speilickeAATTsuse.com
- Update to version 0.0.0+hg20121129.64.66eabba46dac:
+ Upstream provides no changelog
- Add _service file
- Renamed to go-go.crypto (from go-crypto)
Tue Aug 13 14:00:00 2013 speilickeAATTsuse.com
- Use %{go_exclusivearch} macro
Wed May 15 14:00:00 2013 grahamAATTandtech.eu
- bn256: ensure that t is initialised correctly.
- remove cipher.Reset()
- ssh: add functions for public keys in wire & auth keys format.
- ssh: Add support for ECDSA keys and certs.
- openpgp: improve parser resilience & flexibility, add PublicKey.BitLength()
- ssh: support OpenSSH keepalives
- openpgp: remove TeeReader from packet.Read
- ssh/terminal: add GetState and make ReadPassword work in raw mode
- scrypt: 2x faster.
- go.crypto/{curve25519,poly1305,salsa20/salsa}: add //go:noescape annotation
- bcrypt: fix interger overflow for cost == 31
- sha3: new package
- sha3: change keccakF to stateless function
- ssh: More error reporting improvements.
Mon Nov 19 13:00:00 2012 grahamAATTandtech.eu
- Update to hg6a42774d38e5
- Numerous ssh improvements
- Numerous bug fixes see:
- http://code.google.com/p/go/source/list?repo=crypto
Mon May 7 14:00:00 2012 grahamAATTandtech.eu
- Update to latest mercurial
- LICENSE now in tarball
- add PATENTS file
- go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal.
- go.crypto/ssh: improve error message when no authentication methods remain
- go.crypto/ssh: replace window channel with an atomic variable and condition
- crypto/ssh: fix several logic errors.
- ssh: cosmetic cleanups
- ssh: handle bad servers better.
- ssh: fix deadlock
- go.crypto/ssh: prevent concurrent reads and concurrent writes over the
same agent connection
- go.crypto/ssh: add support for client side global requests
- go.crypto/ssh: hide private forwardList methods
- go.crypto/ssh: struct renaming
Mon Apr 2 14:00:00 2012 grahamAATTandtech.eu
- Update to hg20110401
- go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal.
- go.crypto/ssh: improve error message when no authentication methods remain
Tue Mar 13 13:00:00 2012 grahamAATTandtech.eu
- Update for weekly.2012-03-13
- go.crypto/ssh: add benchmarks for marshal and unmarshal
- go.crypto/ssh: improve marshal performance
- go.crypto/ssh: add support for diffie-hellman-group1-sha1.
- go.crypto/curve25519: add package.
Mon Mar 5 13:00:00 2012 grahamAATTandtech.eu
- Update to weekly.2012-03-04
- go.crypto/ssh: add client support for OpenSSH certificates
- Refactor key parsing, marshaling, and serialization to be a bit more flexible
- go.crypto/ssh: improve support for MAC algorithms (hmac-sha1)
- go.crypto/ssh: Initial checkin of ssh agent support.
Fri Feb 24 13:00:00 2012 grahamAATTandtech.eu
- Updates for weekly.2021-02-22
- crypto/oscp: update in light of cl/5625045
- openpgp: fix error strings and typos. (issue 2841)
- ssh: use
*rsa.PublicKey or
*dsa.PublicKey in interfaces.
Thu Feb 16 13:00:00 2012 grahamAATTandtech.eu
- update for weekly.2012-02-12
Mon Jan 30 13:00:00 2012 grahamAATTandtech.eu
- Initial package