summaryrefslogtreecommitdiff
path: root/lib/ssl/ssl3ecc.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1570615: TLS GREASE (RFC8701) r=djacksonLeander Schwarz2023-02-151-0/+14
* Bug 1540403 - draft-ietf-tls-subcerts-03, r=mt,jcjChristopher Patton2019-06-251-2/+2
* Bug 1494901 - Implement ESNI. r=mtEKR2018-06-301-5/+2
* Bug 1454321 - Add tests for invalid ECDH ServerKeyExchange.Signature.algorith...Tim Taubert2018-04-261-0/+2
* Bug 1443136 - Add support for signature scheme preferences in BoGo r=franzisk...Tim Taubert2018-03-061-2/+2
* Bug 1413038 - Flatten client_ and server_random, r=ekrMartin Thomson2017-10-311-5/+5
* Bug 1398647 - Remove the SECItem used for "storing" the master secret, r=ttau...Martin Thomson2017-09-111-2/+2
* Bug 1398643 - Prohibit version changes during renegotiation, r=ttaubertMartin Thomson2017-09-111-4/+4
* Bug 1385203 - Use sslBuffer for encoding more widely, r=ekrMartin Thomson2017-08-011-8/+12
* Bug 1368980 - Refactor extension senders, r=ekr,ttaubertMartin Thomson2017-05-311-87/+47
* Bug 1368979 - Remove SSL3Opaque typedef, r=ttaubertMartin Thomson2017-06-011-3/+3
* Bug 1355940 - Remove dead code, r=ttaubertMartin Thomson2017-05-231-7/+0
* Bug 1349556 - Remove unused functions from libssl r=franziskusTim Taubert2017-03-221-10/+0
* Bug 1340103, Introduction of SECKEYECPublicKey.encoding in NSS 3.28 broke ABI...Kai Engert2017-02-171-6/+2
* Bug 1325035 - Streamline session ticket key wrapping, r=ttaubertMartin Thomson2017-01-261-12/+8
* Bug 1319039 - Remove unnecessary checks after ssl3_SignHashes() r=franziskusTim Taubert2016-11-221-6/+1
* Bug 1315455 - Constify sslSocket for extension processing. r=mt.EKR2016-11-021-139/+17
* Revert "Bug 1315455 - Constify sslSocket for extension processing. r=mt."EKR2016-11-051-17/+139
* Bug 1315455 - Constify sslSocket for extension processing. r=mt.EKR2016-11-021-139/+17
* Bug 1313430, ssl_CreateECDHEphemeralKeyPair needs database password, r=martin...Kai Engert2016-10-311-1/+1
* Bug 1312977 - clang-format, a=bustageMartin Thomson2016-10-271-1/+1
* Bug 1312977 - Improve tracing for TLS 1.3, r=ekrMartin Thomson2016-10-211-3/+21
* Bug 1312663 - Make group handling more robust, r=mtFranziskus Kiefer2016-10-221-1/+2
* Bug 1304924 - Report group and signature scheme, r=ekrMartin Thomson2016-10-041-0/+2
* Bug 1294697 - Avoid setting ss->version before server decides, r=ekrMartin Thomson2016-10-051-1/+1
* Bug 1304924 - Rename SignatureScheme to SSLSignatureScheme, r=ekrMartin Thomson2016-09-281-1/+1
* Bug 1303224 - Remove the PKCS#11 bypass r=franziskus,mtTim Taubert2016-09-161-15/+11
* Bug 1304265 - Renaming of named group stuff, r=ekrMartin Thomson2016-09-221-22/+22
* Bug 1304832 - TLS 1.3: Implement draft-15 cipher suite negotiation. r=mtEKR2016-09-221-9/+11
* Bug 957105 - Curve25519 TLS, r=mtFranziskus Kiefer2016-09-201-30/+25
* Bug 1303648 - Only enable groups that are present, r=ekr,franziskusMartin Thomson2016-09-221-148/+6
* Bug 957105 - Curve25519, r=mt,rrelyeaFranziskus Kiefer2016-09-191-0/+1
* Bug 1296239 - SSL_NamedGroupConfig to set custom list of curves, r=mtFranziskus Kiefer2016-09-121-32/+51
* Bug 1280439 - Implement RSA-PSS signature support r=mtTim Taubert2016-09-021-7/+6
* Bug 1287271 - Switch to using SignatureScheme internally, r=ekr,ttaubertMartin Thomson2016-08-041-14/+21
* Bug 1294977 - Fail on missing supported_groups when doing DHE. r=mtEKR2016-08-131-0/+3
* Bug 1292006 - Remove cipherType, keyBits, and secretKeyBits from ss->sec, r=ekrMartin Thomson2016-08-051-3/+8
* Bug 1291177: Support the sect571r1 (NIST B-571) curve. r=ttaubertWan-Teh Chang2016-08-051-1/+1
* Bug 1292130, selfserv/tstclnt stale for 30 minutes on Win 2008 x64, r=kaieMartin Thomson2016-08-051-17/+18
* Bug 1283646 - Generate one share for each type of group, r=ekrMartin Thomson2016-07-011-2/+8
* Bug 1282479 - TLS 1.3 draft-13: New key schedule, DHE point format, and 0-RTT...EKR2016-06-011-10/+8
* Backed out changeset de16ad00f641 (bug 1282479)Tim Taubert2016-06-271-8/+10
* Bug 1282479 - TLS 1.3 draft-13: New key schedule, DHE point format, and 0-RTT...EKR2016-06-011-10/+8
* Bug 1279399 - Fix Coverity issues from bug 1266237 r=franziskusMartin Thomson2016-06-201-4/+11
* Bug 1279118 - Remove scan-build errors, r=mtEKR2016-06-091-0/+3
* Bug 1266237 - Enable FFDHE and DHE for TLS 1.3, r=ekrMartin Thomson2016-06-011-579/+339
* Bug 1271882 - Cleanup point formats extension, r=franziskusMartin Thomson2016-05-111-11/+14
* Bug 1269366 - remove unused non-named curve code, r=ttaubert,wtcFranziskus Kiefer2016-05-231-3/+0
* Bug 1273505 - Remove NSS_DISABLE_ECC macros from lib outside of freebl/softto...Martin Thomson2016-05-211-4/+0
* Bug 923089, Support TLS 1.2 PRF with SHA-384 as the hash function. Patch by E...Elio Maldonado2016-05-201-0/+8