Commit Graph

123 Commits

Author SHA1 Message Date
rn10950 88871bc547
Merge pull request #48 from roytam1/update-certstore
NSS: update builtin certdata with mozilla (dated Dec 2020)
2021-05-07 03:52:11 -04:00
roytam1 6e4f0e711f NSS: update builtin certdata with mozilla (dated Dec 2020) and bump ckbi version 2021-02-03 12:57:10 +08:00
rn10950 b2cb20238b
Merge pull request #39 from roytam1/configure-fix
fix MOZ_APP_DISPLAYNAME for rzbrowser
2021-01-15 06:38:10 -05:00
rn10950 801872670f
Merge pull request #40 from roytam1/security-pref
security-pref: enable SHA256 algos by default
2021-01-15 06:37:42 -05:00
rn10950 f62ccdd959
Merge pull request #42 from roytam1/fontenum-nt351fix
gfx: fix font selection in NT 3.51
2021-01-15 06:37:22 -05:00
rn10950 15b368a2fe
Merge pull request #38 from roytam1/nss-vc71-fix
Nss vc71 fix and more updates
2020-12-11 06:34:58 -05:00
Roy Tam 9c7cb17823 gfx: fix font selection in NT 3.51 2020-02-01 13:31:09 +08:00
Roy Tam bc91a4081b NSS: fix typo in ssl3_cipherName 2020-01-31 22:04:14 +08:00
Roy Tam db2c369205 import NSS mozilla upstream changes in order to implement ChaCha20-Poly1305 support:
bug917571, bug1227905, bug1255443, bug1265196
2020-01-31 15:54:04 +08:00
Roy Tam 85eb864e84 [NSS] sqlite3: fix CP_UTF8 not working in Win95 and NT3.51 2020-01-27 12:53:45 +08:00
Roy Tam 9ab743b4d6 [NSS] sqlite3: turn explicitly linked InterlockedCompareExchange to dynamic loading with emulation, should work on Win95, and remove usage of GetFileAttributesExW which is not exist on NT 3.51 2020-01-27 12:16:12 +08:00
Roy Tam cd62ee1102 ssl3con: add missing AES-256-GCM in ssl3_cipherName 2020-01-09 00:31:35 +08:00
Roy Tam 1c9b432ff7 ported changes from tenfourfox:
M1357599, M923089+M1276618+M1278434, M1485864, M1520826, M1558548, #481-X25519, M1586176

