aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
2024-05-23crypto/tls: allow 256KiB certificate messagesRoland Shoemaker
2024-05-22crypto/tls: populate Leaf in X509KeyPairRoland Shoemaker
2024-05-22crypto/tls: reorder client_hello extensionsRoland Shoemaker
2024-05-22crypto/tls: move defaults into defaults.goFilippo Valsorda
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22crypto/tls: remove typeNextProtocolFilippo Valsorda
2024-05-22crypto/tls: improved 0-RTT QUIC APIDamien Neil
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-05-22crypto/tls: ensure GODEBUGs are initializedFilippo Valsorda
2024-05-22crypto/tls: clarify group selection logicFilippo Valsorda
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-16crypto/tls: don't call tlsrsakex.IncNonDefault with FIPSMike Beaumont
2024-05-13crypto: replace encoding/binary in favour of internal/byteorderMateusz Poliwczak
2024-04-24crypto/tls: skip bogo suite on windows buildersRoland Shoemaker
2024-04-19crypto/tls: don't cache marshal'd bytesRoland Shoemaker
2024-04-17crypto/tls: add a bogo shimRoland Shoemaker
2024-03-29crypto/tls,regexp: remove always-nil error resultsDaniel Martí
2024-03-27all: make use of builtin clearJes Cok
2024-03-26all: fix a large number of commentscui fliter
2024-02-26crypto/tls: fix typo in commentguoguangwu
2024-01-26Revert "crypto/internal/boring: upgrade module to fips-20220613" +1Filippo Valsorda
2023-12-18crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2023-11-21crypto/tls: mark RSA KEX cipher suites insecureFilippo Valsorda
2023-11-21crypto/tls: check and record godebugs more granularlyFilippo Valsorda
2023-11-21crypto/tls: check client's supported versions when using QUICMarten Seemann
2023-11-21crypto/tls: disable ExportKeyingMaterial without EMSFilippo Valsorda
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-14crypto/tls: change default minimum version to 1.2Roland Shoemaker
2023-10-13crypto: add available godoc linkcui fliter
2023-09-25crypto/tls: pretty-print SignatureScheme in testsDaiki Ueno
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-08-25crypto/tls: QUIC: fix panics when processing post-handshake messagesDamien Neil
2023-08-10crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-02crypto/tls: change SendSessionTicket to take an options structDamien Neil
2023-08-02crypto/tls: restrict RSA keys in certificates to <= 8192 bitsRoland Shoemaker
2023-06-09crypto/tls: make SessionState.Extra a slice of byte slicesFilippo Valsorda
2023-05-30crypto/tls: fix cipher suite check when doing 0-RTT resumptionMarten Seemann
2023-05-26crypto/tls: avoid referencing potentially unused symbols in initDamien Neil
2023-05-25crypto/tls: advertise correct ciphers in TLS 1.3 only modeMonis Khan
2023-05-25crypto/tls: don't reverify but check certificate expiration on resumptionFilippo Valsorda
2023-05-25crypto/tls: add VersionNameFilippo Valsorda
2023-05-25crypto/tls: implement Extended Master SecretFilippo Valsorda
2023-05-25crypto/tls: add QUIC 0-RTT APIsFilippo Valsorda
2023-05-24crypto/tls: add SessionState.ExtraFilippo Valsorda
2023-05-24crypto/tls: add WrapSession and UnwrapSessionFilippo Valsorda
2023-05-24crypto/tls: add ClientSessionState.ResumptionState and NewResumptionStateFilippo Valsorda
2023-05-24crypto/tls: use SessionState on the client sideFilippo Valsorda
2023-05-24crypto/tls: add SessionState and use it on the server sideFilippo Valsorda
2023-05-24crypto/tls: reduce session ticket linkabilityFilippo Valsorda
2023-05-24crypto/tls: support QUIC as a transportDamien Neil