summaryrefslogtreecommitdiff
path: root/lib/ssl/sslinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1413787 - Remove lazy initialization, r=ekrMartin Thomson2017-11-021-43/+42
* Bug 1398679 - Make cipher specs properly directional, r=ekrMartin Thomson2017-09-111-1/+1
* Bug 1413038 - Flatten client_ and server_random, r=ekrMartin Thomson2017-10-311-2/+2
* Bug 1398679 - Move much of the cipher spec code into a dedicated file, r=ekrMartin Thomson2017-09-111-11/+11
* Bug 1409587 - Remove TLS compression, r=ekrMartin Thomson2017-10-181-18/+2
* Backed out changesets 5d7c97e14b24 through 17f49897a54dMartin Thomson2017-10-161-14/+30
* Bug 1398679 - Make cipher specs properly directional, r?ekrMartin Thomson2017-09-111-19/+3
* Bug 1398679 - Move much of the cipher spec code into a dedicated file, r?ekrMartin Thomson2017-09-111-11/+11
* Bug 1398647 - Remove the SECItem used for "storing" the master secret, r=ttau...Martin Thomson2017-09-111-1/+1
* Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCHMartin Thomson2017-10-091-1/+12
|\
| * Bug 1396525 - put keaGroup and sigScheme in the cache so we can put it in SSL...Franziskus Kiefer2017-10-041-1/+12
* | Bug 1295163 - Limit time-variation when accepting 0-RTT, r=ekrMartin Thomson2017-05-221-3/+3
* | Merge NSS tip, a=mergeMartin Thomson2017-05-121-0/+8
|\ \ | |/
| * Bug 1351314 - Add length check for SSL context for TLS 1.2 or prior, r=mtKate McKinley2017-05-101-0/+8
* | Bug 1350602 - TLS 1.3 draft-19 - key schedule, r=mtEKR2017-04-251-9/+2
* | Bug 1350602 - TLS 1.3 draft-19 - exporter, r=mtEKR2017-03-251-5/+38
|/
* Backed out changeset 2ec5c744a9cd & 11f56ac2572aMartin Thomson2017-03-251-38/+5
* Bug 1350602 - TLS 1.3 draft-19 - exporter, r=mtEKR2017-03-251-5/+38
* Bug 1343036 - Early data size limit, r=franziskus,ekrMartin Thomson2017-03-061-2/+13
* Bug 1320398 - Expose function to check if early-data is possible. r=mtDragana Damjanovic2016-12-211-0/+3
* Bug 1312976 - Fail if exporters are used with SHA-384 suites, r=ekrMartin Thomson2016-11-221-3/+2
* Bug 1310610 - Exporters for TLS 1.3, r=ekrMartin Thomson2016-11-121-2/+57
* Bug 1304924 - Report group and signature scheme, r=ekrMartin Thomson2016-10-041-0/+2
* Bug 1304832 - TLS 1.3: Implement draft-15 cipher suite negotiation. r=mtEKR2016-09-221-22/+28
* Bug 1252849 - Remove export-grade cipher suites r=mtTim Taubert2016-09-161-57/+0
* Bug 1286140: HelloRetryRequest, r=ekrMartin Thomson2016-09-121-7/+3
* Bug 1282479 - TLS 1.3 draft-13: New key schedule, DHE point format, and 0-RTT...EKR2016-06-011-1/+8
* Backed out changeset de16ad00f641 (bug 1282479)Tim Taubert2016-06-271-8/+1
* Bug 1282479 - TLS 1.3 draft-13: New key schedule, DHE point format, and 0-RTT...EKR2016-06-011-1/+8
* Bug 1271999 - Enable and test resumption for all cipher suites, r=ekrMartin Thomson2016-05-311-4/+9
* Bug 1266237 - Enable FFDHE and DHE for TLS 1.3, r=ekrMartin Thomson2016-06-011-0/+2
* Bug 1273505 - Remove NSS_DISABLE_ECC macros from lib outside of freebl/softto...Martin Thomson2016-05-211-2/+0
* Bug 923089, TLS 1.2 PRF with SHA-384 hash, implement support for BYPASS mode,...Kai Engert2016-05-201-3/+4
* Bug 923089, Support TLS 1.2 PRF with SHA-384 as the hash function. Patch by E...Elio Maldonado2016-05-201-0/+9
* Bug 923089, backed out for test failures.Kai Engert2016-05-191-9/+0
* Bug 923089, Support TLS 1.2 PRF with SHA-384 as the hash function. Patch by E...Elio Maldonado2016-05-191-0/+9
* Bug 1204998 - clang-format 3.8 on libssl without manual modifications, r=mtFranziskus Kiefer2016-05-021-6/+4
* Bug 1247021, Backed out changeset 487a06b963f7, r=martin.thomsonKai Engert2016-04-291-9/+1
* Bug 1247021 - Add protective mechanisms to SSL_GetChannelInfo. Macro patch v3...Kai Engert2016-04-221-1/+9
* Bug 1237514 - Report correct authType for PSK suite, r=franziskusMartin Thomson2016-04-221-1/+2
* Bug 1237514 - Index certificates by SSLAuthType, r=ttaubert,ekr,rrelyeaMartin Thomson2016-04-211-90/+113
* Backed out changeset 72ae99c547be, part 3/3, bug 1237514, for causing test fa...Kai Engert2016-04-061-112/+90
* Bug 1237514 - Certificate indexing based on SSLAuthType, r=ttaubert,ekrMartin Thomson2016-04-021-90/+112
* Bug 1257891 - TLS 1.3: Implement resumption-PSK. r=mtNSS_3_24_BETA1EKR2016-02-071-2/+19
* Bug 1228555 - Move sidLen declaration to top of the scope r=bustageTim Taubert2016-03-111-1/+3
* Bug 1228555 - Remove support for SSLv2 r=mt,wtc,ekrTim Taubert2016-03-111-30/+7
* Bug 1251185, NSS clang-format: else line-break fixes, r=ttaubertNSS_3_23_BETA7Franziskus Kiefer2016-02-251-7/+4
* Bug 1247021, Add protective mechanisms to SSL_GetChannelInfo (etc.) to allow ...Wan-Teh Chang2016-02-191-4/+14
* Bug 1248470, NSS clang-format: lib/ssl, EXCEPT ssl3con.c, r=kaieFranziskus Kiefer2016-02-181-221/+226
* Bug 1227905 - Support ChaCha20+Poly1305 cipher suites r=mt,wtc,ekrTim Taubert2016-02-111-0/+4