2001-09-19  Balazs Scheidler  <bazsi@balabit.balabit>

	* pssl.c: do not free string variables exported to python, they
	are freed by pyvars instead

2001-09-04  Balazs Scheidler  <bazsi@balabit.hu>

	* resynced with commercial version

2001-05-07  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c (pssl_set_config_defaults): initialize poll here,
	(pssl_proxy_free): free poll here,
	(many): moved to ZSSLSession * to avoid verification leak,
	(pssl_init_stacked_streams): split from pssl_init_streams,
	(pssl_main): new function, cleaned up calling startup events,
	fixed stacking problem

2001-04-24  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c (pssl_register_vars): fixed a bug in server_cert and
	server_key, they referred to the client_* variables

2001-04-13  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c: adapted to the new SSL core

2001-04-11  Balazs Scheidler  <bazsi@balabit.hu>

	* Pssl.py: use named imports

2001-04-10  Szalay Attila  <sasa@balabit.hu>

	* pssl.c (zorp_module_init): Change proxy type to ZR_SPROXY.

2001-04-04  Balazs Scheidler  <bazsi@balabit.hu>

	* configure.in: bumped version number to 1.0.0

	* pssl.c: adapted to the new logging macros

2001-03-29  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c: moved z_stream_ssl to zorp-core.

2001-03-26  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c: fixed EOF handling so stacked proxies have a chance to
	send buffered data even one of the SSL enabled sides have closed
	connection,
	(pssl_init_client_ssl): SSL_CTX_check_private_key() returns TRUE
	if successful, FALSE otherwise, behave accordingly (the code checked
	the value < 0 for errors)
	(pssl_init_server_ssl): -"-

2001-03-08  Balazs Scheidler  <bazsi@balabit.hu>

	* pssl.c (zorp_module_init): removed SSL initialization

2001-02-19  Balazs Scheidler  <bazsi@balabit.hu>

	* Pssl.py: set stack_proxy before calling Proxy.__init__,
	otherwise it could be a race condition

2001-02-15  Balazs Scheidler  <bazsi@balabit.hu>

	* Pssl.py: documentation added, stack_proxy definition moved from
	class declaration to __init__()

2001-02-15  Szalay Attila  <sasa@balabit.hu>

	* pssl.c (_PsslProxy): Divide verify_type and verify_depth into client
	and server side.

2001-01-25  Szalay Attila  <sasa@balabit.hu>

	* configure.in: Bugfix. Zorp now compile when not installed before.

2001-01-19  Szalay Attila  <sasa@balabit.hu>

	* Pssl.py: New variables. SSL_VERIFY_*, for peer authentication type.

	* pssl.c (pssl_init_client_ssl): New function. Verify peer with know
	certificates.
	(pssl_init_server_ssl): - "" -

	* Starting new ChangeLog for pssl proxy

	* Split modules from zorp-core.

