/[hydra]/hydra/src/ssl.c
ViewVC logotype

Log of /hydra/src/ssl.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to hydra_0_1_6: (view) (annotate)
Sticky Tag:

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Jul 24 17:35:38 2004 UTC (19 years, 8 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_6, hydra_0_1_6_without_hic, hydra_0_1_7
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 , to selected 1.9
* Some changes to support the new PHP REQUEST_STATUS environment
  variable.
* Some fixes for gnutls.


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Apr 3 10:27:46 2004 UTC (19 years, 11 months ago) by nmav
Branch: MAIN
Changes since 1.17: +3 -0 lines
Diff to previous 1.17 , to selected 1.9
ported to the new gnutls 1.0.9


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Nov 3 10:59:45 2003 UTC (20 years, 4 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_4
Changes since 1.16: +70 -48 lines
Diff to previous 1.16 , to selected 1.9
ported to gnutls 0.9.x and some other minor fixes.


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Jan 22 07:51:50 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 , to selected 1.9
merged changes from 0.1.x branch.


Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Oct 29 12:13:54 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_10, hydra_0_1_0
Branch point for: hydra_0_1_0_patches
Changes since 1.14: +17 -15 lines
Diff to previous 1.14 , to selected 1.9
*** empty log message ***


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Oct 12 08:23:16 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8, hydra_0_0_9
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.9
*** empty log message ***


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Oct 10 11:54:35 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_7
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.9
fixed the printing of alert message.


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Oct 8 21:04:43 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 , to selected 1.9
generate_x509_dn() was moved to libgnutls (0.5.9 or later).


Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Oct 6 07:52:59 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 , to selected 1.9
more SSL cleanups.


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Oct 5 16:42:53 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.9: +119 -8 lines
Diff to previous 1.9
Corrected behavour in SIGHUP signal handling, and now can read
the SSL related variables.


Revision 1.9 - (view) (annotate) - [selected]
Sat Oct 5 10:20:45 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Oct 5 09:39:36 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.7: +19 -10 lines
Diff to previous 1.7 , to selected 1.9
More SSL additions.


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Oct 5 08:32:52 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.6: +57 -1 lines
Diff to previous 1.6 , to selected 1.9
Added options in configuration file, to request and verify a client certificate.


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Oct 4 19:09:12 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 , to selected 1.9
CGIs now can get SSL_* variables. This is pretty much compatible with mod_ssl.


Revision 1.5 - (view) (annotate) - [select for diffs]
Sat Sep 28 16:32:37 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_3, hydra_0_0_4, hydra_0_0_5, hydra_0_0_6
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.9
In sighup and sigterm, the HIC thread is terminated as well.


Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Sep 27 07:09:15 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 , to selected 1.9
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Sep 27 07:03:45 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +43 -6 lines
Diff to previous 1.2 , to selected 1.9
Added locks in the SSL session cache.


Revision 1.2 - (view) (annotate) - [select for diffs]
Sun Sep 22 15:10:36 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: BOAS_WITH_RANGES_AND_CGI, hydra_0_0_2
Changes since 1.1: +50 -27 lines
Diff to previous 1.1 , to selected 1.9
reentracy fixes in regeneration of TLS parameters.


Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Sep 21 13:53:23 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Branch point for: boas
Diff to selected 1.9
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26