summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_sock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing space before =tb2023-08-071-2/+2
|
* Hide symbols in asn1 and biobeck2023-07-051-2/+5
| | | | ok jsing@
* Add a new, mostly empty, bio_local.h and include it in the filestb2022-01-071-1/+3
| | | | | | that will need it in the upcoming bump. discussed with jsing
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-011-3/+3
| | | | | | functions. ok beck, jsing
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+1
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-4/+6
| | | | | | are needed in the source files that actually require them. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* unifdef NO_SOCKtedu2014-04-181-2/+0
|
* unistd.h for protos where neededderaadt2014-04-181-0/+1
|
* Mostly gut e_os.h:deraadt2014-04-171-1/+1
| | | | | | | | USE_SOCKETS is unrelated to using sockets, but just pulls in .h files. It makes every file buy a kitchen sink, because 11 files forgot to. EXIT() is really exit(), a gentle surprise but... OPENSSL_EXIT() is really just return(), because noone compiles the openssl command non-monolithic anymore
* some KNF cleanup following the scriptderaadt2014-04-171-4/+4
|
* > As I walk through the valley of the shadow of deathtedu2014-04-161-6/+0
| | | | | | | | | > 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
* Clean up non-fatal error handling - we know which error numbers we havejsing2014-04-161-43/+0
| | | | | | defined. ok miod@ beck@
* Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.jsing2014-04-151-6/+0
| | | | ok miod@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-96/+98
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* two SHUTDOWN2 got away; noticed by beckderaadt2014-04-141-1/+2
|
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-5/+5
| | | | | | which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew
* resolve conflicts, fix local changesdjm2010-10-011-13/+0
|
* resolve conflictsdjm2009-04-061-0/+5
|
* resolve conflictsdjm2008-09-061-5/+2
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+6
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-128/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-14/+14
|
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+3
| | | | | | *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-78/+40
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+461
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.