Age | Commit message (Expand) | Author |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some | Miod Vallat |
2014-04-27 | We do not need a separate file for two compatibility wrapper functions. | Joel Sing |
2014-04-27 | Fix leak last commit introduced. Spotted by Sebastian Kapfer. | Bob Beck |
2014-04-26 | Appease gcc3 -Wuninitialized. | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-26 | More KNF. | Joel Sing |
2014-04-26 | KNF. | Joel Sing |
2014-04-26 | This is not FreeBSD. | Joel Sing |
2014-04-26 | Do you really want to build OpenSSL for 16-bit Windows? Well, we don't. | Joel Sing |
2014-04-25 | KNF. | Joel Sing |
2014-04-25 | Clean up the remaining TTY related remnants. | Joel Sing |
2014-04-25 | Use const char *. | Joel Sing |
2014-04-25 | KNF fixes | Lawrence Teo |
2014-04-24 | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | Miod Vallat |
2014-04-24 | Fix indentation. | Ryan Thomas McBride |
2014-04-24 | Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they already | Miod Vallat |
2014-04-24 | rearrange a bit of code/comments | Ted Unangst |
2014-04-24 | unifdef MSDOS | Giovanni Bechis |
2014-04-24 | More KNF. | Joel Sing |
2014-04-24 | Make it compile again. | Joel Sing |
2014-04-24 | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | Joel Sing |
2014-04-24 | add ERR_asprintf_error_data, A tool to be used to get rid of the far too | Bob Beck |
2014-04-24 | You want signals?!? I'll give you signals!!! Oh, and we have termios as | Joel Sing |
2014-04-24 | More KNF. | Joel Sing |
2014-04-24 | More KNF, things that couldn't be verified with md5(1), and some whitespace | Ryan Thomas McBride |
2014-04-24 | KNF | Ryan Thomas McBride |
2014-04-24 | A fantastic way to make a large unsigned number is to assign | Bob Beck |
2014-04-24 | remove redundant asign. from David Hill | Ted Unangst |
2014-04-24 | on today's episode of things you didn't want to learn: | Ted Unangst |
2014-04-24 | repair missing semicolon. from Ian Mcwilliam | Ted Unangst |
2014-04-23 | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | Miod Vallat |
2014-04-23 | ain't nobody got time for hpux | Ted Unangst |
2014-04-23 | fix some variables | Ted Unangst |
2014-04-23 | replace a bunch of hand duped strings with strdup | Ted Unangst |
2014-04-23 | Don't bother generating win64 assembly prologue. | Miod Vallat |
2014-04-23 | malloc/memset -> calloc. from peter malone | Ted Unangst |
2014-04-23 | No longer needed during build. Brings a smile on beck@'s face. | Miod Vallat |
2014-04-23 | The usual idiom to cope with systems not defining socklen_t is to add a | Miod Vallat |
2014-04-23 | whitespace | Ted Unangst |
2014-04-23 | close socket in failure cases too | Ted Unangst |
2014-04-23 | if realloc failed, BIO_accept would leak memory and return NULL, causing | Ted Unangst |
2014-04-23 | One last Dec C tentacle on alpha. | Miod Vallat |
2014-04-23 | When I grow up, I want to write workaround for long long multiplications | Miod Vallat |
2014-04-23 | Remove IRIX_CC_BUG workaround. | Miod Vallat |
2014-04-23 | I'm glad to know that Ultrix CC has a bug optimizing switch() statements | Miod Vallat |
2014-04-23 | Grr, the more you remove, the more there remain. | Miod Vallat |
2014-04-23 | Forgotten during latest spring cleaning of unreferenced bits. | Miod Vallat |
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | Miod Vallat |
2014-04-23 | Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling | Miod Vallat |