summaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto/x509: fix certificate validation with FQDN on WindowsPatryk Chelmecki2023-05-173-1/+24
* crypto/ed25519,crypto/rsa: make Equal methods constant timeFilippo Valsorda2023-05-172-5/+12
* crypto/rsa: use BoringCrypto for 4096 bit keysFilippo Valsorda2023-05-171-1/+2
* Revert "crypto/sha1: add WriteString and WriteByte method"Ian Lance Taylor2023-05-0314-183/+46
* Revert "crypto/sha256: add WriteString and WriteByte method"Ian Lance Taylor2023-05-0313-157/+38
* Revert "crypto/sha512: add WriteString and WriteByte method"Ian Lance Taylor2023-05-0313-186/+40
* crypto: use t.Parallel() to increase speedcui fliter2023-04-271-0/+8
* crypto/sha512: add WriteString and WriteByte methodIan Lance Taylor2023-04-2513-40/+186
* crypto/sha1: add WriteString and WriteByte methodIan Lance Taylor2023-04-2514-46/+183
* crypto/sha256: add WriteString and WriteByte methodIan Lance Taylor2023-04-2513-38/+157
* crypto/tls: fix PSK binder calculationTero Saarni2023-04-242-1/+22
* cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger2023-04-211-2/+2
* crypto/x509: use the RFC 6125 terminology in the VerifyHostname docsMateusz Poliwczak2023-04-211-1/+1
* std: fix various nilness findingsAlan Donovan2023-04-201-1/+1
* crypto/tls: retry DialWithTimeout until the listener accepts a connectionBryan C. Mills2023-04-191-23/+47
* crypto: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-114-3/+31
* crypto/internal/nistec: update generator for re-enabled s390x asmIan Lance Taylor2023-04-111-1/+1
* crypto/x509: skip broken darwin root testsMichael Pratt2023-04-101-0/+7
* all: fix misuses of "a" vs "an"cui fliter2023-04-043-5/+5
* crypto/subtle: don't cast to *uintptr when word size is 0Keith Randall2023-03-311-1/+7
* crypto/sha256: add sha-ni implementationTed Painter2023-03-312-9/+152
* all: add a few links in package godocsDaniel Martí2023-03-251-3/+3
* crypto/x509: remove unnecessary !Empty() checkMateusz Poliwczak2023-03-241-1/+1
* crypto/x509: remove letters from the end of basic constraints parsing errorsMateusz Poliwczak2023-03-241-3/+3
* all: replace leading spaces with tabs in assemblyMichael Pratt2023-03-234-4/+4
* crypto/elliptic: deprecate unsafe APIsFilippo Valsorda2023-03-162-17/+23
* crypto/rsa: deprecate multiprime RSA supportFilippo Valsorda2023-03-161-2/+2
* crypto/x509: surface ReasonCode in RevocationList APIAaron Gable2023-03-133-29/+219
* crypto/internal/nistec: refactor scalar multiplicationFilippo Valsorda2023-03-132-77/+112
* all: fix some problematic commentscui fliter2023-03-131-1/+1
* crypto/ed25519: improve Ed25519ctx error for oversized contextsTom Thorogood2023-03-061-3/+6
* all: move //go: function directives directly above functionsMichael Pratt2023-03-024-4/+0
* crypto/x509: make TestIssue51759 builder onlyRoland Shoemaker2023-03-011-1/+5
* crypto/x509: fix broken testsRoland Shoemaker2023-03-011-24/+30
* crypto/x509: fix system root tests + darwin intermediate handlingRoland Shoemaker2023-03-013-259/+238
* crypto/x509: fix ParsePKCS8PrivateKey commentRoland Shoemaker2023-02-281-1/+1
* crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda2023-02-243-0/+99
* crypto/internal/bigmod: flag amd64 assembly as noescapeFilippo Valsorda2023-02-153-0/+29
* crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker2023-02-1413-503/+657
* crypto/internal/edwards25519: reduce Point size by reordering fieldsJorropo2023-02-131-4/+4
* crypto/ecdh: explicitly reject mismatched curves in ECDHRoland Shoemaker2023-02-062-1/+42
* crypto/sha1: use math/bits.RotateLeft32Alexander Yastrebov2023-02-061-4/+4
* crypto/rand: replace shift with constantJohan Brandhorst-Satzkorn2023-02-061-1/+1
* crypto/rand: batch large random reads on jsJohan Brandhorst-Satzkorn2023-02-011-1/+15
* all: fix problematic commentscui fliter2023-01-302-2/+2
* all: give nested modules fully-qualified namesMichael Pratt2023-01-302-2/+2
* crypto/sha512: reduce add usage on PPC64Paul E. Murphy2023-01-301-80/+102
* crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0Tobias Klauser2023-01-262-3/+3
* crypto/tls: improve client auth failure alertsAnit Gandhi2023-01-201-2/+13
* all: fix typos in go file commentsMarcel Meyer2023-01-201-1/+1