with custom changes:
- coreconf+makefiles: set NSS_NO_PKCS11_BYPASS by default (to disable, set NSS_PKCS11_BYPASS) and fix logic
- curve25519_32: use PRuint32 instead of uint32_t
- smime: fix decl on top of block
- ssl3con: more VC6 fixes
2020-01-08 07:39:56 +08:00
Roy Tam 6712ac7edb cherry-picked mozilla NSS upstream changes (to rev 632864c9, which is on par with 3.21.4):
bug1221620, bug1244324, bug1241034, bug1206283, bug1241037, bug1245528, bug1293334, bug1306103, bug1345089, bug1344380
2020-01-07 22:30:39 +08:00
Roy Tam 9b2e59866b [NSS] update certdata from 3.48, with new defines 2020-01-07 22:10:37 +08:00
Roy Tam efa3c9c4af [NSS] disable Werror in MSVC 2020-01-07 22:10:08 +08:00
Roy Tam fa0b14bb0c cherry-picked mozilla NSS upstream changes (to rev 50769413, which is on par with 3.21):
bug1009429, bug1216505, bug1208405, bug1216501, bug1216993, bug1216318, bug1218254, bug1219165, bug1211568, bug1220016
2020-01-07 22:06:51 +08:00
Roy Tam 0310c45fa3 cherry-picked mozilla NSS upstream changes (to rev 46bd290c):
bug1061701, bug1210361, bug1210364, bug1210380, bug1210389, bug1009429, bug1211444, bug1180096, bug1210484, bug1211915, bug1211725, bug1213931, bug1214806, bug1214762, bug1214777, bug1214841, bug1214834, bug1213948, bug1213980, bug1192028, bug1202868, bug1214829, bug1026688, bug1214825, bug1216318
2020-01-07 20:22:09 +08:00
Roy Tam 5c0160b5fb cherry-picked mozilla NSS upstream changes (to rev a245a4cc):
bug1201704, bug1171631, bug572412, bug1119618, bug1177770, bug1148374, bug1208243(part-of), bug1117022, bug1205688, bug1209443, bug1208508, bug1208503, bug1209435, bug1209451, bug1209456, bug1209541, bug1208503, bug1209546
2020-01-07 17:30:06 +08:00
Roy Tam f19b0c09cc securit-pref: enable SHA256 algos by default 2020-01-07 15:38:40 +08:00
Roy Tam 558109e54b fix MOZ_APP_DISPLAYNAME for rzbrowser 2020-01-07 15:31:55 +08:00
Roy Tam 430790c1b1 cherry-picked mozilla NSS upstream changes (to rev 5fe63c0b, sha512.c changes are refined for VC6):
bug1182667(other parts), bug1117022, bug1190248, bug1192020, bug1185033, bug1199349, bug1199467, bug1199494
2020-01-07 15:11:52 +08:00
Roy Tam b1bbd767b3 [NSS] ssl3con: fix broken comparsion which breaks VC7.1 build 2019-12-25 16:32:44 +08:00
Roy Tam b32b5779dd [NSS] config.mk: remove defining NO_NSPR_10_SUPPORT to fix VC7.1 build 2019-12-25 16:31:52 +08:00
Ryan Nematz 7441449908 enable update for 2.2 2019-02-23 18:59:53 -05:00
Ryan Nematz 20ad675b58 final changes to 2.2 2019-02-23 15:08:52 -05:00
Ryan Nematz 1a340f4af8 update readme 2019-02-23 01:32:19 -05:00
Ryan Nematz a21a696455 prep for 2.2 release 2019-02-23 01:29:43 -05:00
rn10950 81f33843bd
Merge pull request #35 from andreja6/master
Default to search if URL is malformed
2019-02-22 21:22:13 -05:00
andreja6 a905d0ae83 Added default to search on malformed url 2019-02-22 18:10:02 -08:00
rn10950 2eaa4db878
Merge pull request #34 from rn10950/v2.2
merge 2.2 into master
2019-02-22 20:11:33 -05:00
rn10950 868653eeb7
Merge branch 'master' into v2.2 2019-02-22 20:10:24 -05:00
rn10950 3cbb6bcd8b replace more mozilla strings with retrozilla 2019-02-01 04:11:22 -05:00
rn10950 b0c522d668 update some directory strings 2019-02-01 02:27:22 -05:00
rn10950 7b4218fe80
Merge pull request #33 from roytam1/nss-enable-md5
NSS: re-enable MD5 signatures support without turning on MD2/MD4.
2019-01-30 19:32:54 -05:00
roytam1 777d80b455 NSS: re-enable MD5 signatures support without turning on MD2/MD4. 2018-12-23 22:28:17 +08:00
rn10950 e7ea10b6de
Merge pull request #30 from roytam1/camellia-gcm
Bug 940119 - Add Camellia-GCM support
2018-11-24 19:37:23 -05:00
rn10950 6d660a9a92
Merge pull request #29 from roytam1/pre-wrap
add pre-wrap as alias of -moz-pre-wrap
2018-11-24 19:36:42 -05:00
rn10950 437c53a136
Merge pull request #32 from roytam1/relex-gopher-port-restriction-pref
allow accessing non-standard port of gopher
2018-11-24 19:35:33 -05:00
roytam1 2598eb66c9 VC6 fixes 2018-11-19 22:55:49 +08:00
roytam1 aae6e2b7da Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep 2018-11-18 18:21:27 +08:00
roytam1 045da71b23 index2html: use -moz-pre-wrap 2018-11-15 23:17:51 +08:00
roytam1 ee63982def allow accessing non-standard port of gopher by toggling network.gopher.port-restricted to false (default: true) 2018-11-15 22:09:09 +08:00
roytam1 9d7cba4381 Bug 940119 - Add Camellia-GCM support 2018-08-19 00:30:36 +08:00
rn10950 50d79f4b2e
Merge pull request #21 from roytam1/mk-fix2
fix smime makefile
2018-07-24 00:50:44 -04:00
rn10950 d97cd8e7c9
Merge pull request #24 from roytam1/nt351fix
NT 3.51 fixes
2018-07-24 00:50:20 -04:00
rn10950 dd3b0c4237
Merge pull request #25 from roytam1/nss-update
Nss update
2018-07-24 00:50:03 -04:00
roytam1 c8d341a4c9 nss: follow up of pervious commit: don't try to cast function pointers into data pointers, which cause C4054 error on VC7.1. 2018-07-14 21:22:32 +08:00
roytam1 44b7f056d9 cherry-picked mozilla NSS upstream changes (to rev bad5fd065fa1, which is on par with 3.20):
bug1001332, 56b691c003ad, bug1086145, bug1054069, bug1155922, bug991783, bug1125025, bug1162521, bug1162644, bug1132941, bug1164364, bug1166205, bug1166163, bug1166515, bug1138554, bug1167046, bug1167043, bug1169451, bug1172128, bug1170322, bug102794, bug1128184, bug557830, bug1174648, bug1180244, bug1177784, bug1173413, bug1169174, bug1084669, bug951455, bug1183395, bug1177430, bug1183827, bug1160139, bug1154106, bug1142209, bug1185033, bug1193467, bug1182667(with sha512 changes backed out, which breaks VC6 compilation), bug1158489, bug337796
2018-07-14 21:22:32 +08:00
roytam1 a4e283f567 PSM: Show protocol version in cipherName 2018-07-14 21:22:31 +08:00