Age | Commit message (Expand) | Author |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-04-28 | Add support for 255 character file names in fuse. | Sylvestre Gallon |
2014-04-27 | typo in comment | Miod Vallat |
2014-04-27 | Remove orphaned l2n6 and n2l6 macros. | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-27 | static const char * = "" -> static const char[] = "", to produce shorter code. | Miod Vallat |
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 | zap trailing whitespace; | Jason McIntyre |
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 |