| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | KNF. | jsing | 2014-05-24 | 4 | -91/+91 |
| * | Enable three brainpool elliptic curves for TLS, as specified in RFC 7027; | miod | 2014-05-24 | 2 | -2/+26 |
| * | Code using malloc() in ssl23_get_client_hello() got removed 12 years ago, | miod | 2014-05-24 | 2 | -64/+54 |
| * | Use sizeof(cryptopro_ext) instead of 36 when applicable. | miod | 2014-05-24 | 2 | -8/+8 |
| * | Invoke OPENSSL_cleanse() with the size of the variable you are cleaning. | miod | 2014-05-24 | 2 | -2/+2 |
| * | We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. | jsing | 2014-05-24 | 3 | -77/+0 |
| * | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 1 | -2211/+0 |
| * | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | jsing | 2014-05-24 | 3 | -8/+7 |
| * | Include <openssl/opensslconf.h> - currently ssl.h is relying on it being | jsing | 2014-05-24 | 2 | -2/+4 |
| * | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | jsing | 2014-05-24 | 24 | -412/+1308 |
| * | Another e_os2.h -> opensslconf.h. | jsing | 2014-05-24 | 1 | -1/+3 |
| * | e_os2.h is not needed here. | jsing | 2014-05-24 | 1 | -1/+1 |
| * | Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at | jsing | 2014-05-24 | 1 | -2/+3 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 26 | -28/+49 |
| * | Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, | jsing | 2014-05-24 | 2 | -2/+2 |
| * | Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). | jsing | 2014-05-24 | 4 | -15/+15 |
| * | No OPENSSL_SYS_WINDOWS wanted. | jsing | 2014-05-24 | 1 | -3/+0 |
| * | Take an axe to rc5speed.c - strip out everything that is for other | jsing | 2014-05-23 | 1 | -84/+9 |
| * | We have stdio and are not WIN16. | jsing | 2014-05-23 | 1 | -2/+0 |
| * | Not OPENSSL_SYS_SUNOS. | jsing | 2014-05-23 | 1 | -3/+0 |
| * | Clean up the SSL cipher initialisation and use C99 initialisers for | jsing | 2014-05-23 | 2 | -3418/+3424 |
| * | signal.h is not needed here. | jsing | 2014-05-23 | 1 | -1/+0 |
| * | Stop pulling signal.h into apps.h - just include it from openssl.c where | jsing | 2014-05-23 | 2 | -2/+1 |
| * | Replace (sometimes conditional) use of alloca with malloc, and clearing | miod | 2014-05-23 | 2 | -39/+16 |
| * | Calling signal once to ignore SIGPIPE is sufficient - we do not need to do | jsing | 2014-05-23 | 37 | -67/+0 |
| * | Move include to the top and nuke pointless comments. | jsing | 2014-05-23 | 1 | -8/+1 |
| * | don't deprecate until at least the base src tree is clean. | tedu | 2014-05-23 | 1 | -12/+8 |
| * | Mark the malloc wrapper functions as deprecated so warnings will | beck | 2014-05-22 | 1 | -8/+12 |
| * | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | beck | 2014-05-22 | 3 | -6/+6 |
| * | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 26 | -83/+43 |
| * | Add explicit #include lines for stdio.h, stdlib.h and string.h; these files | miod | 2014-05-22 | 2 | -0/+6 |
| * | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 7 | -22/+20 |
| * | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | jsing | 2014-05-22 | 8 | -14/+4 |
| * | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | jsing | 2014-05-22 | 12 | -12/+16 |
| * | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | jsing | 2014-05-22 | 9 | -72/+0 |
| * | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. | jsing | 2014-05-22 | 1 | -28/+0 |
| * | mark BIO_snprintf as deprecated, so warnings will be generated for it's | beck | 2014-05-22 | 1 | -2/+2 |
| * | KNF. | jsing | 2014-05-22 | 3 | -171/+154 |
| * | More KNF. | jsing | 2014-05-22 | 2 | -368/+388 |
| * | No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. | guenther | 2014-05-22 | 2 | -9/+8 |
| * | KSSL is dead... nuke KSSL_DEBUG from orbit. | jsing | 2014-05-20 | 10 | -276/+0 |
| * | Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte | guenther | 2014-05-20 | 4 | -93/+88 |
| * | Fix several bounds checks in ssl_add_clienthello_tlsext() and | miod | 2014-05-19 | 2 | -68/+78 |
| * | More KNF. | jsing | 2014-05-19 | 1 | -60/+60 |
| * | More whack-a-mole^Wfips. | jsing | 2014-05-19 | 2 | -18/+1 |
| * | It is perfectly valid to call free(NULL), so stop checking for non-NULL | jsing | 2014-05-19 | 29 | -128/+80 |
| * | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | miod | 2014-05-18 | 3 | -6/+6 |
| * | Make sure UTF8_getc() is invoked with the proper buffer size. | miod | 2014-05-18 | 1 | -2/+2 |
| * | Out of all the openssl apps, just one of them has code to mess around with | jsing | 2014-05-18 | 1 | -12/+0 |
| * | W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle | jsing | 2014-05-18 | 1 | -13/+2 |