Commit Graph

  • f4237f9bf6 local import master inpos 2017-12-18 10:22:46 +0300
  • 6e662a291a import from local dir inpos 2017-12-18 10:15:22 +0300
  • a511463f67 py3 support errors inpos 2017-12-18 09:12:23 +0300
  • 26b0e5ca8f py3 support errors inpos 2017-12-18 09:09:38 +0300
  • a3242f2749 py3 support errors inpos 2017-12-18 09:07:35 +0300
  • d218d92d2f py3 support errors inpos 2017-12-18 09:06:38 +0300
  • b9da8c1323 py3 support errors inpos 2017-12-18 09:04:57 +0300
  • 9d0be7fcdc ssl 1.0.2 inpos 2017-12-17 19:02:06 +0300
  • 85391e63ea execfile not available in Python 3, replacing with exec alternative hades 2017-08-14 13:41:58 +0200
  • 4f90714df1 Setup.py/Python 3 fails as expects a byte stream instead of str hades 2017-08-14 13:40:24 +0200
  • a89dc6533a Setup.py install fails as README.rst does not exist. Using README.md file as fallback instead hades 2017-08-14 13:09:59 +0200
  • 41a71fccd9 Merge branch 'incoming' Ray 2017-04-27 14:14:32 -0700
  • 7cda052bac Release 1.2.3 incoming Ray 2017-04-27 13:53:12 -0700
  • 80d05b7d82 Add optional parameter to DtlsSocket: client_timeout (seconds) If client_timeout is specified, clients that have not communicated within the time frame will be dropped. Jason Youzwak 2017-04-26 20:04:45 -0400
  • 0d6ee12121 Release 1.2.2 Ray 2017-04-10 17:54:29 -0700
  • 0525a1e8b7 Merge branch 'incoming' Ray 2017-04-07 14:13:09 -0700
  • 8ec1dfb56c Installation Fixes and Improvements Ray 2017-04-07 13:53:48 -0700
  • 2045cbea71 Merge branch 'incoming' Ray 2017-04-03 16:00:40 -0700
  • 9bf91c202a Release 1.2.0 Ray 2017-04-03 15:16:37 -0700
  • 7a84c71e80 Release 1.2.0 Preparation Ray 2017-04-03 13:27:34 -0700
  • 343e243384 Merge branch 'mcfreis-clean-redo-in-steps' into incoming Ray 2017-04-02 20:05:01 -0700
  • f20055796c Merge pull request #4 from mcfreis/master Ray Brown 2017-04-02 19:22:50 -0700
  • 8716df8ead Workaround for Windows concerning the MTU size mcfreis 2017-03-30 08:42:26 +0200
  • 129fd349df Merge remote-tracking branch 'refs/remotes/origin/master' into clean-redo-in-steps mcfreis 2017-03-28 08:04:57 +0200
  • 083554e9e0 Minor fixes and "hopefully" compatible to Ubuntu 16.04 mcfreis 2017-03-28 07:59:03 +0200
  • 418655bed0 Merge pull request #3 from mcfreis/master mcfreis 2017-03-23 14:14:33 +0100
  • dade3b8213 Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client() mcfreis 2017-03-23 14:08:20 +0100
  • d12b23ba9f Merge pull request #2 from mcfreis/clean-redo-in-steps mcfreis 2017-03-21 08:10:17 +0100
  • 84d2906a5e Revert "Added supoort for EC-Functions and DTLSv1.2 (Updated OpenSSL-Lib to V1.0.2j)" mcfreis 2017-03-21 08:07:53 +0100
  • 26634280a5 Added a wrapper for a DTLS-Socket either as client or server - including unit tests mcfreis 2017-03-20 16:53:55 +0100
  • ff509e0724 Added more on error evaluation and a method to get the peer certificate chain mcfreis 2017-03-20 16:39:50 +0100
  • 13edf48fdf Added certificate creation using ECDSA mcfreis 2017-03-20 16:08:11 +0100
  • 60f76fac83 Added an interface in SSLConnection() to access SSLContext() and SSL() for manipulating settings during creation mcfreis 2017-03-20 16:00:11 +0100
  • f5b88155fd Added methods getting the curves supported by the runtime openSSL lib mcfreis 2017-03-20 15:15:14 +0100
  • 75a01ed528 Added methods for setting and getting the curves used during negotiation and encryption mcfreis 2017-03-20 15:09:18 +0100
  • 59391e401c Added methods for setting the signature algorithms mcfreis 2017-03-20 14:57:42 +0100
  • c9b614b7e8 Added method SSL_CTX_build_cert_chain() mcfreis 2017-03-20 14:53:53 +0100
  • dd55dffb0c Added methods *_clear_options() and *_get_options() mcfreis 2017-03-20 14:51:50 +0100
  • 83204e8c4d Added new methods for DTLSv1.2 mcfreis 2017-03-20 14:48:42 +0100
  • 8b07f3f46d Updating openSSL libs to v1.0.2l-dev mcfreis 2017-03-20 14:36:33 +0100
  • 70e78b97cb Added interface for SSL_CTX_set_info_callback() mcfreis 2017-03-20 14:27:23 +0100
  • d601774e24 SSL_write() extended to handle ctypes.Array as data mcfreis 2017-03-20 14:19:02 +0100
  • b4911f4949 Beautified lists and maps, grouped imports for easy merges in the future - no changed functionality! mcfreis 2017-03-20 14:14:14 +0100
  • 1c7bdcad16 SSLError(): use errno with int-comparison instead of str().startswith()-comparison mcfreis 2017-03-17 15:31:59 +0100
  • ba51e0bbcd Merge pull request #1 from rbit/master mcfreis 2017-03-16 11:29:03 +0100
  • 622f58358e Compatibility Updates for Python 2.7.12 Ray 2017-02-27 22:37:50 -0800
  • 5776e38445 Added supoort for EC-Functions and DTLSv1.2 (Updated OpenSSL-Lib to V1.0.2j) mcfreis 2017-02-21 14:48:13 +0100
  • 34dc9ca9cd Version rev after fix integration Ray 2014-01-18 20:51:13 -0800
  • 9be54ddd79 Merge pull request #4 from jvantuyl/master Ray Brown 2014-01-18 20:40:21 -0800
  • 7a4919c839 First Stable Release Ray 2014-01-18 18:02:25 -0800
  • 1736a029fb fix missing error import Jayson Vantuyl 2014-01-18 12:16:11 -0800
  • 805cea0a0b Performance test port to Windows Ray Brown 2012-12-24 12:30:55 -0800
  • f62462d5f8 External documentation Ray Brown 2012-12-19 00:49:00 -0800
  • 9add480710 Licensing Ray Brown 2012-12-18 11:14:31 -0800
  • 62f30a1888 Distribution and installation Ray Brown 2012-12-16 20:22:49 -0800
  • 8800ffa238 Add fixed suite port command line option Ray Brown 2012-12-11 19:02:24 -0800
  • d67f48c050 Interactive performance test suite Ray Brown 2012-12-10 20:52:49 -0800
  • 5f97e81a69 Use ssl module locking when available Ray Brown 2012-12-02 13:01:45 -0800
  • 7c6a512f94 64-bit port Ray Brown 2012-12-02 10:39:39 -0800
  • 77a50c7382 Implement and turn on the osnet demux Ray Brown 2012-11-27 21:33:09 -0800
  • ca32b91a9c Linux port Ray Brown 2012-11-26 21:07:56 -0800
  • 9bee9d049f Echo server connection timeout and monitoring Ray Brown 2012-11-25 13:44:55 -0800
  • 821952b669 Multi-thread support Ray Brown 2012-11-22 16:33:27 -0800
  • 1ce7243af5 Add IPv6 unit tests Ray Brown 2012-11-21 19:20:16 -0800
  • 22083e8221 SSL standard library module wire-in Ray Brown 2012-11-21 11:23:03 -0800
  • 4464d0bd84 Certificate formatting and retrieval Ray Brown 2012-11-08 12:04:40 -0800
  • 9bb24c5d29 Initial commit: up to and including data exchange functionality Ray Brown 2012-10-29 12:44:24 -0700
  • 91323b475b Initial commit rbit 2012-10-28 19:53:24 -0700