| Commit message (Expand) | Author | Files | Lines |
2014-04-23 | No longer needed during build. Brings a smile on beck@'s face. | miod | 2 | -12/+0 |
2014-04-23 | null pointers after free to prevent double frees and worse. also fix a | tedu | 1 | -12/+6 |
2014-04-23 | The usual idiom to cope with systems not defining socklen_t is to add a | miod | 4 | -98/+16 |
2014-04-23 | whitespace | tedu | 2 | -4/+4 |
2014-04-23 | close socket in failure cases too | tedu | 2 | -0/+6 |
2014-04-23 | if realloc failed, BIO_accept would leak memory and return NULL, causing | tedu | 2 | -4/+22 |
2014-04-23 | One last Dec C tentacle on alpha. | miod | 2 | -8/+2 |
2014-04-23 | When I grow up, I want to write workaround for long long multiplications | miod | 2 | -30/+0 |
2014-04-23 | Remove IRIX_CC_BUG workaround. | miod | 2 | -12/+0 |
2014-04-23 | I'm glad to know that Ultrix CC has a bug optimizing switch() statements | miod | 4 | -30/+0 |
2014-04-23 | Grr, the more you remove, the more there remain. | miod | 4 | -1236/+0 |
2014-04-23 | Forgotten during latest spring cleaning of unreferenced bits. | miod | 2 | -552/+0 |
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 39 | -221/+70 |
2014-04-23 | Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling | miod | 2 | -2/+0 |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | miod | 18 | -138/+104 |
2014-04-23 | remove Z option and default to something halfway to J. | tedu | 1 | -32/+22 |
2014-04-23 | Casting from a const unsigned char ** to a const unsigned char ** seems... | jsing | 2 | -16/+8 |
2014-04-23 | We do not need ARGV, Argc and Argv - just use argc and argv like normal | jsing | 1 | -12/+9 |
2014-04-23 | explain a bit more what's going on for stupid me. | espie | 1 | -1/+4 |
2014-04-23 | Better, cleaner hash function that computes the same on be and le archs. | otto | 1 | -10/+8 |
2014-04-23 | Make libssl and libcrypto compile with -Werror | beck | 8 | -10/+10 |
2014-04-23 | Make sure ret->name is NULL'ed before return when freeing. | beck | 2 | -0/+2 |
2014-04-23 | Rather than sprinkling magical numbers everywhere, we can use sizeof() | beck | 2 | -8/+8 |
2014-04-22 | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | miod | 4 | -16/+0 |
2014-04-22 | So it turns out that libcrypto on i386 platforms, unconditionaly compiles this | miod | 2 | -78/+0 |
2014-04-22 | When compiling with AES_WRAP_TEST, make main() return a meaningful value | miod | 4 | -3/+44 |
2014-04-22 | Remove the certs directory that contains ancient files not used | lteo | 6 | -171/+0 |
2014-04-22 | null a pointer to prevent double free. from Dirk Engling | tedu | 2 | -0/+2 |
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | miod | 4 | -340/+0 |
2014-04-22 | fix memory leaks. from Dirk Engling | tedu | 6 | -42/+24 |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | miod | 40 | -8459/+0 |
2014-04-22 | - one more mallocarray -> reallocarray | jmc | 1 | -3/+3 |
2014-04-22 | Nuke the last of the windows related defines from the openssl apps. | jsing | 9 | -66/+0 |
2014-04-22 | switch to reallocarray | tedu | 2 | -4/+4 |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | tedu | 3 | -17/+14 |
2014-04-22 | KNF. | jsing | 5 | -803/+815 |
2014-04-22 | More KNF. | jsing | 4 | -95/+92 |
2014-04-22 | More KNF. | jsing | 1 | -31/+37 |
2014-04-22 | More KNF. | jsing | 6 | -56/+74 |
2014-04-22 | More KNF. | jsing | 1 | -150/+225 |
2014-04-22 | More KNF. | jsing | 2 | -79/+127 |
2014-04-22 | gets() is gone | lteo | 1 | -2/+1 |
2014-04-21 | you must have S_ISDIR to play | deraadt | 1 | -16/+4 |
2014-04-21 | KNF. | jsing | 4 | -478/+498 |
2014-04-21 | KNF. | jsing | 14 | -686/+818 |
2014-04-21 | KNF. | jsing | 8 | -204/+238 |
2014-04-21 | use mallocarray(a,b) instead of malloc(a*b) | deraadt | 2 | -4/+4 |
2014-04-21 | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 27 | -96/+66 |
2014-04-21 | KNF. | jsing | 24 | -2934/+3236 |
2014-04-21 | no need for malloc casts | deraadt | 4 | -4/+4 |