| Commit message (Expand) | Author | Age | Files | Lines |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not |  jsing | 2014-08-26 | 1 | -2154/+0 |
* | Include <sys/select.h> to get select |  bcook | 2014-08-24 | 1 | -1/+2 |
* | BIO_free() returns immediately when the sole input is NULL. |  doug | 2014-07-25 | 1 | -3/+2 |
* | whitespace |  deraadt | 2014-07-14 | 1 | -15/+15 |
* | In openssl_startup(), call SSL_library_init() and SSL_load_error_strings(). |  jsing | 2014-07-12 | 1 | -4/+1 |
* | openssl(1) is only built as a single monolithic binary, so just call |  jsing | 2014-07-12 | 1 | -4/+1 |
* | Remove the PSK code. We don't need to drag around this |  beck | 2014-07-11 | 1 | -102/+1 |
* | check return value of write. |  bcook | 2014-07-10 | 1 | -4/+15 |
* | unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssl |  tedu | 2014-07-09 | 1 | -21/+1 |
* | clean up if 0/if 1 code. we don't care anymore. |  tedu | 2014-07-09 | 1 | -85/+2 |
* | Use strtonum() instead of atoi(), and then impose what are we think |  deraadt | 2014-06-28 | 1 | -8/+22 |
* | Remove support for the `opaque PRF input' extension, which draft has expired |  miod | 2014-06-13 | 1 | -6/+1 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | Stop pretending that openssl(1) applications support the -rand option. |  jsing | 2014-06-02 | 1 | -7/+0 |
* | Make usage for -quiet match the manpage and fix a misspelling |  guenther | 2014-06-01 | 1 | -2/+2 |
* | no need for null check before free. from Brendan MacDonell |  tedu | 2014-05-30 | 1 | -6/+3 |
* | There is no need to include <openssl/e_os2.h> here, except for the fact |  jsing | 2014-05-26 | 1 | -1/+0 |
* | Calling signal once to ignore SIGPIPE is sufficient - we do not need to do |  jsing | 2014-05-23 | 1 | -1/+0 |
* | It is perfectly valid to call free(NULL), so stop checking for non-NULL |  jsing | 2014-05-19 | 1 | -4/+2 |
* | Group and sort includes. |  jsing | 2014-05-18 | 1 | -10/+11 |
* | bio_err is initialised in main, hence there is no need to initialise it |  jsing | 2014-05-18 | 1 | -3/+0 |
* | less than jpake |  tedu | 2014-05-07 | 1 | -40/+2 |
* | remove Kerberos |  tedu | 2014-05-06 | 1 | -32/+0 |
* | bye bye SRP |  tedu | 2014-05-06 | 1 | -128/+0 |
* | During the great e_os.h nukathon we stopped pulling in <sys/filio.h> via |  jsing | 2014-05-05 | 1 | -16/+2 |
* | remove crazy #undefs; ok jsing |  deraadt | 2014-05-02 | 1 | -1/+0 |
* | When OPENSSL_C is not defined, apps_startup becomes a |  jsing | 2014-04-24 | 1 | -2/+2 |
* | Nuke the last of the windows related defines from the openssl apps. |  jsing | 2014-04-22 | 1 | -3/+0 |
* | remove the openssl_fdset wrapper, and a variety of VMS'ism's like |  deraadt | 2014-04-19 | 1 | -11/+3 |
* | ReadFile() and GetStdHandle() are not very POSIX. |  deraadt | 2014-04-19 | 1 | -3/+3 |
* | $HOME/.rnd will never be a good source of entropy. ok beck |  tedu | 2014-04-18 | 1 | -8/+0 |
* | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep |  guenther | 2014-04-18 | 1 | -2/+1 |
* | simplify file:file:... stuff |  deraadt | 2014-04-18 | 1 | -1/+1 |
* | Remove MAIN and PROG defines now that we do not compile non-monolithic. |  jsing | 2014-04-18 | 1 | -4/+2 |
* | KaboomNF |  tedu | 2014-04-18 | 1 | -1599/+1416 |
* | Remove support for unwanted operating systems. |  jsing | 2014-04-18 | 1 | -22/+0 |
* | Make MONOLITH the default and only option |  matthew | 2014-04-17 | 1 | -6/+0 |
* | unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthew |  deraadt | 2014-04-17 | 1 | -0/+1 |
* | Mostly gut e_os.h: |  deraadt | 2014-04-17 | 1 | -3/+3 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -14/+14 |
* | fix a few bugs observed on http://www.viva64.com/en/b/0250/ |  tedu | 2014-04-16 | 1 | -1/+1 |
* | first round of unifdef hammering |  tedu | 2014-04-16 | 1 | -19/+1 |
* | spray the apps directory with anti-VMS napalm. |  tedu | 2014-04-16 | 1 | -14/+0 |
* | remove ssl2 support even more completely. |  tedu | 2014-04-15 | 1 | -8/+0 |
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity |  beck | 2014-04-15 | 1 | -159/+0 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod |  tedu | 2014-04-14 | 1 | -11/+0 |
* | Remove various horrible socket syscall wrappers, especially SHUTDOWN* |  deraadt | 2014-04-13 | 1 | -4/+8 |
* | remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did you |  deraadt | 2014-04-13 | 1 | -5/+5 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2014-04-13 | 1 | -20/+43 |
* | resolve conflicts |  djm | 2012-10-13 | 1 | -28/+328 |