Bug 1488622 - land NSS fe738aae0bcc UPGRADE_NSS_RELEASE, r=me

--HG--
extra : rebase_source : c5e74447ceed1014ab1a3bb6abbdc28ac12fa11a
This commit is contained in:
J.C. Jones 2018-09-19 09:43:03 -07:00
Родитель dd46a38a66
Коммит a456c6d9a9
48 изменённых файлов: 57 добавлений и 54 удалений

Просмотреть файл

@ -1 +1 @@
8f6014565b91
fe738aae0bcc

Просмотреть файл

@ -790,12 +790,12 @@ async function scheduleWindows(name, base, build_script) {
base = merge(base, {
workerType: "nss-win2012r2",
env: {
PATH: "c:\\mozilla-build\\python;c:\\mozilla-build\\msys\\local\\bin;" +
"c:\\mozilla-build\\7zip;c:\\mozilla-build\\info-zip;" +
"c:\\mozilla-build\\python\\Scripts;c:\\mozilla-build\\yasm;" +
"c:\\mozilla-build\\msys\\bin;c:\\Windows\\system32;" +
"c:\\mozilla-build\\upx391w;c:\\mozilla-build\\moztools-x64\\bin;" +
"c:\\mozilla-build\\wget",
PATH: "c:\\mozilla-build\\bin;c:\\mozilla-build\\python;" +
"c:\\mozilla-build\\msys\\local\\bin;c:\\mozilla-build\\7zip;" +
"c:\\mozilla-build\\info-zip;c:\\mozilla-build\\python\\Scripts;" +
"c:\\mozilla-build\\yasm;c:\\mozilla-build\\msys\\bin;" +
"c:\\Windows\\system32;c:\\mozilla-build\\upx391w;" +
"c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-build\\wget",
DOMSUF: "localdomain",
HOST: "localhost",
}

Просмотреть файл

@ -4,7 +4,7 @@
#include "seccomon.h"
#include "nss.h"
#include "key.h"
#include "keyhi.h"
#include "cert.h"
#include "pk11func.h"
#include "secmod.h"

Просмотреть файл

@ -66,7 +66,7 @@
#include "crmf.h"
#include "secerr.h"
#include "pk11func.h"
#include "key.h"
#include "keyhi.h"
#include "cmmf.h"
#include "plgetopt.h"
#include "secutil.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "secport.h"
#include "prerror.h"
#include "base64.h"
#include "key.h"
#include "keyhi.h"
#include "secpkcs7.h"
#include "secasn1.h"
#include "secder.h"

Просмотреть файл

@ -26,9 +26,7 @@
#include "cryptoht.h"
#include "ecl-exp.h"
#include "hasht.h"
#include "key.h"
#include "keyhi.h"
#include "keyt.h"
#include "keythi.h"
#include "nss.h"
#include "nssb64.h"

Просмотреть файл

@ -24,7 +24,7 @@
#include "certt.h"
#include "nss.h"
#include "secder.h"
#include "key.h"
#include "keyhi.h"
#include "sslproto.h"
/* Custom header files */

Просмотреть файл

@ -10,4 +10,3 @@
*/
#error "Do not include this header file."

Просмотреть файл

@ -18,7 +18,7 @@
#include "seccomon.h"
#include "secdert.h"
#include "secoidt.h"
#include "keyt.h"
#include "keythi.h"
#include "certt.h"
SEC_BEGIN_PROTOS

Просмотреть файл

@ -5,7 +5,7 @@
#include "cert.h"
#include "certt.h"
#include "secder.h"
#include "key.h"
#include "keyhi.h"
#include "secitem.h"
#include "secasn1.h"
#include "secerr.h"

Просмотреть файл

@ -12,7 +12,7 @@
#include "plarena.h"
#include "seccomon.h"
#include "secoidt.h"
#include "keyt.h"
#include "keythi.h"
#include "certt.h"
#include "ocspt.h"

Просмотреть файл

@ -14,7 +14,7 @@
#include "secoidt.h"
#include "secdert.h"
#include "cryptoht.h"
#include "keyt.h"
#include "keythi.h"
#include "certt.h"
SEC_BEGIN_PROTOS

Просмотреть файл

@ -2,11 +2,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* This header is deprecated. Please include keyhi.h instead. */
#ifndef _KEY_H_
#define _KEY_H_
#if defined(_MSC_VER) || defined(__GNUC__) || defined(__clang__)
#pragma message("key.h is deprecated. Please include keyhi.h instead.")
#endif
#include "keyhi.h"
#endif /* _KEY_H_ */

Просмотреть файл

@ -5,6 +5,10 @@
#ifndef _KEYT_H_
#define _KEYT_H_
#if defined(_MSC_VER) || defined(__GNUC__) || defined(__clang__)
#pragma message("keyt.h is deprecated. Please include keythi.h instead.")
#endif
#include "keythi.h"
#endif /* _KEYT_H_ */

Просмотреть файл

@ -5,7 +5,7 @@
/* JAR internal routines */
#include "nspr.h"
#include "key.h"
#include "keyhi.h"
#include "base64.h"
extern CERTCertDBHandle *JAR_open_database(void);

Просмотреть файл

@ -12,7 +12,7 @@
#include "prprf.h"
#include "prmem.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secmod.h"
#include "secoid.h"
#include "nss.h"

Просмотреть файл

@ -13,7 +13,7 @@
#include "pkcs11t.h"
#include "pk11func.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "keyi.h"
#include "secitem.h"
#include "secasn1.h"

Просмотреть файл

@ -15,7 +15,7 @@
#include "cert.h"
#include "certi.h"
#include "secitem.h"
#include "key.h"
#include "keyhi.h"
#include "secoid.h"
#include "pkcs7t.h"
#include "cmsreclist.h"

Просмотреть файл

@ -14,7 +14,7 @@
#include "pkcs11.h"
#include "pk11func.h"
#include "secitem.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "sechash.h"
#include "cert.h"

Просмотреть файл

@ -11,7 +11,7 @@
#include "pkcs11.h"
#include "pkcs11t.h"
#include "pk11func.h"
#include "key.h"
#include "keyhi.h"
#include "secitem.h"
#include "secerr.h"
#include "sslerr.h"

Просмотреть файл

@ -23,7 +23,7 @@
#include "pkcs11.h"
#include "pk11func.h"
#include "secitem.h"
#include "key.h"
#include "keyhi.h"
typedef struct SEC_PKCS5PBEParameterStr SEC_PKCS5PBEParameter;
struct SEC_PKCS5PBEParameterStr {

Просмотреть файл

@ -14,7 +14,7 @@
#include "pkcs11.h"
#include "pk11func.h"
#include "secitem.h"
#include "key.h"
#include "keyhi.h"
#include "secoid.h"
#include "secasn1.h"
#include "secerr.h"

Просмотреть файл

@ -7,7 +7,7 @@
#include "seccomon.h"
#include "secoidt.h"
#include "secdert.h"
#include "keyt.h"
#include "keythi.h"
#include "certt.h"
#include "pkcs11t.h"
#include "secmodt.h"

Просмотреть файл

@ -7,7 +7,7 @@
#include "seccomon.h"
#include "secoidt.h"
#include "secdert.h"
#include "keyt.h"
#include "keythi.h"
#include "certt.h"
#include "pkcs11t.h"
#include "secmodt.h"

Просмотреть файл

@ -13,7 +13,7 @@
#include "secdert.h"
#include "certt.h"
#include "secmodt.h"
#include "keyt.h"
#include "keythi.h"
SEC_BEGIN_PROTOS

Просмотреть файл

@ -6,7 +6,7 @@
#define _P12_H_
#include "secoid.h"
#include "key.h"
#include "keyhi.h"
#include "secpkcs7.h"
#include "p12t.h"

Просмотреть файл

@ -6,7 +6,7 @@
#define _P12T_H_
#include "secoid.h"
#include "key.h"
#include "keythi.h"
#include "pkcs11.h"
#include "secpkcs7.h"
#include "secdig.h" /* for SGNDigestInfo */

Просмотреть файл

@ -8,7 +8,7 @@
#include "seccomon.h"
#include "secoid.h"
#include "cert.h"
#include "key.h"
#include "keythi.h"
#include "plarena.h"
#include "secpkcs7.h"
#include "secdig.h" /* for SGNDigestInfo */

Просмотреть файл

@ -16,7 +16,7 @@
/* include should be removed! */
/*#include "cdbhdl.h" */
#include "cryptohi.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -14,7 +14,7 @@
#include "secasn1.h"
#include "secitem.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secerr.h"
typedef struct smime_cipher_map_struct {

Просмотреть файл

@ -13,7 +13,7 @@
#include "secoidt.h"
#include "certt.h"
#include "keyt.h"
#include "keythi.h"
#include "hasht.h"
#include "pkcs7t.h"

Просмотреть файл

@ -13,7 +13,7 @@
#include "secoidt.h"
#include "certt.h"
#include "keyt.h"
#include "keythi.h"
#include "hasht.h"
#include "cmst.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secitem.h"
#include "secoid.h"
#include "pk11func.h"

Просмотреть файл

@ -8,7 +8,7 @@
#include "cmslocal.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secoid.h"
#include "secitem.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -9,7 +9,7 @@
#include "cmslocal.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -10,7 +10,7 @@
#include "smime.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secasn1.h"
#include "secitem.h"
#include "secoid.h"

Просмотреть файл

@ -13,7 +13,7 @@
#include "secasn1.h"
#include "secitem.h"
#include "cert.h"
#include "key.h"
#include "keyhi.h"
#include "secerr.h"
#include "cms.h"
#include "nss.h"

Просмотреть файл

@ -13,7 +13,7 @@
#include "cert.h"
#include "nspr.h"
#include "secder.h"
#include "key.h"
#include "keyhi.h"
#include "nss.h"
#include "ssl.h"
#include "pk11func.h" /* for PK11_ function calls */

Просмотреть файл

@ -13,7 +13,7 @@
#include "cert.h"
#include "nspr.h"
#include "secder.h"
#include "key.h"
#include "keyhi.h"
#include "nss.h"
/*

Просмотреть файл

@ -13,7 +13,7 @@
#include "prio.h"
#include "seccomon.h"
#include "cert.h"
#include "keyt.h"
#include "keythi.h"
#include "sslt.h" /* public ssl data types */