ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/rsa.c
Revision 6592 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 20:16:57 2015 UTC (9 years, 10 months ago) by michael
File length: 1796 byte(s)
Diff to previous 5347 , to selected 4254
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 2544 byte(s)
Diff to previous 4948 , to selected 4254
- Update copyright years

Revision 4948 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 12:15:48 2014 UTC (10 years, 8 months ago) by michael
File length: 2544 byte(s)
Diff to previous 4565 , to selected 4254
- Renamed variables; const correctness

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 2538 byte(s)
Diff to previous 4254
- Update GPL 2 license headers

Revision 4254 - (view) (annotate) - [selected]
Modified Fri Jul 18 19:07:27 2014 UTC (11 years, 1 month ago) by michael
File length: 2534 byte(s)
Diff to previous 4113
- Cleaned up and sanitized /challenge related code
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes()
  if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.

Revision 4113 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 16:02:52 2014 UTC (11 years, 1 month ago) by michael
File length: 2787 byte(s)
Diff to previous 4110 , to selected 4254
- Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()

Revision 4110 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 15:56:12 2014 UTC (11 years, 1 month ago) by michael
File length: 2794 byte(s)
Diff to previous 3504 , to selected 4254
- rsa.c: make binary_to_hex() more readable

Revision 3504 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:29 2014 UTC (11 years, 3 months ago) by michael
File length: 2802 byte(s)
Diff to previous 3457 , to selected 4254
- Renamed MyMalloc() to MyCalloc()

Revision 3457 - (view) (annotate) - [select for diffs]
Modified Thu May 1 19:42:52 2014 UTC (11 years, 3 months ago) by michael
File length: 2802 byte(s)
Diff to previous 3335 , to selected 4254
- rsa.c:binary_to_hex(): use unsigned int

Revision 3335 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 18:55:31 2014 UTC (11 years, 4 months ago) by michael
File length: 2785 byte(s)
Diff to previous 2916 , to selected 4254
- Style corrections

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
File length: 2778 byte(s)
Diff to previous 2134 , to selected 4254
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2134 - (view) (annotate) - [select for diffs]
Modified Wed May 29 18:59:39 2013 UTC (12 years, 3 months ago) by michael
File length: 2755 byte(s)
Diff to previous 1752 , to selected 4254
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes

Revision 1752 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 19:17:40 2013 UTC (12 years, 7 months ago) by michael
File length: 2802 byte(s)
Diff to previous 1592 , to selected 4254
- Forward-port -r1740 [Fixed yyerror() not reporting configuration errors
  in some cases]

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 2863 byte(s)
Diff to previous 1309 , to selected 4254
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/rsa.c
File length: 2863 byte(s)
Diff to previous 1307 , to selected 4254
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1307 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 09:33:33 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/rsa.c
File length: 2867 byte(s)
Diff to previous 1247 , to selected 4254
- rsa.c:report_crypto_errors: remove ERR_load_crypto_strings call.
  libcrypto error strings are already registered by SSL_load_error_strings()
- rsa.c: remove verify_private_key()

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/rsa.c
File length: 5588 byte(s)
Diff to previous 1156 , to selected 4254
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/rsa.c
File length: 5507 byte(s)
Diff to previous 1155 , to selected 4254
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/src/rsa.c
File length: 5507 byte(s)
Diff to previous 1029 , to selected 4254
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/rsa.c
File length: 5507 byte(s)
Diff to previous 1028 , to selected 4254
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/rsa.c
File length: 5507 byte(s)
Diff to previous 1016 , to selected 4254
- move ircd-hybrid-7.2 to trunk

Revision 1016 - (view) (annotate) - [select for diffs]
Modified Tue Oct 27 18:53:47 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/rsa.c
File length: 5507 byte(s)
Diff to previous 1015 , to selected 4254
- rsa.c: removed outdated and missleading comments

Revision 1015 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/rsa.c
File length: 6139 byte(s)
Diff to previous 1013 , to selected 4254
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
  unportable unless gcc, but for now they only give false warnings

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/rsa.c
File length: 6391 byte(s)
Diff to previous 1011 , to selected 4254
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/rsa.c
File length: 6374 byte(s)
Diff to previous 34 , to selected 4254
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/rsa.c
File length: 6393 byte(s)
Diff to previous 33 , to selected 4254
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/rsa.c
File length: 6393 byte(s)
Diff to previous 32 , to selected 4254
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/rsa.c
File length: 6393 byte(s)
Diff to previous 31 , to selected 4254
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/rsa.c
File length: 6393 byte(s)
Diff to previous 30 , to selected 4254
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/src/rsa.c
File length: 6436 byte(s)
Diff to selected 4254
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 7151)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a