andrei      2008/07/02 14:13:02 CEST

  SER CVS Repository

  Modified files:
    modules/auth         api.c nonce.c nonce.h 
  Log:
  - switched nonces to base64 => shorter nonces (32 instead of 48 and 56
   instead of 80) allowing more space for future extensions; slightly
   faster processing.
  - more relaxed nonce length checks (to allow for a nonce generated before a
   ser restart without auth_extra_checks to be considered stale after the
    restart with auth_extra_checks enabled)
  - nonce creation <-> ser start time check minor fix
  
  Revision  Changes    Path
  1.21      +10 -4     sip_router/modules/auth/api.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/api.c.diff?r1=1.20&r2=1.21
  1.18      +108 -148  sip_router/modules/auth/nonce.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/nonce.c.diff?r1=1.17&r2=1.18
  1.12      +27 -19    sip_router/modules/auth/nonce.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/nonce.h.diff?r1=1.11&r2=1.12
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to