Age | Commit message (Expand) | Author |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
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-27 | Document net.inet6.ip6.dad_pending. | Loganaden Velvindron |
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 | Fold in the zlib_cleanup macro. | Joel Sing |
2014-04-25 | do_pipe_sig is now only used in openssl.c - just call signal() directly | Joel Sing |
2014-04-25 | NON_MAIN no longer means anything so remove it, along with APP_INIT. | Joel Sing |
2014-04-25 | The apps_{startup,shutdown} macro mess is now only used in openssl.c - | 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 | uses ssh these days, not rsh; ok tedu | Jason McIntyre |
2014-04-24 | unifdef MSDOS | Giovanni Bechis |
2014-04-24 | obvious use after free was less obviously not a use after free. | Ted Unangst |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
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 | unifdef -U LINT | Joel Sing |
2014-04-24 | When OPENSSL_C is not defined, apps_startup becomes a | Joel Sing |
2014-04-24 | KNF | Ryan Thomas McBride |
2014-04-24 | Remove more FIPS tenticles. | Joel Sing |
2014-04-24 | Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM and | Joel Sing |
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 | Support for the -ssl2 option has been removed, so remove it from usage | Lawrence Teo |
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 |