| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 14 | -44/+40 |
* | 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 | 2 | -56/+0 |
* | mark BIO_snprintf as deprecated, so warnings will be generated for it's | beck | 2014-05-22 | 2 | -4/+4 |
* | KNF. | jsing | 2014-05-22 | 6 | -342/+308 |
* | 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 | 4 | -18/+16 |
* | fix MALLOC_STATS (not compiled in by default); ok tedu@ | otto | 2014-05-21 | 1 | -18/+19 |
* | 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 | 8 | -186/+176 |
* | 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 | 6 | -12/+12 |
* | Make sure UTF8_getc() is invoked with the proper buffer size. | miod | 2014-05-18 | 2 | -4/+4 |
* | factor out a bit of the chunk index code and use it to make sure that a | tedu | 2014-05-18 | 1 | -14/+33 |
* | 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 |
* | Remove unused include. | jsing | 2014-05-18 | 3 | -3/+0 |
* | Group and sort includes. | jsing | 2014-05-18 | 50 | -214/+308 |
* | Plug memory leaks upon error in OCSP_url_svcloc_new(). | miod | 2014-05-18 | 2 | -12/+18 |
* | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | miod | 2014-05-18 | 2 | -8/+12 |
* | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case | miod | 2014-05-18 | 2 | -14/+6 |
* | In ssl3_send_certificate_request(), when adding the extra payload if | miod | 2014-05-18 | 2 | -2/+12 |
* | Make sure ssl3_setup_buffers() does not return upon error with a freed | miod | 2014-05-18 | 2 | -14/+14 |
* | bio_err is initialised in main, hence there is no need to initialise it | jsing | 2014-05-18 | 46 | -168/+16 |
* | More KNF. | jsing | 2014-05-18 | 20 | -386/+416 |
* | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | miod | 2014-05-18 | 1 | -2/+6 |
* | No need to check for NULL before invoking free(); use calloc() when | miod | 2014-05-18 | 2 | -60/+14 |
* | does sunos not have memmove? sorry, i guess sunos will not have libressl. | tedu | 2014-05-17 | 2 | -42/+6 |
* | unchecked malloc() return value in OCSP_sendreq_new(). | miod | 2014-05-17 | 2 | -0/+4 |
* | KNF | miod | 2014-05-17 | 16 | -2548/+2664 |
* | add missing header needed for mem{cpy,cmp}() | chl | 2014-05-17 | 1 | -0/+1 |
* | correctly match size and buffer. from enh at google | tedu | 2014-05-17 | 1 | -3/+3 |
* | simple reallocarray to check multiplies. ok guenther | tedu | 2014-05-17 | 2 | -12/+8 |
* | no no md2 | tedu | 2014-05-17 | 9 | -57/+0 |
* | no no seed | tedu | 2014-05-17 | 4 | -34/+0 |
* | deleted seed some time ago | tedu | 2014-05-17 | 13 | -295/+0 |
* | Add missing header needed by isdigit(). | chl | 2014-05-17 | 1 | -4/+5 |
* | refactor some of the des crypt code to use fewer globals. | tedu | 2014-05-17 | 2 | -42/+45 |
* | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | sthen | 2014-05-17 | 5 | -5/+5 |
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 2 | -5/+7 |
* | document crypt_checkpass | tedu | 2014-05-16 | 1 | -1/+14 |
* | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 2014-05-16 | 7 | -190/+30 |
* | use $2b in the bcrypt example, ok tedu | sthen | 2014-05-16 | 1 | -3/+3 |
* | Fix memory leaks upon failure. | miod | 2014-05-15 | 4 | -54/+78 |
* | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | miod | 2014-05-15 | 6 | -50/+146 |