| Commit message (Expand) | Author | Files | Lines |
2014-04-19 | Lacking a proof that--for this implementation--exposure of Montgomery | guenther | 4 | -14/+14 |
2014-04-19 | More KNF. | jsing | 10 | -476/+592 |
2014-04-19 | Remove hacky workaround for Cray T3E. | deraadt | 1 | -11/+0 |
2014-04-19 | More KNF. | jsing | 8 | -522/+758 |
2014-04-19 | oops, typo got into change | deraadt | 1 | -1/+1 |
2014-04-19 | More KNF. | jsing | 6 | -20/+28 |
2014-04-19 | malloc + strlcpy -> strdup | deraadt | 1 | -3/+2 |
2014-04-19 | unifdef ENOTDIR, everyone has it | deraadt | 1 | -15/+3 |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 55 | -147/+147 |
2014-04-19 | Use somewhat harsher language and better examples; demonstrate that | deraadt | 4 | -109/+88 |
2014-04-19 | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | guenther | 4 | -183/+320 |
2014-04-19 | egd is gone | deraadt | 4 | -38/+3 |
2014-04-19 | The internal ssl2_* functions and variables are gone | guenther | 2 | -60/+0 |
2014-04-19 | More KNF. | jsing | 8 | -1370/+1522 |
2014-04-19 | Add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 | guenther | 1 | -4/+13 |
2014-04-19 | More KNF and style consistency tweaks | guenther | 53 | -479/+465 |
2014-04-19 | More KNF. | jsing | 12 | -760/+942 |
2014-04-19 | More KNF. | jsing | 12 | -726/+868 |
2014-04-19 | More KNF. | jsing | 14 | -406/+414 |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 31 | -106/+106 |
2014-04-18 | OPENSSL_gmtime() is really just gmtime_r(); ok guenther | deraadt | 10 | -26/+12 |
2014-04-18 | spacing | tedu | 2 | -20/+22 |
2014-04-18 | remove references to rshd; | jmc | 2 | -15/+6 |
2014-04-18 | tone down some XXXXX to not appear in grep | tedu | 5 | -5/+5 |
2014-04-18 | XXXXXXXXXXXXXXXX -> XXX | tedu | 2 | -6/+6 |
2014-04-18 | unifdef NO_SOCK | tedu | 8 | -16/+0 |
2014-04-18 | now that knf carpet bombing is finished, switch to hand to hand combat. | tedu | 4 | -346/+332 |
2014-04-18 | Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers | beck | 10 | -62/+8 |
2014-04-18 | ECDSA signature computation involves a random number. Remove the test trying to | miod | 1 | -116/+0 |
2014-04-18 | collateral damage | tedu | 1 | -0/+1 |
2014-04-18 | no app_rand.c | tedu | 1 | -2/+2 |
2014-04-18 | $HOME/.rnd will never be a good source of entropy. ok beck | tedu | 23 | -392/+2 |
2014-04-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 9 | -37/+37 |
2014-04-18 | Shrink a local buffer to the size it really needs to be; this is the only | miod | 2 | -2/+2 |
2014-04-18 | eroMgib dne- nai 68xtnetelca .s | miod | 2 | -14/+4 |
2014-04-18 | Not welcome | miod | 2 | -302/+0 |
2014-04-18 | typo | miod | 2 | -2/+2 |
2014-04-18 | first round of static config. ok miod | tedu | 26 | -1118/+0 |
2014-04-18 | Use the cleaned up asprintf-based make_config_name() to make the name of | lteo | 2 | -18/+8 |
2014-04-18 | Check the return value of make_config_name() before attempting to use | lteo | 1 | -1/+6 |
2014-04-18 | another | tedu | 1 | -3/+0 |
2014-04-18 | another "string to make the random number generator think it has entropy" | tedu | 1 | -23/+0 |
2014-04-18 | delete "string to make the random number generator think it has entropy" | tedu | 1 | -4/+0 |
2014-04-18 | Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there | miod | 7 | -1/+518 |
2014-04-18 | this file is not relevant | deraadt | 1 | -25/+0 |
2014-04-18 | guenther would prefer more separation | tedu | 2 | -0/+4 |
2014-04-18 | we need to crank | tedu | 2 | -2/+2 |
2014-04-18 | remove include files not needed | deraadt | 4 | -34/+4 |
2014-04-18 | Document support for "openssl s_client -starttls lmtp" | guenther | 1 | -1/+1 |
2014-04-18 | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep | guenther | 5 | -25/+19 |