summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2019-10-28 16:46:26 +0000
committerKevin Jacobs <kjacobs@mozilla.com>2019-10-28 16:46:26 +0000
commita2cfea624136ed9d1bf40e74b5ffb1e3e7a47b79 (patch)
tree62ce7e364be80605be790d7dfb158f679c345093 /automation
parentcf31eb8eab020460fda97557873882db5ad8e85f (diff)
downloadnss-hg-a2cfea624136ed9d1bf40e74b5ffb1e3e7a47b79.tar.gz
Bug 1588244 - Store TLS 1.3 peerDelegCred, authKeyBits, and scheme in SSLPreliminaryChannelInfo. r=mt
This patch adjusts where we set `authKeyBits` (Et al.) for TLS 1.3, such that `CertVerifier` can check the strength of a delegated credential keypair. The corresponding PSM changeset is in D47181. Differential Revision: https://phabricator.services.mozilla.com/D47849
Diffstat (limited to 'automation')
-rw-r--r--automation/abi-check/expected-report-libssl3.so.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/automation/abi-check/expected-report-libssl3.so.txt b/automation/abi-check/expected-report-libssl3.so.txt
index e69de29bb..bf902d170 100644
--- a/automation/abi-check/expected-report-libssl3.so.txt
+++ b/automation/abi-check/expected-report-libssl3.so.txt
@@ -0,0 +1,13 @@
+
+1 function with some indirect sub-type change:
+
+ [C]'function SECStatus SSL_GetPreliminaryChannelInfo(PRFileDesc*, SSLPreliminaryChannelInfo*, PRUintn)' at sslinfo.c:113:1 has some indirect sub-type changes:
+ parameter 2 of type 'SSLPreliminaryChannelInfo*' has sub-type changes:
+ in pointed to type 'typedef SSLPreliminaryChannelInfo' at sslt.h:424:1:
+ underlying type 'struct SSLPreliminaryChannelInfoStr' at sslt.h:373:1 changed:
+ type size changed from 192 to 288 (in bits)
+ 3 data member insertions:
+ 'PRBool SSLPreliminaryChannelInfoStr::peerDelegCred', at offset 192 (in bits) at sslt.h:418:1
+ 'PRUint32 SSLPreliminaryChannelInfoStr::authKeyBits', at offset 224 (in bits) at sslt.h:419:1
+ 'SSLSignatureScheme SSLPreliminaryChannelInfoStr::signatureScheme', at offset 256 (in bits) at sslt.h:420:1
+