CVS log for loncom/lonssl.pm

[BACK] Up to [LON-CAPA] / loncom

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 14 02:05:38 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.23: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.23: +27 -9 lines
- Include verification of common name when creating SSL tunnel unless
  connecting to/from pre-2.12 node.
- $IO::Socket::SSL::DEBUG is set to current $DEBUG value so debugging
  from IO/Socket/SSL.pm is written to lond_errors or lonc_errors.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:15:26 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.22: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.22: +2 -2 lines
- Typo in rev. 1.22

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 11 13:05:40 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.21: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.21: +9 -3 lines
- Support Certificate Revocation List checking.
  - Change order of args in lonssl::Read_Connect_Config() as third arg used
    by call from lond (for Server) but not from LondConnection (Client)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 10 17:34:22 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.20: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.20: +13 -6 lines
- Verification of CN when creating SSL tunnel on multi-domain servers.
  CN is default lonid, i.e., one listed last for the node's hostname in
  hosts.tab and/or dns_hosts.tab.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Dec 3 03:40:39 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.19: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.19: +5 -5 lines
- Use three-argument open() to separate file mode from the filename.
- Remove some trailing whitespace.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 20 18:53:20 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +3 -7 lines
- Reverse unneeded rev 1.17 changes in args passed to Read_Connect_Config(),
  (init of %crlchecked() occurs in LondConnection::ReadConfig() instead).

Revision 1.18: download - view: text, markup, annotated - [selected for diffs]
Thu Aug 9 13:27:55 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +18 -13 lines
- Compatibility with pre-2.12 LON-CAPA versions of loncnew.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 7 17:12:08 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.16: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.16: +94 -27 lines
- Support Certificate Revocation List checking when using SSL channel
  for key exchange during negotiation of connection to remote lond.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 29 03:03:36 2018 UTC (5 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.15: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.15: +19 -10 lines
- Include verification of common name when creating SSL tunnel. Fall back
  to insecure connection (if allowed) if verification fails.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 28 05:42:06 2017 UTC (7 years ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.14: +61 -1 lines
- Use of LON-CAPA SSL certificates to create secure channel for exchange of
  encryption key between LON-CAPA nodes can be set to: "no", "yes", "req"
  (i.e., required) separately for outbound (i.e., lonc) and inbound connections
  (i.e., lond) in domain config (default domain only on a multi-domain server).
- Can differentiate between connections between nodes in same domain, nodes
  in same "internet" domain. and nodes in neither.
- Supercedes use of loncAllowInsecure and londAllowInsecure from loncapa.conf
  on each node.
- Run /home/httpd/perl/loncron --justreload (as www) after changing domain config

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 8 03:15:13 2015 UTC (8 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.13: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.13: +12 -2 lines
- Eliminate warnings in lonc_errors where SSL is in use for internal
  LON-CAPA communication and distro has IO::Socket::SSL rev. 1.79 or
  newer.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Nov 7 18:41:11 2015 UTC (8 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.12: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.12: +2 -2 lines
- Typo (same change as in rev 1.12).

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 15 13:40:27 2015 UTC (8 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.11: +2 -2 lines
- Typo.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 6 02:22:11 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.10: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.10: +3 -3 lines
- Fix typos.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 25 17:49:15 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.9: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.9: +4 -4 lines
- more bad syntax bug#4975

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 17 10:15:46 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
CVS tags: version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.8: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.8: +19 -9 lines
Turn down the logging volume now that the ssl stuff looks like it's functional.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 17 09:27:38 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.7: +81 -12 lines
Debug ssl based key exchange support

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 1 09:53:44 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.6: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.6: +3 -4 lines
Fix up parameter passingot match Guy's standards.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 28 09:37:03 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.5: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.5: +69 -66 lines
- Accept arguments according to loncapa coding standard
- Retabinate.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 27 10:26:19 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.4: +3 -3 lines
Fix an error in a comment

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 27 10:03:58 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.3: +113 -2 lines
Got a good compile out of it.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 26 21:45:46 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.2: +41 -42 lines
- style police

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 26 11:12:58 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.18: preferred, colored
Changes since revision 1.1: +135 -0 lines
Add coded versions of:

     PromoteClientSocket
     PromoteServerSocket
     Close

Who knows if I commit often enough, maybe I'll win!!

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 26 10:19:54 2004 UTC (19 years, 10 months ago) by foxr
Branches: MAIN
Diff to selected 1.18: preferred, colored
This file will contain common and useful code used by lond and lonc
when negotiating a  secure exchange of the session key
via an ssl tunnel.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>