| Commit message (Expand) | Author | Files | Lines |
2014-04-24 | When OPENSSL_C is not defined, apps_startup becomes a | jsing | 38 | -72/+72 |
2014-04-24 | KNF | mcbride | 6 | -2052/+2974 |
2014-04-24 | Remove more FIPS tenticles. | jsing | 1 | -12/+1 |
2014-04-24 | Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM and | jsing | 1 | -267/+2 |
2014-04-24 | A fantastic way to make a large unsigned number is to assign | beck | 2 | -0/+4 |
2014-04-24 | remove redundant asign. from David Hill | tedu | 2 | -2/+0 |
2014-04-24 | Support for the -ssl2 option has been removed, so remove it from usage | lteo | 1 | -1/+0 |
2014-04-24 | on today's episode of things you didn't want to learn: | tedu | 2 | -0/+8 |
2014-04-24 | repair missing semicolon. from Ian Mcwilliam | tedu | 2 | -2/+2 |
2014-04-23 | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | miod | 11 | -58/+0 |
2014-04-23 | ain't nobody got time for hpux | tedu | 2 | -44/+0 |
2014-04-23 | fix some variables | tedu | 2 | -4/+2 |
2014-04-23 | replace a bunch of hand duped strings with strdup | tedu | 4 | -20/+8 |
2014-04-23 | Don't bother generating win64 assembly prologue. | miod | 2 | -52/+4 |
2014-04-23 | malloc/memset -> calloc. from peter malone | tedu | 2 | -4/+2 |
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 |