summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/b_sock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert unintended whitespace changes.jsing2014-04-171-4/+4
|
* > As I walk through the valley of the shadow of deathtedu2014-04-161-267/+2
| | | | | | | | | > I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod
* More KNF.jsing2014-04-161-28/+31
|
* Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.jsing2014-04-151-37/+1
| | | | ok miod@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-522/+503
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-21/+21
| | | | | | which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew
* resolve conflictsdjm2012-10-131-1/+1
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-1/+28
|
* resolve conflicts, fix local changesdjm2010-10-011-40/+202
|
* resolve conflictsdjm2008-09-061-13/+47
|
* merge 0.9.7dmarkus2004-04-081-6/+6
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+14
|
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-061-6/+6
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-26/+40
|
* openssl-engine-0.9.6a mergebeck2001-06-221-7/+7
|
* openssl-engine-0.9.6 mergebeck2000-12-151-16/+21
|
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+19
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-122/+197
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+628
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.