index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
third_party
/
nss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable warnings when compiling //net/third_party/nss/ssl on iOS.
sdefresne
2015-08-12
1
-0
/
+6
*
Pull ICU, rename component build GN variables.
brettw
2015-08-06
1
-2
/
+2
*
Enable MSVC warning C4018 for various directories that seem to pass as-is.
pkasting
2015-07-21
1
-1
/
+1
*
Fix use of 'sysroot' variable in harfbuzz.gyp
sbc
2015-06-05
1
-16
/
+0
*
Speculative revert to fix ChromeOS PFQ mips builder
sbc
2015-06-04
1
-0
/
+16
*
Fix use of 'sysroot' variable in harfbuzz.gyp
sbc
2015-06-02
1
-16
/
+0
*
Uprev libssl from 3.18.0 RTM to 3.19.0 RTM
rsleevi
2015-05-27
26
-459
/
+516
*
Revert of Fix use of 'sysroot' variable in harfbuzz.gyp (patchset #6 id:10000...
spang
2015-05-27
1
-0
/
+16
*
Fix use of 'sysroot' variable in harfbuzz.gyp
sbc
2015-05-27
1
-16
/
+0
*
NSS: reject DH groups smaller than 1024 bits.
agl
2015-05-20
4
-1
/
+21
*
Fix NSS locking bug when sending no_renegotiate.
davidben
2015-05-07
4
-3
/
+21
*
Update the bundled libssl to NSS 3.18 RTM
rsleevi
2015-04-03
46
-4805
/
+4515
*
Use dlsym(RTLD_DEFAULT) instead of dlsym(dlopen(NULL)) in aesgcmchromium.patch.
ppi
2015-03-03
2
-21
/
+18
*
Fix official build in GN
brettw
2015-02-25
1
-0
/
+4
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-2
/
+0
*
Re-sort GYP files with the latest version of tools/source_list.py
satorux
2015-02-16
1
-2
/
+2
*
Sort GN files under net
satorux
2015-02-13
1
-2
/
+2
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-6
/
+2
*
clang: Suppress a few -Wstring-conversion warnings in 3rd-party code.
thakis
2014-11-25
2
-8
/
+11
*
Remove a reference to __DATE__ and __TIME__ from nss for non official builds.
sebmarchand
2014-10-30
3
-2
/
+38
*
net: move the FALLBACK_SCSV to the back of the cipher suite list.
agl
2014-10-29
2
-16
/
+24
*
Update the LICENSE file.
wtc
2014-10-29
1
-35
/
+403
*
GN, GYP: Remove -Wno-incompatible-pointer-types flag for building NSS.
engedy
2014-10-02
2
-12
/
+0
*
Merge the server-side support of ALPN from the NSS upstream.
wtc
2014-10-02
8
-53
/
+526
*
GN build: Prescribe -Wno-header-guard for direct dependents of libssl.
engedy
2014-10-02
1
-4
/
+8
*
Add net/third_party/nss/OWNERS.
wtc
2014-10-01
1
-0
/
+4
*
gn: Fix more build issues on Win
ckocagil
2014-09-30
1
-1
/
+3
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-4
/
+3
*
Ignore out-of-order DTLS ChangeCipherSpec.
wtc@chromium.org
2014-06-06
3
-0
/
+31
*
pkg-config-wrapper: use system_libdir for libpath
vapier@chromium.org
2014-05-26
1
-1
/
+1
*
net: Unbreak component build on Linux.
tfarina@chromium.org
2014-05-18
1
-5
/
+4
*
Move signature_algorithm extension to the end in NSS.
davidben@chromium.org
2014-05-01
4
-5
/
+51
*
GN build improvements.
brettw@chromium.org
2014-04-30
1
-2
/
+2
*
Revert 266932 "GN build improvements."
brettw@chromium.org
2014-04-29
1
-2
/
+2
*
GN build improvements.
brettw@chromium.org
2014-04-29
1
-2
/
+2
*
Make GN's "check" run cleanly.
brettw@chromium.org
2014-04-22
1
-1
/
+1
*
Implement net in GN build.
brettw@chromium.org
2014-04-15
1
-2
/
+4
*
Add SSL support to the GN build
brettw@chromium.org
2014-04-14
1
-0
/
+138
*
Change ssl_padding_xtn to the IANA-assigned value 21.
wtc@chromium.org
2014-04-11
4
-1
/
+23
*
Get rid of all component builds specific .isolate.
maruel@chromium.org
2014-04-04
2
-40
/
+0
*
Fix handling of DSA and ECDSA client auth keys on Mac.
davidben@chromium.org
2014-03-12
1
-27
/
+61
*
Revert r242742. The Clang codegen bug has been fixed.
wtc@chromium.org
2014-02-27
4
-23
/
+2
*
net: don't always add TLS padding.
agl@chromium.org
2014-02-20
4
-36
/
+2
*
Make net_unittests_run work with component=shared_library.
maruel@chromium.org
2014-02-05
2
-2
/
+28
*
Add support for component=shared_library for base_unittests_run.
maruel@chromium.org
2014-01-22
1
-0
/
+14
*
Update net/third_party/nss to NSS 3.15.5 Beta 2.
wtc@chromium.org
2014-01-21
30
-868
/
+467
*
Use NSSRWLock instead of PRRWLock in sslSessionID. This avoids the bugs
wtc@chromium.org
2014-01-09
6
-26
/
+268
*
Update net/third_party/nss to NSS 3.15.4.
wtc@chromium.org
2014-01-07
54
-4506
/
+1180
*
Hack for Mac 10.9 hang when the Keychain is modified with Chrome running.
rsesek@chromium.org
2013-12-30
4
-2
/
+24
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-27
7
-1
/
+165
[next]