view doc/core-signals.dox @ 21927:a464f202e6c4

Add the StartCom Free SSL Certificate Authority certificate (as used by jabber.org), and change the order of certificate validation checks so that CA mismatch is detected before name checking. There's still lots of room for improvement in certificate validation because the first Accept or Reject overrides any subsequent checks.
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 23 Dec 2007 17:16:14 +0000
parents e0613cf8c493
children 4179ab2cfe1f
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 @see core.h

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when libpurple is quitting.
 @endsignaldef

 */
// vim: syntax=c.doxygen tw=75 et