summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-05-25heartbearts->heartbeats fixLoganaden Velvindron
2014-05-25remove unused shit. from Alexander SchrijverTed Unangst
2014-05-25Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofJoel Sing
2014-05-25Turn off MemCheck_on and MemCheck_off. These calls are pointless since theJoel Sing
2014-05-25The ssl_ciper_get_evp() function is currently overloaded to also return theJoel Sing
2014-05-25Whitespace fixes to align define values.Joel Sing
2014-05-24In ssl_cipher_get_evp(), fix off-by-one in index validation before accessingMiod Vallat
2014-05-24I'm so sorry to learn that the Diab compiler can't (or used not to) parse CMiod Vallat
2014-05-24Use C99 initialisers for SSL3_ENC_METHOD structs.Joel Sing
2014-05-24Enable three brainpool elliptic curves for TLS, as specified in RFC 7027;Miod Vallat
2014-05-24Code using malloc() in ssl23_get_client_hello() got removed 12 years ago,Miod Vallat
2014-05-24Use sizeof(cryptopro_ext) instead of 36 when applicable.Miod Vallat
2014-05-24Invoke OPENSSL_cleanse() with the size of the variable you are cleaning.Miod Vallat
2014-05-24Include <openssl/opensslconf.h> - currently ssl.h is relying on it beingJoel Sing
2014-05-24DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far moreJoel Sing
2014-05-23Clean up the SSL cipher initialisation and use C99 initialisers forJoel Sing
2014-05-22Add explicit #include lines for stdio.h, stdlib.h and string.h; these filesMiod Vallat
2014-05-22There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (anJoel Sing
2014-05-22Stop pulling pqueue.h into ssl_locl.h since only a small part of libsslJoel Sing
2014-05-22Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.Joel Sing
2014-05-22More KNF.Joel Sing
2014-05-20KSSL is dead... nuke KSSL_DEBUG from orbit.Joel Sing
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-18In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in caseMiod Vallat
2014-05-18In ssl3_send_certificate_request(), when adding the extra payload ifMiod Vallat
2014-05-18Make sure ssl3_setup_buffers() does not return upon error with a freedMiod Vallat
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
2014-05-17deleted seed some time agoTed Unangst
2014-05-15No longer make pqueue.h a public (and installed) header file. Replace itsMiod Vallat
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-05-02Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.Joel Sing
2014-04-30Avoid a potential null pointer dereference by checking that we actuallyJoel Sing
2014-04-30i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.Ted Unangst
2014-04-29Constrain bytes read/written to positive values.Bob Beck
2014-04-28use the correct algorithm mask. reported by satish lvr viaTed Unangst
2014-04-28SSL_OP_ALL is supposed to be all options and workarounds that are safe,Ted Unangst
2014-04-28Remove ending cplusplus guard followed by starting cplusplus guard; fromMiod Vallat
2014-04-27Remove orphaned l2n6 and n2l6 macros.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-26Appease gcc3 -Wuninitialized.Miod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-25KNF fixesLawrence Teo
2014-04-24Fix indentation.Ryan Thomas McBride
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadyMiod Vallat
2014-04-24rearrange a bit of code/commentsTed Unangst
2014-04-24More KNF.Joel Sing
2014-04-24Make it compile again.Joel Sing
2014-04-24More KNF, things that couldn't be verified with md5(1), and some whitespaceRyan Thomas McBride
2014-04-24KNFRyan Thomas McBride