summaryrefslogtreecommitdiff
path: root/src/lib/libssl/dtls1.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-246/+0
|
* Jettison DTLS over SCTP.jsing2015-02-091-13/+1
| | | | | | | | OpenBSD does not have SCTP support and it sees little use in the wild. OPENSSL_NO_SCTP is already specified via opensslfeatures.h, hence this is a code removal only and symbols should remain unchanged. ok beck@ miod@ tedu@
* Remove trailing whitespace.jsing2014-12-141-6/+6
|
* Sort and group includes.jsing2014-11-161-3/+5
|
* decompress libssl. ok beck jsingtedu2014-07-101-6/+1
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Since pqueue is a private interface and the header defining the structguenther2014-06-021-4/+3
| | | | | | | | isn't even exported, there's no (sane) way for someone else to use the typedef. Eliminate the typedef and just use "struct _pqueue *". duplicate typedef pointed out by Brent Cook (busterb (at) gmail.com) ok miod@
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-5/+0
| | | | a not quite appropriate data structure. ok jsing
* Add explicit #include lines for stdio.h, stdlib.h and string.h; these filesmiod2014-05-221-0/+3
| | | | | | | | | | | | used to be pulled via <openssl/pqueue.h> which got removed, and it turns out that there is code in the wild which currently relies upon these headers to be brought in scope by including <openssl/dtls1.h>. Although such code needs to be fixed to not rely upon any system header being automagically included by including ssl headers, our goal is not to break code for the sake of it (ok, maybe from time to time). Hopefully, this commit can be reverted in a not-so-distant future.
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-1/+3
| | | | | | | | | inclusion in <ssl/dtls1.h> by the benign `struct _pqueue; typedef struct _pqueue *pqueue;'. Note that said dtls1.h should probably be considered a private header as well... ok beck@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-33/+23
| | | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. There is still a huge amount of inconsistency within these headers.
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-11/+0
| | | | ok deraadt@
* Remove vms support stuff.beck2014-04-131-4/+0
| | | | ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+6
|
* resolve conflictsdjm2012-10-131-1/+17
|
* resolve conflicts, fix local changesdjm2010-10-011-6/+55
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+7
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+211