summaryrefslogtreecommitdiff
path: root/src/pkg/crypto
Commit message (Expand)AuthorAgeFilesLines
* all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere2011-11-032-2/+2
* all: sort importsRuss Cox2011-11-026-6/+6
* all: rename os.Error to error in various non-code contextsRuss Cox2011-11-013-4/+3
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-0168-596/+526
* crypto/tls: add Error method to alertRuss Cox2011-10-271-0/+4
* crypto/openpgp/error: use Error in names of error impl typesRuss Cox2011-10-271-6/+6
* pkg: remove .String() from some print argumentsRuss Cox2011-10-271-1/+1
* crypto/rsa: change public exponent from 3 to 65537Adam Langley2011-10-261-9/+1
* crypto/x509: fix names in certificate generation.Adam Langley2011-10-192-3/+12
* http, crypto/tls: fix read timeouts and closing.Adam Langley2011-10-181-4/+16
* crypto/x509: add code for dealing with PKIX public keys.Adam Langley2011-10-144-95/+199
* crypto/x509: keep the raw Subject and Issuer.Adam Langley2011-10-144-14/+39
* crypto/tls: fix broken looping code in windows root CA fetcherMikkel Krautz2011-10-141-17/+13
* crypto/tls: disable root cert fetching to fix windows buildAlex Brainman2011-10-141-0/+3
* crypto/tls: fetch root CA from Windows storeMikkel Krautz2011-10-132-1/+56
* crypto/tls: more Unix root certificate locationsRuss Cox2011-10-131-0/+2
* crypto/tls: fetch root certificates using Mac OS APIMikkel Krautz2011-10-138-29/+199
* build: fix for new return restrictionRuss Cox2011-10-131-2/+2
* crypto/tls: add 3DES ciphersuitesLouis Kruger2011-10-113-8/+218
* crypto/tls: forgot this file in the last change.Adam Langley2011-10-081-0/+3
* crypto/tls: add server side SNI support.Adam Langley2011-10-083-1/+126
* crypto/elliptic: use %x consistently in error printRuss Cox2011-09-271-1/+1
* crypto/bcrypt: new packageJeff Hodges2011-09-194-0/+527
* crypto/blowfish: exposing the blowfish key scheduleJeff Hodges2011-09-193-8/+141
* build: add build comments to core packagesRuss Cox2011-09-151-0/+2
* crypto/tls: support SSLv3Adam Langley2011-09-1412-117/+430
* crypto/tls: handle non-TLS more robustlyRuss Cox2011-09-122-0/+59
* time: make Weekday a method.Rob Pike2011-09-121-1/+1
* cleanup: gofmt -s -w src miscRobert Griesemer2011-09-061-5/+5
* build: clear execute bit from Go filesMike Rosset2011-09-051-0/+0
* crypto, exec, path, time: add support for OpenBSDJoel Sing2011-08-121-0/+3
* crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus2011-08-081-3/+3
* container/vector: removed some uses of container/vector in other pkgsJohn Asmuth2011-07-271-6/+5
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-147-9/+0
* crypto/x509: prevent chain cycles in VerifyAdam Langley2011-07-072-5/+12
* crypto/openpgp: fixed dangerous use of for loop variableGideon Jan-Wessel Redelinghuys2011-07-071-2/+3
* crypto/tls: fix generate_cert.goAdam Langley2011-07-061-3/+5
* crypto/openpgp: add ability to reserialize keys.Adam Langley2011-07-015-34/+150
* windows: define and use syscall.HandleWei Guangjing2011-07-011-1/+1
* reflect: support for struct tag use by multiple packagesRuss Cox2011-06-293-32/+32
* strings.Split: make the default to split all.Rob Pike2011-06-281-2/+2
* crypto: replace "crypto/block" with "crypto/cipher" in commentsDmitry Chestnykh2011-06-274-7/+7
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-2212-42/+42
* crypto/openpgp: add ElGamal support.Adam Langley2011-06-2112-140/+523
* respect goto restrictionsRuss Cox2011-06-172-12/+15
* crypto/openpgp: flesh out Encrypt by adding support for signing.Adam Langley2011-06-134-11/+158
* crypto/openpgp: build fix (unreviewed)Adam Langley2011-06-101-1/+1
* crypto/openpgp: add ability to encrypt messages.Adam Langley2011-06-1010-27/+372
* crypto: reorg, cleanup and add function for generating CRLs.Adam Langley2011-06-0610-401/+422
* crypto/twofish: fix Reset index overflow bug.Andrew Gerrand2011-06-061-1/+1