summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/buffer/buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unbreak build this needed to be an and..beck2014-07-131-2/+2
| | | | ok jsing@
* Take out __bounded__ in the include files we use it in when not on OpenBSD.beck2014-07-131-1/+4
| | | | | | | while we can take it out in portable at compile time, it is still a problem when we install this header file on a system that doesn't support __bounded__ if this is unguarded. ok miod@ bcook@
* Unifdef -UNO_SYS_TYPES_Hmiod2014-06-241-4/+1
|
* Add more bounded attributes to the buffer and md5/sha headers in libsslavsm2014-06-141-3/+5
| | | | ok miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Initial KNF.jsing2014-04-171-11/+10
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* resolve conflicts, fix local changesdjm2010-10-011-4/+5
|
* resolve conflictsdjm2008-09-061-2/+15
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+9
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-15/+6
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+107
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.