summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* two SHUTDOWN2 got away; noticed by beckderaadt2014-04-142-2/+4
|
* Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).matthew2014-04-132-2/+2
| | | | ok beck deraadt
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-137-66/+66
| | | | | | which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-12/+0
| | | | ok deraadt@
* Remove some stuff that isn't needed.beck2014-04-133-26/+26
| | | | ok miod@ deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-30/+63
|
* resolve conflictsdjm2012-10-136-26/+1091
|
* OpenSSL 1.0.0f: mergedjm2012-01-052-7/+17
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-037-21/+83
|
* resolve conflicts, fix local changesdjm2010-10-0114-441/+688
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-6/+7
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-6/+7
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-1/+9
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-011-1/+9
| | |
* | | resolve conflictsdjm2009-04-062-10/+17
| | |
* | | resolve conflictsdjm2009-01-092-2/+2
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-1/+1
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-091-1/+1
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+62
| | |
* | | resolve conflictsdjm2008-09-0613-118/+406
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+488
|\ \ \ | | | | | | | | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-0614-118/+894
| | | |
| * | | import of openssl-0.9.7jdjm2006-06-273-68/+72
| | | |
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-8/+11
| | | |
| * | | import openssl-0.9.7dmarkus2004-04-076-49/+59
| | | |
| * | | import 0.9.7cmarkus2003-11-114-4/+75
| | | |
| * | | import 0.9.7b (without idea and rc5)markus2003-05-1111-27/+78
| | | |
| * | | import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-1/+1
| | | |
| * | | import openssl-0.9.7-beta3markus2002-09-054-0/+14
| | | |
| * | | import openssl-0.9.7-beta1markus2002-09-0520-1403/+2749
| | | |
| * | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-153-0/+1217
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-58/+65
|\ \ \ \ | | |/ / | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-061-58/+65
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+28
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-061-0/+28
| | | |
| * | | import openssl-0.9.7dmarkus2004-04-071-1/+1
| | | |
| * | | import 0.9.7b (without idea and rc5)markus2003-05-111-1/+1
| | | |
| * | | import openssl-0.9.7-beta3markus2002-09-051-1/+1
| | | |
| * | | import openssl-0.9.7-beta1markus2002-09-051-27/+151
| | | |
* | | | Proper use of fseek/fseeko macros.tobias2007-09-101-1/+1
| | | | | | | | | | | | | | | | OK joris@, otto@
* | | | resolve conflictsdjm2006-06-273-68/+72
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\ \ \ \ | | |/ / | |/| | branch.
| * | | import of openssl-0.9.7jdjm2006-06-271-1/+1
| | | |
* | | | resolve conflictsdjm2005-04-293-8/+11
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+214
|\| | | | | | | | | | | branch.
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+214
| | | |
| * | | import openssl-0.9.7-beta1markus2002-09-051-35/+32
| | | |
* | | | fix lies about snprintfderaadt2005-04-231-2/+3
| | | |
* | | | merge 0.9.7dmarkus2004-04-086-47/+47
| | | |
* | | | merge 0.9.7c; minor bugsfixes;markus2003-11-114-4/+75
| | | | | | | | | | | | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]