Age | Commit message (Expand) | Author |
2014-05-25 | heartbearts->heartbeats fix | Loganaden Velvindron |
2014-05-25 | remove unused shit. from Alexander Schrijver | Ted Unangst |
2014-05-25 | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | Joel Sing |
2014-05-25 | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | Joel Sing |
2014-05-25 | The ssl_ciper_get_evp() function is currently overloaded to also return the | Joel Sing |
2014-05-25 | Whitespace fixes to align define values. | Joel Sing |
2014-05-24 | In ssl_cipher_get_evp(), fix off-by-one in index validation before accessing | Miod Vallat |
2014-05-24 | I'm so sorry to learn that the Diab compiler can't (or used not to) parse C | Miod Vallat |
2014-05-24 | Use C99 initialisers for SSL3_ENC_METHOD structs. | Joel Sing |
2014-05-24 | Enable three brainpool elliptic curves for TLS, as specified in RFC 7027; | Miod Vallat |
2014-05-24 | Code using malloc() in ssl23_get_client_hello() got removed 12 years ago, | Miod Vallat |
2014-05-24 | Use sizeof(cryptopro_ext) instead of 36 when applicable. | Miod Vallat |
2014-05-24 | Invoke OPENSSL_cleanse() with the size of the variable you are cleaning. | Miod Vallat |
2014-05-24 | Include <openssl/opensslconf.h> - currently ssl.h is relying on it being | Joel Sing |
2014-05-24 | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | Joel Sing |
2014-05-23 | Clean up the SSL cipher initialisation and use C99 initialisers for | Joel Sing |
2014-05-22 | Add explicit #include lines for stdio.h, stdlib.h and string.h; these files | Miod Vallat |
2014-05-22 | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | Joel Sing |
2014-05-22 | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | Joel Sing |
2014-05-22 | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | Joel Sing |
2014-05-22 | More KNF. | Joel Sing |
2014-05-20 | KSSL is dead... nuke KSSL_DEBUG from orbit. | Joel Sing |
2014-05-19 | Fix several bounds checks in ssl_add_clienthello_tlsext() and | Miod Vallat |
2014-05-18 | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case | Miod Vallat |
2014-05-18 | In ssl3_send_certificate_request(), when adding the extra payload if | Miod Vallat |
2014-05-18 | Make sure ssl3_setup_buffers() does not return upon error with a freed | Miod Vallat |
2014-05-18 | No need to check for NULL before invoking free(); use calloc() when | Miod Vallat |
2014-05-17 | deleted seed some time ago | Ted Unangst |
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 |