summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing2014-05-246-16/+14
* Include <openssl/opensslconf.h> - currently ssl.h is relying on it beingjsing2014-05-242-2/+4
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-2424-412/+1308
* Another e_os2.h -> opensslconf.h.jsing2014-05-242-2/+6
* e_os2.h is not needed here.jsing2014-05-242-2/+2
* Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atjsing2014-05-242-4/+6
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-2452-56/+98
* Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around,jsing2014-05-244-4/+4
* Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).jsing2014-05-248-30/+30
* No OPENSSL_SYS_WINDOWS wanted.jsing2014-05-242-6/+0
* Take an axe to rc5speed.c - strip out everything that is for otherjsing2014-05-232-168/+18
* We have stdio and are not WIN16.jsing2014-05-232-4/+0
* Not OPENSSL_SYS_SUNOS.jsing2014-05-232-6/+0
* Clean up the SSL cipher initialisation and use C99 initialisers forjsing2014-05-232-3418/+3424
* signal.h is not needed here.jsing2014-05-231-1/+0
* Stop pulling signal.h into apps.h - just include it from openssl.c wherejsing2014-05-232-2/+1
* Replace (sometimes conditional) use of alloca with malloc, and clearingmiod2014-05-234-78/+32
* Calling signal once to ignore SIGPIPE is sufficient - we do not need to dojsing2014-05-2337-67/+0
* Move include to the top and nuke pointless comments.jsing2014-05-231-8/+1
* don't deprecate until at least the base src tree is clean.tedu2014-05-232-24/+16
* Mark the malloc wrapper functions as deprecated so warnings willbeck2014-05-222-16/+24
* Convert OPENSSL_malloc stuff back to intrinsics, a few were missedbeck2014-05-226-12/+12
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-2251-164/+85
* Add explicit #include lines for stdio.h, stdlib.h and string.h; these filesmiod2014-05-222-0/+6
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-2214-44/+40
* There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (anjsing2014-05-228-14/+4
* Stop pulling pqueue.h into ssl_locl.h since only a small part of libssljsing2014-05-2212-12/+16
* Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.jsing2014-05-229-72/+0
* Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.jsing2014-05-222-56/+0
* mark BIO_snprintf as deprecated, so warnings will be generated for it'sbeck2014-05-222-4/+4
* KNF.jsing2014-05-226-342/+308
* More KNF.jsing2014-05-222-368/+388
* No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.guenther2014-05-224-18/+16
* fix MALLOC_STATS (not compiled in by default); ok tedu@otto2014-05-211-18/+19
* KSSL is dead... nuke KSSL_DEBUG from orbit.jsing2014-05-2010-276/+0
* Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byteguenther2014-05-208-186/+176
* Fix several bounds checks in ssl_add_clienthello_tlsext() andmiod2014-05-192-68/+78
* More KNF.jsing2014-05-191-60/+60
* More whack-a-mole^Wfips.jsing2014-05-192-18/+1
* It is perfectly valid to call free(NULL), so stop checking for non-NULLjsing2014-05-1929-128/+80
* If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',miod2014-05-186-12/+12
* Make sure UTF8_getc() is invoked with the proper buffer size.miod2014-05-182-4/+4
* factor out a bit of the chunk index code and use it to make sure that atedu2014-05-181-14/+33
* Out of all the openssl apps, just one of them has code to mess around withjsing2014-05-181-12/+0
* W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handlejsing2014-05-181-13/+2
* Remove unused include.jsing2014-05-183-3/+0
* Group and sort includes.jsing2014-05-1850-214/+308
* Plug memory leaks upon error in OCSP_url_svcloc_new().miod2014-05-182-12/+18
* In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.miod2014-05-182-8/+12
* In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in casemiod2014-05-182-14/+6