| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap long lines and add missing argument name. | jsing | 2014-09-28 | 1 | -4/+6 |
* | Bump minor after adding SSL_CTX_use_certificate_chain(). | reyk | 2014-09-28 | 2 | -2/+2 |
* | Provide a ressl config function that explicitly clears keys. | jsing | 2014-09-28 | 2 | -2/+10 |
* | Add a new API function SSL_CTX_use_certificate_chain() that allows to | reyk | 2014-09-28 | 6 | -54/+111 |
* | X509v3_add_ext(): do not free stuff we did not allocate in the error path. | miod | 2014-09-28 | 2 | -4/+4 |
* | X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it, | miod | 2014-09-28 | 2 | -30/+46 |
* | Someone (TM) thought it was smart to save memory by using malloc(1) and | miod | 2014-09-28 | 2 | -10/+8 |
* | revamp the config interface to own memory. easier to use correctly without | tedu | 2014-09-28 | 3 | -49/+99 |
* | Revert r1.5 and reenable assembler version of ghash now that it has been | miod | 2014-09-27 | 2 | -6/+6 |
* | Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where | miod | 2014-09-27 | 2 | -0/+4 |
* | Disable assembler code for ghash on hppa, causes wrong computations in some | miod | 2014-09-27 | 4 | -8/+8 |
* | There is not much point checking ecdhp is not NULL... twice. | jsing | 2014-09-27 | 4 | -28/+10 |
* | Check that the specified curve is one of the client preferences. | jsing | 2014-09-27 | 10 | -16/+140 |
* | Fix mmap() calls that check for a result other than MAP_FAILED. | doug | 2014-09-27 | 1 | -1/+1 |
* | X509_STORE_new(): do not leak memory upon error. | miod | 2014-09-26 | 2 | -28/+34 |
* | X509_issuer_and_serial_hash(): do not leak memory if an error occurs during | miod | 2014-09-26 | 2 | -2/+6 |
* | X509at_add1_attr(): do not free stuff we did not allocate in the error path. | miod | 2014-09-26 | 2 | -6/+6 |
* | Now that we have a static version of the default EC formats, also use it | jsing | 2014-09-26 | 2 | -94/+88 |
* | Fix regression introduced in revision 1.15 by using strndup() instead of | miod | 2014-09-23 | 2 | -12/+12 |
* | Refactor and simplify the ECC extension handling. The existing code | jsing | 2014-09-22 | 4 | -244/+196 |
* | Also check the result from final_finish_mac() against finish_mac_length in | jsing | 2014-09-22 | 2 | -38/+34 |
* | It is possible (although unlikely in practice) for peer_finish_md_len to | jsing | 2014-09-22 | 2 | -26/+22 |
* | Document SSL_OP_TLSEXT_PADDING. | jsing | 2014-09-21 | 1 | -0/+6 |
* | Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, which | jsing | 2014-09-21 | 4 | -20/+36 |
* | a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but | miod | 2014-09-21 | 2 | -8/+18 |
* | Fix a memory leak in the error path in ASN1_mbstring_ncopy(). | miod | 2014-09-21 | 2 | -38/+58 |
* | Add support for word anchors \< and \> to regex regression tests. | doug | 2014-09-21 | 1 | -1/+13 |
* | Add CHACHA20 as a cipher symmetric encryption alias. | jsing | 2014-09-19 | 2 | -2/+10 |
* | remove obfuscating parens. man operator is your friend. | tedu | 2014-09-19 | 4 | -30/+30 |
* | Fix on 32bit platforms where 0xdeadbeef > LONG_MAX. | schwarze | 2014-09-19 | 1 | -4/+6 |
* | Remove unused #define. | lteo | 2014-09-17 | 1 | -3/+1 |
* | A few more MLINKs. | miod | 2014-09-16 | 1 | -1/+7 |
* | a little less sendmail specific; | jmc | 2014-09-16 | 1 | -4/+3 |
* | When fopen()ing internal to libc (the API doesn't support the use | guenther | 2014-09-15 | 5 | -14/+14 |
* | Do not claim that empty numbers set EINVAL, our implementation doesn't. | schwarze | 2014-09-14 | 2 | -37/+61 |
* | Make sure that the following functions return 0 and EINVAL as | schwarze | 2014-09-13 | 6 | -20/+60 |
* | Disable -Wshadow again, since it breaks builds on vax with gcc3. | jsing | 2014-09-10 | 1 | -2/+2 |
* | obvious cases of missing .An; | schwarze | 2014-09-08 | 1 | -3/+3 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 16 | -182/+54 |
* | POSIX specifies arpa/inet.h as the include file for these. | millert | 2014-09-04 | 1 | -3/+3 |
* | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | doug | 2014-09-01 | 5 | -25/+21 |
* | Convert ecparam to new option/usage handling. | jsing | 2014-09-01 | 1 | -197/+215 |
* | Improve option usage output. | jsing | 2014-09-01 | 1 | -7/+20 |
* | Make the in6addr constant declarations and definitions consistent | bluhm | 2014-08-31 | 1 | -3/+3 |
* | Add sockatmark() | guenther | 2014-08-31 | 3 | -5/+170 |
* | Convert openssl(1) version to new option/usage handling. | jsing | 2014-08-30 | 1 | -34/+90 |
* | Move the callback function pointer outside the opt union so that the option | jsing | 2014-08-30 | 2 | -4/+10 |
* | OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not | jsing | 2014-08-28 | 6 | -13/+6 |
* | openssl_setup() calls SSL_load_error_strings(), which happens to call | jsing | 2014-08-28 | 27 | -60/+30 |
* | Add option handling with a callback function for argument processing. | jsing | 2014-08-28 | 2 | -2/+10 |