Commit Graph

  • dd9688cf12 Merge pull request #39 from Tieske/win-certs Bruno Silvestre 2015-04-17 09:51:35 -0300
  • 7c02208590 added batch files to generate sample certs on Windows Thijs Schreijer 2015-04-03 23:51:16 +0200
  • 4e59c719df Perform all validation before allocating structures Kim Alvefur 2015-03-31 17:48:44 +0200
  • 39b68f9140 fix default port problem, disallow insecure redirects by default Thijs Schreijer 2015-03-23 20:18:25 +0100
  • a2309161e1 add build artifacts and binaries to git ignore list Thijs Schreijer 2015-03-23 17:35:16 +0100
  • 94d0fabb08 fix: insert correct port in case of http Thijs Schreijer 2015-03-23 14:59:55 +0100
  • 57c1fcec6f implemented http <-> https redirects Thijs Schreijer 2015-03-22 09:49:45 +0100
  • ec65dfe59b try implements redirects Thijs Schreijer 2015-03-22 09:08:28 +0100
  • aa0c7ea1e5 Validate signatures too. Kim Alvefur 2015-03-20 16:36:05 +0100
  • 3862e76df9 Fix inet_ntop() on Windows. Bruno Silvestre 2015-03-12 17:05:53 -0300
  • dce7073e6a fix silently redirecting Thijs Schreijer 2015-03-08 16:33:11 +0100
  • 9e93748671 Merge branch 'master' of https://github.com/brunoos/luasec Thijs Schreijer 2015-03-08 16:24:44 +0100
  • 52e2adcdbc Merge branch 'master' of https://github.com/brunoos/luasec Petr Kristan 2015-03-04 13:49:41 +0100
  • 148a56f26c Merge branch 'moteus_rock' Thijs Schreijer 2015-03-02 13:26:20 +0100
  • 9183cb724f added bindir to lib section, as mingw links against dll's to be found in bindir Thijs Schreijer 2015-03-02 13:25:49 +0100
  • b6327b95b4 updated defines in rockspec Thijs Schreijer 2015-03-02 11:43:40 +0100
  • a334f11abf Merge branch 'master' of github.com:Tieske/luasec into moteus_rock Thijs Schreijer 2015-03-02 11:37:51 +0100
  • 932465c66a gitignore build artifacts Thijs Schreijer 2015-03-02 11:33:37 +0100
  • 474b105087 use winsock 2 Thijs Schreijer 2015-03-02 11:21:48 +0100
  • 65da178ca3 alternative rockspec Thijs Schreijer 2015-03-02 11:11:25 +0100
  • 1ab6fac919 Don't set globals from C. Bruno Silvestre 2015-02-12 16:32:54 -0200
  • 91d378a86e Fix unpack(). Bruno Silvestre 2015-02-12 16:29:02 -0200
  • 55d134f685 Merge 199f5fafe9 into 356e03a64d Kim Alvefur 2015-02-11 20:36:09 +0000
  • 199f5fafe9 Don't set globals from C Kim Alvefur 2015-02-11 21:34:09 +0100
  • 356e03a64d Stop using module(). Bruno Silvestre 2015-02-06 18:07:29 -0200
  • 97b1974039 Change to luaL_newlib(). Bruno Silvestre 2015-02-06 17:44:08 -0200
  • 9cb5220759 Remove luaL_optint() and luaL_checkint(). Bruno Silvestre 2015-02-06 16:53:34 -0200
  • b7971db534 Merge ab6e984b40 into acbf575420 Kim Alvefur 2015-01-28 19:59:27 +0000
  • 99f4933bba Merge cf4e0af1c2 into acbf575420 Alexey Savartsov 2015-01-28 19:59:23 +0000
  • acbf575420 BSD headers. Bruno Silvestre 2015-01-28 16:38:00 -0200
  • a9b81b1c10 Merge pull request #21 from Zash/zash/iPAddress-fix Bruno Silvestre 2015-01-28 16:24:02 -0200
  • ab42d4ec86 Stop if we don't have a string. Bruno Silvestre 2015-01-28 16:19:19 -0200
  • 12e1b1f1d9 Merge pull request #30 from lluixhi/master Bruno Silvestre 2015-01-28 15:07:07 -0200
  • 5240c02f3d Changed for strict compiles. Lluixhi Scura 2015-01-16 09:12:14 -0800
  • 4c7339cace Fix for LibreSSL/OPENSSL_NO_COMP Lluixhi Scura 2015-01-16 08:55:22 -0800
  • f514e9fb1b Problem on Win64, since double does not represent SOCKET_INVALID exactly. Bruno Silvestre 2014-09-10 14:41:09 -0300
  • 84cb83b92f - Add a parameter to server:sni(), so that we can accept an unknown name, using the initial context. - Add the method :getsniname() to retrieve the SNI hostname used. Bruno Silvestre 2014-09-09 21:48:26 -0300
  • 0c58a8f9b8 Updated (and renamed) rockspec Windows Thijs Schreijer 2014-08-24 09:21:27 +0200
  • 3770f928d8 Create luasec-scm-1.rockspec Thijs Schreijer 2014-08-23 11:26:01 +0200
  • ebdf4737d1 Added makefile target windows Petr Kristan 2014-08-19 08:10:05 +0200
  • cf4e0af1c2 Don't use deprecated module function Alexey Savartsov 2014-07-03 12:55:22 +0000
  • ab6e984b40 Expose all options as a set Kim Alvefur 2014-07-03 13:31:39 +0200
  • f13aee5dac Encode iPAddress fields in human readable form Kim Alvefur 2014-06-08 13:20:47 +0200
  • b83d2c6a91 Don't try to encode IP addresses as UTF-8 Kim Alvefur 2014-06-08 12:47:58 +0200
  • c276e9ff60 Return early if ASN1 string is invalid Kim Alvefur 2014-06-08 12:41:20 +0200
  • 1ade1542d7 Push nil if unable to encode ASN1 string as UTF-8 Kim Alvefur 2014-06-08 12:38:52 +0200
  • 97e836696b Return human readable error message from cert:issued() Kim Alvefur 2014-04-22 01:17:34 +0200
  • 903efaf3b1 SNI support. Bruno Silvestre 2014-04-21 13:20:17 -0300
  • cc2fb8ee75 SNI support. Bruno Silvestre 2014-04-21 13:18:20 -0300
  • 77637e9d3c Merge pull request #17 from Zash/zash/checkkey brunoos 2014-04-21 13:07:38 -0300
  • a481015217 Merge pull request #19 from Zash/zash/pubkey brunoos 2014-04-21 11:52:40 -0300
  • 7e057782c1 Merge dd659d394d into 8fd31f3ad2 Kim Alvefur 2014-04-19 21:13:40 +0000
  • 11eaec6520 Add cert:pubkey() to methods registry Kim Alvefur 2014-04-19 23:11:32 +0200
  • d2c87d71f7 Add cert:issued(leafcert) for checking chains Kim Alvefur 2014-04-19 22:58:28 +0200
  • 8fd31f3ad2 Wrong type. Bruno Silvestre 2014-04-18 22:50:40 -0300
  • 55d45f0542 Check if private key matches cert only if both key and cert are set Kim Alvefur 2014-02-05 16:51:30 +0100
  • 8e5bcefbb6 Check that certificate matches private key Kim Alvefur 2014-02-05 01:48:58 +0100
  • eb8cb33160 Add method for extracting public key, type and size from x509 objects Kim Alvefur 2014-02-05 01:39:30 +0100
  • e0fecec63f Merge 8be4741154 into 21aefcf67d Jonas Wielicki 2014-01-30 10:40:47 -0800
  • 21aefcf67d Version number -> 0.5. luasec-0.5 Bruno Silvestre 2014-01-29 18:43:33 -0200
  • 89375f495a Examples update. Bruno Silvestre 2014-01-29 17:47:27 -0200
  • 46d6078e82 Merge branch 'master' of https://github.com/brunoos/luasec Bruno Silvestre 2013-10-23 13:53:43 -0200
  • ce504d3554 Add x509:setencode() function to change the encode of ASN.1 string. Bruno Silvestre 2013-10-23 13:42:34 -0200
  • 1d38b1b856 Merge fcea01d6c6 into 4a95102cc8 Thijs Alkemade 2013-09-25 03:58:13 -0700
  • fcea01d6c6 x509: Correctly use a signed integer so errors can be checked. Thijs Alkemade 2013-09-25 12:57:53 +0200
  • dd659d394d Add method for extracting public key, type and size from x509 objects Kim Alvefur 2013-09-24 16:01:00 +0200
  • 24f5b27eb4 x509: Handle non-UTF8 ASN1 strings correctly by converting them to UTF8. Thijs Alkemade 2013-09-24 01:17:50 +0200
  • 4a95102cc8 Merge pull request #8 from xnyhps/protocol_version brunoos 2013-09-16 09:25:39 -0700
  • 033dea3dfc Merge 1a75704ff0 into fe782fde14 Thijs Alkemade 2013-09-16 09:19:51 -0700
  • fe782fde14 Merge pull request #10 from darkrain42/master brunoos 2013-09-16 09:17:58 -0700
  • becc8ee329 Merge 1d920fc13c into 063e8a8a5c Paul Aurich 2013-09-15 13:08:43 -0700
  • 1d920fc13c context: Don't leak DH* in dhparam_cb Paul Aurich 2013-09-09 21:02:41 -0700
  • 0dab860770 context: Link SSL_CTX to p_context (not lua_State) Paul Aurich 2013-09-09 20:29:54 -0700
  • 8cf7eb2d78 context: for dhparam_cb, pass is_export as boolean Paul Aurich 2013-08-28 21:01:55 -0700
  • 9c7c96f2a0 Add useful context to various error messages Paul Aurich 2013-09-07 15:56:55 -0700
  • 9262f9e7de ssl.lua: Comment subtle DH/ECDH ordering caveat Paul Aurich 2013-09-07 14:51:30 -0700
  • 3fb33cdc4e context: Don't leak EC_KEY in set_curve() Paul Aurich 2013-09-07 14:44:23 -0700
  • a344f58b20 context: Wrap find_ec_key in #ifndef OPENSSL_NO_ECDH Paul Aurich 2013-09-07 13:31:41 -0700
  • 1a75704ff0 Report the actual TLS version used, not the version the cipher belongs to. Thijs Alkemade 2013-09-06 13:52:34 +0200
  • 8be4741154 Remove embedded luasocket Jonas Wielicki 2013-07-31 14:30:22 +0200
  • 63da5d9117 ifdef another reference to OpenSSL ECDH Jonas Wielicki 2013-07-31 13:23:16 +0200
  • 063e8a8a5c - using buffer from luasocket 3.0. - adding getstats() and setstats(). Bruno Silvestre 2013-06-20 13:03:58 -0300
  • 9f16c6fb11 Merge pull request #4 from darkrain42/master Matthew Wild 2013-06-13 15:04:54 -0700
  • 7532f3b729 context: Support explicit selection of TLS v1.1 and v1.2 Paul Aurich 2013-06-12 19:06:16 -0700
  • 2dae14877e options: Remove dead code Paul Aurich 2013-06-12 18:38:44 -0700
  • 4c5ce1b177 context: Incidental cleanup Paul Aurich 2013-06-12 18:36:35 -0700
  • 9bda3322fb context: no_compression is options, not verify Paul Aurich 2013-06-12 18:33:19 -0700
  • a3b7b5d2db Merge 8f695ee250 into 908fc346d2 daurnimator 2013-05-30 14:33:07 -0700
  • 8f695ee250 session: Fix session free checks daurnimator 2013-05-30 17:33:00 -0400
  • fc4bf422ba session: Manipulate a session's establishment time daurnimator 2013-05-30 17:09:56 -0400
  • 962dbcd4d8 session: Per-session timeout manipulation daurnimator 2013-05-30 17:09:24 -0400
  • 6a314f93f8 session: Add id method daurnimator 2013-05-30 17:07:10 -0400
  • 340993d9a5 context: Add set session cache timeout daurnimator 2013-05-30 17:05:37 -0400
  • 84dc29308d Fix sample client (don't keep setting session) daurnimator 2013-05-30 17:04:00 -0400
  • 854cad4e25 context: Add cache size management daurnimator 2013-05-30 16:33:45 -0400
  • 9f4ff27f8f Add sample of session reuse daurnimator 2013-05-30 15:31:09 -0400
  • f9c60005ec context: Use a seperate method table daurnimator 2013-05-30 15:30:25 -0400
  • 395b165e96 ssl.lua: Add config options to initialise setsessioncachemode and setsessionidcontext daurnimator 2013-05-30 15:27:04 -0400
  • 7629c8937a ssl: Add method reused which returns if a session has been regotiated or not daurnimator 2013-05-30 15:26:04 -0400
  • a87f56d269 context: Add setsessionidcontext and setsessioncachemode daurnimator 2013-05-30 15:25:33 -0400