| Commit message (Expand) | Author | Files | Lines |
2014-04-26 | Appease gcc3 -Wuninitialized. | miod | 2 | -2/+2 |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 74 | -270/+222 |
2014-04-26 | More KNF. | jsing | 4 | -12/+20 |
2014-04-26 | KNF. | jsing | 10 | -848/+828 |
2014-04-26 | This is not FreeBSD. | jsing | 2 | -36/+0 |
2014-04-26 | Do you really want to build OpenSSL for 16-bit Windows? Well, we don't. | jsing | 2 | -12/+0 |
2014-04-25 | KNF. | jsing | 4 | -510/+502 |
2014-04-25 | Fold in the zlib_cleanup macro. | jsing | 2 | -7/+4 |
2014-04-25 | do_pipe_sig is now only used in openssl.c - just call signal() directly | jsing | 2 | -3/+1 |
2014-04-25 | NON_MAIN no longer means anything so remove it, along with APP_INIT. | jsing | 3 | -17/+0 |
2014-04-25 | The apps_{startup,shutdown} macro mess is now only used in openssl.c - | jsing | 2 | -36/+42 |
2014-04-25 | Clean up the remaining TTY related remnants. | jsing | 2 | -82/+16 |
2014-04-25 | Remove defined varibles that no longer do anything. | jsing | 1 | -3/+2 |
2014-04-25 | Use const char *. | jsing | 2 | -2/+2 |
2014-04-25 | KNF fixes | lteo | 2 | -128/+138 |
2014-04-24 | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | miod | 21 | -455/+51 |
2014-04-24 | Fix indentation. | mcbride | 2 | -422/+416 |
2014-04-24 | Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they already | miod | 2 | -0/+8 |
2014-04-24 | rearrange a bit of code/comments | tedu | 2 | -134/+178 |
2014-04-24 | uses ssh these days, not rsh; ok tedu | jmc | 1 | -2/+2 |
2014-04-24 | unifdef MSDOS | giovanni | 2 | -24/+2 |
2014-04-24 | obvious use after free was less obviously not a use after free. | tedu | 1 | -1/+1 |
2014-04-24 | More KNF. | jsing | 2 | -184/+244 |
2014-04-24 | Make it compile again. | jsing | 2 | -2/+2 |
2014-04-24 | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | jsing | 2 | -50/+24 |
2014-04-24 | add ERR_asprintf_error_data, A tool to be used to get rid of the far too | beck | 4 | -50/+52 |
2014-04-24 | You want signals?!? I'll give you signals!!! Oh, and we have termios as | jsing | 2 | -72/+0 |
2014-04-24 | More KNF. | jsing | 4 | -74/+74 |
2014-04-24 | More KNF, things that couldn't be verified with md5(1), and some whitespace | mcbride | 8 | -468/+508 |
2014-04-24 | unifdef -U LINT | jsing | 6 | -18/+0 |
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 |