summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/e_os.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-78/+0
| | | | | "dance on it's grave" says beck ok guenther beck
* define RFILE only in the file that needs itderaadt2014-04-181-9/+0
|
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-6/+0
| | | | ok miod
* Mostly gut e_os.h:deraadt2014-04-171-40/+10
| | | | | | | | 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
* No need to define DEVRANDOM and DEVRANDOM_EGD any longer.miod2014-04-151-12/+0
|
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-25/+5
| | | | | | which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew
* /dev/null does not move aroundderaadt2014-04-131-1/+0
|
* Remove some stuff that isn't needed.beck2014-04-131-587/+2
| | | | ok miod@ deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+7
|
* resolve conflictsdjm2012-10-131-12/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-35/+70
|
* resolve conflictsdjm2009-01-091-1/+27
|
* resolve conflictsdjm2008-09-061-8/+120
|
* resolve conflictsdjm2006-06-271-0/+2
|
* resolve conflictsdjm2005-04-291-1/+21
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-5/+10
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-19/+72
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+11
|
* merge with 0.9.7-beta1markus2002-09-051-1/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-88/+120
|
* merge openssl 0.9.6b-enginebeck2001-08-011-0/+1
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-221-0/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-5/+34
|
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+48
| | | | | | *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
* use /dev/arandom by defaultbeck1999-10-061-2/+2
|
* OpenSSL 0.9.4 mergebeck1999-09-291-44/+98
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+322
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.