Thijs Alkemade
|
f6a9e5510b
Added the groups described in RFC 2409, 3526 and Java's defaults.
|
9 years ago |
Thijs Alkemade
|
06ddb6d74b
Managed to save this file from Apollo.
|
9 years ago |
Thijs Alkemade
|
8efe462008
Some updates to the test to match the ssllabs test more closely.
|
9 years ago |
Thijs Alkemade
|
82da345ddd
Apparently this can also return nil.
|
9 years ago |
Thijs Alkemade
|
51c97db10c
Fix inserting DH group parameters.
|
9 years ago |
Thijs Alkemade
|
5492b156e0
Merged dh-info into default.
|
9 years ago |
Thijs Alkemade
|
3213d136f6
Also store the dh parameters in the database.
|
9 years ago |
Thijs Alkemade
|
e124a53524
Store the EC curve and DH group size for each cipher negotiated.
|
9 years ago |
Thijs Alkemade
|
c24d756aea
Fix the schema.
|
9 years ago |
Thijs Alkemade
|
29ba82ae70
Missed changes in previous commit.
|
9 years ago |
Thijs Alkemade
|
2fa07c45ff
Simplify and fix the import_ca.lua file.
|
9 years ago |
Thijs Alkemade
|
977e4c4fc6
Update schema.pg.sql, remove the list of public servers, as they are fetched automatically now.
|
9 years ago |
Thijs Alkemade
|
472b6e803c
Added subrepos for luasec and prosody too.
|
9 years ago |
Thijs Alkemade
|
8e6406fb97
Fix typo.
|
9 years ago |
Thijs Alkemade
|
42bc00ce3b
Fix previous commit.
|
9 years ago |
Thijs Alkemade
|
f04fdb4b14
Simplifying poke.lua: Postgres is now required, ANSI and HTML outputs are gone.
|
9 years ago |
Thijs Alkemade
|
118920bbb0
Making luaunbound the default, switching to Zash's C bindings, instead of the luajit dependent bindings.
|
9 years ago |
Thijs Alkemade
|
e62bf9b323
This got committed too, by accident.
|
10 years ago |
Thijs Alkemade
|
9d523d6bdc
This file is outdated, if you want to use anything besides Postgres, use the schema.pg.sql file and fix the incompatiblities.
|
10 years ago |
Thijs Alkemade
|
8921d3925c
Added LICENSE file to clarify that xmppoke is licensed under the MIT license.
|
10 years ago |
Thijs Alkemade
|
46b56b2173
Did not mean to include this.
|
10 years ago |
Thijs Alkemade
|
a88773b74f
Not offering any forward-secret ciphers now also caps your score to A-.
|
10 years ago |
Thijs Alkemade
|
306f66f76e
Only care about features pre-TLS.
|
10 years ago |
Thijs Alkemade
|
08d5d3b175
Make sure the connection is properly closed when post-TLS stream features are received.
|
10 years ago |
Thijs Alkemade
|
54aa803ddf
Correctly handle servers that close the connection with that error.
|
10 years ago |
Thijs Alkemade
|
70b345bf73
ssl-handshake-complete doesn't resume the coroutine, so shouldn't set done.
|
10 years ago |
Thijs Alkemade
|
cc84bbb4a0
Indicate the error has been handled.
|
10 years ago |
Thijs Alkemade
|
8d735ea62f
Fix elseif.
|
10 years ago |
Thijs Alkemade
|
0fa93ea9ef
Don't bail when receiving a "your certificate is not trusted" error when doing the "does the server require a peer cert" test.
|
10 years ago |
Thijs Alkemade
|
d45748864a
Don't fail a server when it's using a public key that isn't a RSA key.
|
10 years ago |