summaryrefslogtreecommitdiff
path: root/automation/abi-check
diff options
context:
space:
mode:
authorChristopher Patton <chrispatton@gmail.com>2019-06-25 14:21:59 +1000
committerChristopher Patton <chrispatton@gmail.com>2019-06-25 14:21:59 +1000
commit62b1e1d91c19c50a5e4c2540fcf49f0d8cf073dd (patch)
tree0a740fbe2b15a3970fa0c373c74294d8202a68eb /automation/abi-check
parent89715eee6c2dbc17820977e466fb8b52a1e12784 (diff)
downloadnss-hg-62b1e1d91c19c50a5e4c2540fcf49f0d8cf073dd.tar.gz
Bug 1540403 - draft-ietf-tls-subcerts-03, r=mt,jcj
Differential Revision: https://phabricator.services.mozilla.com/D25654
Diffstat (limited to 'automation/abi-check')
-rw-r--r--automation/abi-check/expected-report-libssl3.so.txt22
1 files changed, 22 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..9f2f796b1 100644
--- a/automation/abi-check/expected-report-libssl3.so.txt
+++ b/automation/abi-check/expected-report-libssl3.so.txt
@@ -0,0 +1,22 @@
+
+2 functions with some indirect sub-type change:
+
+ [C]'function SECStatus SSL_ConfigServerCert(PRFileDesc*, CERTCertificate*, SECKEYPrivateKey*, const SSLExtraServerCertData*, unsigned int)' at sslcert.c:640:1 has some indirect sub-type changes:
+ parameter 4 of type 'const SSLExtraServerCertData*' has sub-type changes:
+ in pointed to type 'const SSLExtraServerCertData':
+ in unqualified underlying type 'typedef SSLExtraServerCertData' at sslt.h:291:1:
+ underlying type 'struct SSLExtraServerCertDataStr' at sslt.h:256:1 changed:
+ type size changed from 256 to 384 (in bits)
+ 2 data member insertions:
+ 'const SECItem* SSLExtraServerCertDataStr::delegCred', at offset 256 (in bits) at sslt.h:283:1
+ 'const SECKEYPrivateKey* SSLExtraServerCertDataStr::delegCredPrivKey', at offset 320 (in bits) at sslt.h:290:1
+
+ [C]'function SECStatus SSL_GetChannelInfo(PRFileDesc*, SSLChannelInfo*, PRUintn)' at sslinfo.c:13:1 has some indirect sub-type changes:
+ parameter 2 of type 'SSLChannelInfo*' has sub-type changes:
+ in pointed to type 'typedef SSLChannelInfo' at sslt.h:357:1:
+ underlying type 'struct SSLChannelInfoStr' at sslt.h:272:1 changed:
+ type size hasn't changed
+ 1 data member insertion:
+ 'PRBool SSLChannelInfoStr::peerDelegCred', at offset 928 (in bits) at sslt.h:353:1
+
+