summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
* add in manual from outoforder.cc websiteHEADmasterEdward Rudd2011-07-131-0/+915
|
* Changed Version String to 0.5.100.5.10Dash Shendy2011-07-081-1/+1
|
* Compilation FixupsDash Shendy2011-07-082-1/+6
| | | | Signed-off-by: Dash Shendy <neuromancer@dash.za.net>
* Proxy (TLS termination) patchDash Shendy2011-07-082-9/+11
| | | | Signed-off-by: Dash Shendy <neuromancer@dash.za.net>
* EOC Bucket Infinite Loop BugfixDash Shendy2011-07-081-50/+35
| | | | Signed-off-by: Dash Shendy <neuromancer@dash.za.net>
* GnuTLSCache can now take a single argument (none).Nikos Mavrogiannopoulos2010-11-164-4/+9
|
* indented codeNikos Mavrogiannopoulos2010-10-256-2892/+3101
|
* reduced warning level of TLS errors.Nikos Mavrogiannopoulos2010-09-241-4/+4
|
* Updated for 0.5.9Nikos Mavrogiannopoulos2010-09-241-1/+1
|
* Only allow two options for DB. Berkeley DB and gdbm. The other optionsNikos Mavrogiannopoulos2010-09-244-12/+13
| | | | such as SDBM had serious limitations. Thanks to Hardy Griech for pointing out.
* The GnuTLSCache variable now can be given the specificNikos Mavrogiannopoulos2010-09-234-14/+29
| | | | | option "sdbm" instead of "dbm". "dbm" will use the default dbm type of libapr while sdbm will force sdbm to be used.
* bumped versionNikos Mavrogiannopoulos2010-09-231-1/+1
|
* Corrected behavior in Keep-Alive connections (do notNikos Mavrogiannopoulos2010-09-222-11/+7
| | | | terminate the connection prematurely)
* Released 0.5.8.Nikos Mavrogiannopoulos2010-08-182-2/+5
|
* Safer usage of session variable to prevent segmentation faults on closure. ↵Nikos Mavrogiannopoulos2010-08-182-14/+63
| | | | Should solve issue #106.
* Depend on libgnutls for the activation and expiration time checks.Nikos Mavrogiannopoulos2010-07-021-23/+13
|
* Session tickets are enabled by default.Nikos Mavrogiannopoulos2010-07-022-0/+4
|
* Added option to turn on/off session tickets.Nikos Mavrogiannopoulos2010-07-015-2/+26
|
* Released 0.5.7.Nikos Mavrogiannopoulos2010-07-012-2/+2
|
* Force SDBM.Nikos Mavrogiannopoulos2010-07-013-74/+59
|
* More libgcrypt fixes.Nikos Mavrogiannopoulos2010-06-301-5/+4
|
* Added missing var.Nikos Mavrogiannopoulos2010-06-301-0/+1
|
* Use libgcrypt calls only if gnutls is older than 2.11.0Nikos Mavrogiannopoulos2010-06-302-1/+7
|
* added more text on session ticketsNikos Mavrogiannopoulos2010-06-271-1/+4
|
* Check the cache DB every 15 minutes instead of checking on every write.Nikos Mavrogiannopoulos2010-06-272-1/+9
|
* open the database as readonly when fetching.Nikos Mavrogiannopoulos2010-06-271-1/+1
|
* properly initialize variable.Nikos Mavrogiannopoulos2010-06-271-2/+5
|
* Added support for session tickets.Nikos Mavrogiannopoulos2010-06-271-1/+9
|
* Force support of safe renegotiation.Nikos Mavrogiannopoulos2010-06-272-1/+8
|
* bumped versionNikos Mavrogiannopoulos2010-03-241-1/+1
|
* (no commit message)Nikos Mavrogiannopoulos2010-03-241-1/+1
|
* Corrected issue with firefox and long post data (had to do ↵Nikos Mavrogiannopoulos2010-03-153-3/+27
| | | | | with read function not handling EAGAIN and EINTR correctly).
* On connection termination be polite and send a bye (common handling of EOC ↵Nikos Mavrogiannopoulos2009-07-211-6/+14
| | | | and EOS).
* removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Nikos Mavrogiannopoulos2009-07-211-1/+1
|
* More fixes related to bug #102Nikos Mavrogiannopoulos2009-07-201-6/+12
|
* Applied patch of jmdesp that allows certificate lists by client.Nikos Mavrogiannopoulos2009-07-201-17/+45
|
* only call gnutls_bye on non null gnutls session.Nikos Mavrogiannopoulos2009-07-201-3/+5
|
* Avoid requesting certificate from client when we already have it. Patch by ↵Nikos Mavrogiannopoulos2009-06-301-0/+6
| | | | AlainKnaff.
* Applied patch by AlainKnaff to correctly verify certificates per directory. ↵Nikos Mavrogiannopoulos2009-06-301-6/+8
| | | | | | | Patch by AlainKnaff. Solves: http://issues.outoforder.cc/view.php?id=93
* set srp username to empty string. Solves ↵Nikos Mavrogiannopoulos2009-06-301-2/+2
| | | | http://issues.outoforder.cc/view.php?id=92
* Try to avoid bug http://issues.outoforder.cc/view.php?id=102Nikos Mavrogiannopoulos2009-06-301-3/+6
|
* Allow openpgp certificates that have infinite expiration time. Suggestion by ↵Nikos Mavrogiannopoulos2009-06-301-3/+5
| | | | MattLoar at http://issues.outoforder.cc/view.php?id=96.
* Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes ↵Nikos Mavrogiannopoulos2009-06-302-5/+7
| | | | Taifersar Arahesis <arfrever.fta@gmail.com>.
* do not try to send empty packs using TLS. This this has a special meaning ↵Nikos Mavrogiannopoulos2009-06-131-14/+17
| | | | and could result in clients closing connections.
* if private key import fails try as pkcs8 key.Nikos Mavrogiannopoulos2009-05-211-1/+6
|
* removed limit on ca certificates' numberNikos Mavrogiannopoulos2009-01-243-11/+34
|
* bumped version and updated the detection script to work with pkg-config.Nikos Mavrogiannopoulos2009-01-043-30/+34
|
* Added patch to fix issue with mod_proxy. Investigation and patch by Alain Knaff.Nikos Mavrogiannopoulos2009-01-041-0/+4
| | | | | | | | | | | | | It seems that the reason for this behavior is that the mgs_hook_pre_connection is being called both for incoming and outgoing (mod_proxy) connections. The attached patch (mod_proxy.patch) tries to find out in which case we are, and returns OK without doing anything if it is an outgoing connection. The method of telling both cases apart (namely, checking whether remote address' hostname is set) may seem somewhat hackish, but it does work, even if HostnameLookups is set to On. If ever there is a problem with this method, we might need to check local port instead (whether it is 443), but that would break if a non-standard https port was used.
* APLOG_EMERG was replaced with APLOG_STARTUP for startup messages.Nikos Mavrogiannopoulos2008-11-021-4/+4
|
* modified definition to extern to avoid compilation errors in darwin.Nikos Mavrogiannopoulos2008-10-192-1/+6
|