-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CA file #323
CA file #323
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1866909 - Browse repository at this point
Copy the full SHA 1866909View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce2ff6 - Browse repository at this point
Copy the full SHA bce2ff6View commit details -
readurl: change signature of ReadURL to return []byte and add dedicat…
…ed ReadURLString
Configuration menu - View commit details
-
Copy full SHA for 9413bfb - Browse repository at this point
Copy the full SHA 9413bfbView commit details -
readurl: add support for reading data scheme
Reading data scheme is restricted to base64 only.
Configuration menu - View commit details
-
Copy full SHA for 5d946f2 - Browse repository at this point
Copy the full SHA 5d946f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4694023 - Browse repository at this point
Copy the full SHA 4694023View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2079b - Browse repository at this point
Copy the full SHA ae2079bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90cf3e2 - Browse repository at this point
Copy the full SHA 90cf3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff3ecc - Browse repository at this point
Copy the full SHA bff3eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a3f16 - Browse repository at this point
Copy the full SHA 29a3f16View commit details -
http_transport: add TLSHandshakeTimeout to TLSClientConfig
The field order is changed to reflect the field order in http.Transport.
Configuration menu - View commit details
-
Copy full SHA for 98f9849 - Browse repository at this point
Copy the full SHA 98f9849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c920e - Browse repository at this point
Copy the full SHA 50c920eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047a37b - Browse repository at this point
Copy the full SHA 047a37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab4b07 - Browse repository at this point
Copy the full SHA 7ab4b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a2dfa - Browse repository at this point
Copy the full SHA 18a2dfaView commit details -
e2e/certs: CA signed certificate generation
The script generates CA and certificate key pair for each host name used in tests. We generate X509v3 certificates based on ecdsa-with-SHA256 signing alg. For developer convenience the certificates also work with localhost DNS name. Sample generated key Certificate: Data: Version: 3 (0x2) Serial Number: b1:b4:50:5f:59:1c:7b:9a Signature Algorithm: ecdsa-with-SHA256 Issuer: C=US, O=Sauce Labs Inc. Validity Not Before: Aug 2 10:00:27 2023 GMT Not After : Aug 1 10:00:27 2024 GMT Subject: C=US, O=Sauce Labs Inc., CN=httpbin Subject Public Key Info: Public Key Algorithm: id-ecPublicKey Public-Key: (256 bit) pub: 04:b4:80:60:3a:eb:00:e7:e0:ba:59:80:bf:c7:b8: 9c:f3:48:2b:ab:39:64:e0:8f:a3:ac:79:58:cf:2b: ec:59:71:95:c0:11:a8:ca:b6:6b:a4:91:2f:fc:b0: 0c:ba:92:f8:f9:7e:d5:ba:cf:32:aa:c9:80:fd:7b: 5e:ad:1e:4b:7a ASN1 OID: prime256v1 NIST CURVE: P-256 X509v3 extensions: X509v3 Basic Constraints: critical CA:FALSE X509v3 Authority Key Identifier: keyid:10:A7:85:A5:DD:41:80:3F:E5:FE:A3:F8:E9:F1:05:81:BE:B0:16:99 X509v3 Subject Alternative Name: DNS:localhost, DNS:httpbin X509v3 Key Usage: Digital Signature, Key Encipherment Signature Algorithm: ecdsa-with-SHA256 30:45:02:21:00:d2:05:be:ea:10:20:62:3d:13:94:cd:cc:c8: 37:93:45:1d:73:6a:45:e1:54:20:2a:7c:d3:66:27:93:f9:83: 3b:02:20:05:e8:a9:94:a0:2f:6a:43:d8:f0:5e:de:33:e5:6b: 15:26:f7:8e:93:3c:25:81:42:74:8f:e6:db:38:a2:83:b0
Configuration menu - View commit details
-
Copy full SHA for ef1352c - Browse repository at this point
Copy the full SHA ef1352cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da0f79 - Browse repository at this point
Copy the full SHA 0da0f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d70dc - Browse repository at this point
Copy the full SHA 64d70dcView commit details -
bind: rename ca-file to cacert-file for better compatibility with curl
The curl command has --cacert <file> and --capath <dir> flags. Forwarder implement the file based approach but supports specifying it multiple times. With this patch the flag is --cacert-file <path or base64> (env FORWARDER_CACERT_FILE). We preserve the file suffix for automatic file marking and compatibility with other Forwarder flags.
Configuration menu - View commit details
-
Copy full SHA for f78e844 - Browse repository at this point
Copy the full SHA f78e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad0324 - Browse repository at this point
Copy the full SHA fad0324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab4444 - Browse repository at this point
Copy the full SHA 9ab4444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec2171 - Browse repository at this point
Copy the full SHA 2ec2171View commit details