Age | Commit message (Expand) | Author |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-05-02 | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. | Joel Sing |
2014-04-30 | Avoid a potential null pointer dereference by checking that we actually | Joel Sing |
2014-04-30 | i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. | Ted Unangst |
2014-04-29 | Constrain bytes read/written to positive values. | Bob Beck |
2014-04-28 | use the correct algorithm mask. reported by satish lvr via | Ted Unangst |
2014-04-28 | SSL_OP_ALL is supposed to be all options and workarounds that are safe, | Ted Unangst |
2014-04-28 | Remove ending cplusplus guard followed by starting cplusplus guard; from | Miod Vallat |
2014-04-27 | Remove orphaned l2n6 and n2l6 macros. | Miod Vallat |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
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-25 | KNF fixes | Lawrence Teo |
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 | More KNF. | Joel Sing |
2014-04-24 | Make it compile again. | 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-23 | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | Miod Vallat |
2014-04-23 | whitespace | Ted Unangst |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | Miod Vallat |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-22 | switch to reallocarray | Ted Unangst |
2014-04-21 | use mallocarray(a,b) instead of malloc(a*b) | Theo de Raadt |
2014-04-21 | more malloc/realloc/calloc cleanups; ok beck kettenis | Theo de Raadt |
2014-04-20 | gettimeofday() is portable enough and does not need a wrapper | Theo de Raadt |
2014-04-20 | calloc() rather than malloc+memset | Theo de Raadt |
2014-04-20 | Fix indentation, adding braces and combining a nested if to reduce depth | Philip Guenther |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-20 | Use calloc(a,b) instead of malloc(a*b) + memset(a*b). I don't know if | Theo de Raadt |
2014-04-19 | release buffers fix was lost in merge. put it back. | Ted Unangst |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | The internal ssl2_* functions and variables are gone | Philip Guenther |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-18 | spacing | Ted Unangst |
2014-04-18 | now that knf carpet bombing is finished, switch to hand to hand combat. | Ted Unangst |
2014-04-18 | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep | Philip Guenther |
2014-04-18 | igetest.c moved to regress we don't need another copy | Jonathan Gray |
2014-04-17 | whack a bunch of disabled code. ok beck lteo | Ted Unangst |