Commit History

Author SHA1 Message Date
  Matt Caswell 41b3c9ce2a Fix problem with SCTP close_notify alerts 7 years ago
  Matt Caswell dcf88c5b79 Add better error logging if SCTP AUTH chunks are not enabled 7 years ago
  Matt Caswell 7f517c2676 Remove some commented out code in libcrypto 7 years ago
  Richard Levitte 14097b6a92 Code health: Stop using timeb.h / ftime() (VMS only) 7 years ago
  Richard Levitte 992155d0ea Add bwrite_conv and bread_conv values to methods_dgramp_sctp 8 years ago
  Matt Caswell 3befffa39d Create BIO_write_ex() which handles size_t arguments 8 years ago
  Matt Caswell d07aee2c7a Create BIO_read_ex() which handles size_t arguments 8 years ago
  Rich Salz b1322259d9 Copyright consolidation 09/10 8 years ago
  Richard Levitte 2c25ebd1e2 DJGPP adjustments 8 years ago
  David Benjamin 04f6b0fd91 RT4660: BIO_METHODs should be const. 8 years ago
  Rich Salz 8731a4fcd2 ISSUE 43: Add BIO_sock_shutdown 8 years ago
  Flavio Medeiros b5292f7b40 GH480: Don't break statements with CPP stuff. 9 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 9 years ago
  Richard Levitte d858c87653 Refactoring BIO: Adapt BIO_s_datagram and all that depends on it 9 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 9 years ago
  Ben Laurie 4eacfadedc Fix (incorrect) uninitialised variable warning. 9 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 9 years ago
  Richard Levitte 2443030466 BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does 9 years ago
  Matt Caswell 01b7851aa2 Add BIO_CTRL_DGRAM_SET_PEEK_MODE 9 years ago
  Rich Salz 64b25758ed remove 0 assignments. 9 years ago
  Rich Salz b51bce9420 Add and use OPENSSL_zalloc 9 years ago
  Kurt Roeckx 7f098cb436 Check dgram_sctp_write() return value. 9 years ago
  Kurt Roeckx 03a1c85062 Check BIO_dgram_sctp_wait_for_dry() return value for error 9 years ago
  Matt Caswell 133dce447b Fix compilation failure for some tool chains 9 years ago
  Per Allansson 0baaff1a76 Fix IP_MTU_DISCOVER typo 9 years ago
  Matt Caswell fc52ac9028 Handle unsigned struct timeval members 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz 75ebbd9aa4 Use p==NULL not !p (in if statements, mainly) 9 years ago
  Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes 9 years ago
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 years ago