index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
Age
Commit message (
Expand
)
Author
2013-03-22
build: remove dead code
Russ Cox
2013-03-22
build: update assembly variable names for vet
Russ Cox
2013-03-22
crypto/cipher: fix vet warning
Russ Cox
2013-03-21
crypto/rc4: faster amd64 implementation
Russ Cox
2013-03-21
crypto/sha1: faster amd64, 386 implementations
Russ Cox
2013-03-21
crypto/md5: faster amd64, 386 implementations
Russ Cox
2013-03-21
crypto/rc4: faster amd64, 386 implementations
Russ Cox
2013-03-20
crypto/tls: use method values
Brad Fitzpatrick
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-02-24
crypto/rsa: fix infinite loop in GenerateMultiPrimeKey for large nprimes
Rémy Oudompheng
2013-02-19
src: use internal tests if possible
Robin Eklind
2013-02-15
crypto/x509: support IP SANs.
Adam Langley
2013-02-09
crypto/x509: disable SCG test with system validation.
Adam Langley
2013-02-09
crypto/x509: allow MS/NS SCG key usage as ServerAuth.
Adam Langley
2013-02-07
crypto/md5: fix for big-endian processors
Ian Lance Taylor
2013-02-07
crypto/rc4: naïve ARM assembly implementation
Shenghou Ma
2013-01-31
crypto/x509: test for negative RSA parameters.
Adam Langley
2013-01-30
crypto/cipher: avoid out of bounds error in CryptBlocks
Russ Cox
2013-01-30
crypto/rc4: add simple amd64 asm implementation.
Adam Langley
2013-01-24
all: use t.Skip{,f}
Dave Cheney
2013-01-24
crypto/x509: skip SystemRootsError test on Windows
Mikkel Krautz
2013-01-22
crypto/tls: allow the server to enforce its ciphersuite preferences.
Adam Langley
2013-01-21
crypto/x509: return a better error when we fail to load system roots.
Adam Langley
2013-01-21
crypto/cipher: don't persist errors in StreamWriter.
Adam Langley
2013-01-07
src: Use bytes.Equal instead of bytes.Compare where possible.
Matthew Dempsky
2012-12-28
crypto/rsa: ensure that RSA keys use the full number of bits.
Adam Langley
2012-12-22
crypto/des: add an example to demonstrate EDE2 operation.
Adam Langley
2012-12-19
all: fix typos
Shenghou Ma
2012-12-01
crypto/tls: fix loading keys labeled just "PRIVATE KEY"
Brad Fitzpatrick
2012-11-26
crypto/tls: use 1/n-1 record splitting to protect against BEAST
Anthony Martin
2012-11-18
crypto/md5: speed up aligned writes and test/bench unaligned writes
Shenghou Ma
2012-11-16
archive/zip, crypto/tls, net/http: Fix print format errors.
Robin Eklind
2012-11-16
crypto/tls: add support for loading EC X.509 key pairs
Joel Sing
2012-11-15
crypto/x509: add support for SEC1/EC private keys.
Joel Sing
2012-11-12
crypto/x509: implement EncryptPEMBlock
Roger Peppe
2012-11-07
crypto/x509: fix DecryptPEMBlock
Roger Peppe
2012-11-07
crypto/sha1: Make sha-1 do block mixup in place
Carl Mastrangelo
2012-11-01
crypto: use better hash benchmarks
Eric Roshan-Eisner
2012-10-31
crypto/cipher: add examples
Adam Langley
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-29
crypto/x509: always write validity times in UTC.
Adam Langley
2012-10-17
crypto/cipher: panic on invalid IV length
Shane Hansen
2012-10-16
crypto/tls: make closeNotify a warning alert.
Adam Langley
2012-10-11
crypto/rsa: fix decryption benchmark.
Adam Langley
2012-10-11
crypto/hmac: add Equal function.
Adam Langley
2012-10-09
gofmt: apply gofmt -w -s src misc
Robert Griesemer
2012-10-09
crypto/tls: fix NPN extension parsing.
Adam Langley
2012-10-05
crypto/sha256, crypto/sha512: 1.3x speedup
Dmitry Chestnykh
2012-10-04
crypto/x509: add DecryptBlock function for loading password protected keys
Jeff Wendling
2012-09-26
crypto/x509: add Plan 9 root certificate location
David du Colombier
[prev]
[next]