summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-24Invoke OPENSSL_cleanse() with the size of the variable you are cleaning.Miod Vallat
2014-05-24We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION.Joel Sing
2014-05-24Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.Joel Sing
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-24Another e_os2.h -> opensslconf.h.Joel Sing
2014-05-24e_os2.h is not needed here.Joel Sing
2014-05-24Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atJoel Sing
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-24Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around,Joel Sing
2014-05-24Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).Joel Sing
2014-05-24No OPENSSL_SYS_WINDOWS wanted.Joel Sing
2014-05-23Take an axe to rc5speed.c - strip out everything that is for otherJoel Sing
2014-05-23We have stdio and are not WIN16.Joel Sing
2014-05-23Not OPENSSL_SYS_SUNOS.Joel Sing
2014-05-23Clean up the SSL cipher initialisation and use C99 initialisers forJoel Sing
2014-05-23Replace (sometimes conditional) use of alloca with malloc, and clearingMiod Vallat
2014-05-23don't deprecate until at least the base src tree is clean.Ted Unangst
2014-05-22Mark the malloc wrapper functions as deprecated so warnings willBob Beck
2014-05-22Convert OPENSSL_malloc stuff back to intrinsics, a few were missedBob Beck
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-22Add explicit #include lines for stdio.h, stdlib.h and string.h; these filesMiod Vallat
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids theJoel Sing
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-22Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.Joel Sing
2014-05-22mark BIO_snprintf as deprecated, so warnings will be generated for it'sBob Beck
2014-05-22KNF.Joel Sing
2014-05-22KNF.Joel Sing
2014-05-22More KNF.Joel Sing
2014-05-22No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.Philip Guenther
2014-05-20KSSL is dead... nuke KSSL_DEBUG from orbit.Joel Sing
2014-05-20Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-bytePhilip Guenther
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-18If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',Miod Vallat
2014-05-18Make sure UTF8_getc() is invoked with the proper buffer size.Miod Vallat
2014-05-18Plug memory leaks upon error in OCSP_url_svcloc_new().Miod Vallat
2014-05-18In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.Miod 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-18More KNF.Joel Sing
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
2014-05-17does sunos not have memmove? sorry, i guess sunos will not have libressl.Ted Unangst
2014-05-17unchecked malloc() return value in OCSP_sendreq_new().Miod Vallat
2014-05-17KNFMiod Vallat
2014-05-17simple reallocarray to check multiplies. ok guentherTed Unangst
2014-05-17no no md2Ted Unangst
2014-05-17no no seedTed Unangst