Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put the final pieces from e_os.h in the required places, and remove it. | 2014-04-18 | 1 | -78/+0 | |
| | | | | | "dance on it's grave" says beck ok guenther beck | ||||
* | define RFILE only in the file that needs it | 2014-04-18 | 1 | -9/+0 | |
| | |||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | 2014-04-17 | 1 | -6/+0 | |
| | | | | ok miod | ||||
* | Mostly gut e_os.h: | 2014-04-17 | 1 | -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. | 2014-04-15 | 1 | -12/+0 | |
| | |||||
* | Remove various horrible socket syscall wrappers, especially SHUTDOWN* | 2014-04-13 | 1 | -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 around | 2014-04-13 | 1 | -1/+0 | |
| | |||||
* | Remove some stuff that isn't needed. | 2014-04-13 | 1 | -587/+2 | |
| | | | | ok miod@ deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | 2014-04-13 | 1 | -0/+7 | |
| | |||||
* | resolve conflicts | 2012-10-13 | 1 | -12/+0 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -35/+70 | |
| | |||||
* | resolve conflicts | 2009-01-09 | 1 | -1/+27 | |
| | |||||
* | resolve conflicts | 2008-09-06 | 1 | -8/+120 | |
| | |||||
* | resolve conflicts | 2006-06-27 | 1 | -0/+2 | |
| | |||||
* | resolve conflicts | 2005-04-29 | 1 | -1/+21 | |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | 2003-11-11 | 1 | -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/libcrypto | 2003-05-12 | 1 | -19/+72 | |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 1 | -1/+11 | |
| | |||||
* | merge with 0.9.7-beta1 | 2002-09-05 | 1 | -1/+1 | |
| | |||||
* | Merge OpenSSL 0.9.7-stable-20020605, | 2002-06-07 | 1 | -1/+1 | |
| | | | | correctly autogenerate obj_mac.h | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -88/+120 | |
| | |||||
* | merge openssl 0.9.6b-engine | 2001-08-01 | 1 | -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 merge | 2001-06-22 | 1 | -0/+2 | |
| | |||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 1 | -5/+34 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 1 | -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 default | 1999-10-06 | 1 | -2/+2 | |
| | |||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 1 | -44/+98 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -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. |