Age | Commit message (Expand) | Author |
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 | null pointers after free to prevent double frees and worse. also fix a | Ted Unangst |
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 |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-04-23 | tweak previous; sorry ingo, my review was pretty poor; | Jason McIntyre |
2014-04-23 | remove Z option and default to something halfway to J. | Ted Unangst |
2014-04-23 | more info about HISTORY; ok jmc@ | Ingo Schwarze |
2014-04-23 | Casting from a const unsigned char ** to a const unsigned char ** seems... | Joel Sing |
2014-04-23 | We do not need ARGV, Argc and Argv - just use argc and argv like normal | Joel Sing |
2014-04-23 | explain a bit more what's going on for stupid me. | Marc Espie |
2014-04-23 | Better, cleaner hash function that computes the same on be and le archs. | Otto Moerbeek |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-23 | Make sure ret->name is NULL'ed before return when freeing. | Bob Beck |
2014-04-23 | Rather than sprinkling magical numbers everywhere, we can use sizeof() | Bob Beck |
2014-04-22 | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | Miod Vallat |
2014-04-22 | So it turns out that libcrypto on i386 platforms, unconditionaly compiles this | Miod Vallat |
2014-04-22 | When compiling with AES_WRAP_TEST, make main() return a meaningful value | Miod Vallat |
2014-04-22 | Remove the certs directory that contains ancient files not used | Lawrence Teo |
2014-04-22 | null a pointer to prevent double free. from Dirk Engling | Ted Unangst |
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | Miod Vallat |
2014-04-22 | fix memory leaks. from Dirk Engling | Ted Unangst |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-22 | add closing parenthesis. | Igor Sobrado |
2014-04-22 | - one more mallocarray -> reallocarray | Jason McIntyre |
2014-04-22 | Nuke the last of the windows related defines from the openssl apps. | Joel Sing |
2014-04-22 | switch to reallocarray | Ted Unangst |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |
2014-04-22 | KNF. | Joel Sing |
2014-04-22 | More KNF. | Joel Sing |
2014-04-22 | More KNF. | Joel Sing |