| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | word fix from previous; ok sthen | jmc | 2016-02-12 | 1 | -3/+3 |
* | sslv3 has been removed; | jmc | 2016-02-08 | 1 | -16/+21 |
* | compare pointer to NULL in example code | mmcc | 2016-02-07 | 1 | -3/+3 |
* | be more forceful about not using these. | espie | 2016-02-05 | 1 | -2/+9 |
* | Fix err(3) calls after allocation failures in examples. | schwarze | 2016-02-05 | 1 | -8/+8 |
* | Sort cert.pem alphabetically, first by organisation, then by CA name | sthen | 2016-02-01 | 1 | -1604/+1584 |
* | Revamp cert.pem certificate information formatting. Skip headers which | sthen | 2016-01-31 | 1 | -2459/+184 |
* | Therefor -> Therefore (where appropriate) | tb | 2016-01-29 | 2 | -2/+2 |
* | deprecate SSL_OP_SINGLE_DH_USElibressl-v2.3.2 | beck | 2016-01-27 | 4 | -74/+12 |
* | Don't crash dumping malloc stats if malloc_init hasn't been called, noted by | otto | 2016-01-26 | 1 | -1/+3 |
* | Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows. | bcook | 2016-01-18 | 1 | -1/+4 |
* | Long ago, malloc internally had two kinds of failures, warnings and errors. | tedu | 2016-01-06 | 2 | -14/+7 |
* | Follow style(9) and drop lint /* NOTREACHED */ annotations from | tb | 2016-01-04 | 2 | -6/+4 |
* | Use the correct values for TLS certificate / private key flags. | bcook | 2016-01-04 | 1 | -5/+5 |
* | Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1. | bcook | 2016-01-04 | 2 | -4/+6 |
* | Document that the ssl free() functions are NULL safe. OK mmcc@ | millert | 2015-12-30 | 6 | -12/+42 |
* | another case where bad things would happen after wrterror | tedu | 2015-12-30 | 1 | -2/+4 |
* | if somebody makes the mistake of disabling abort, don't deref null in | tedu | 2015-12-30 | 1 | -2/+4 |
* | Remove NULL-checks before free() and a few related dead assignments. | mmcc | 2015-12-28 | 2 | -8/+5 |
* | initialize pointer to avoid undefined free on failure | bcook | 2015-12-28 | 1 | -2/+2 |
* | include time.h over sys/time.h for ctime(3) | bcook | 2015-12-28 | 1 | -2/+2 |
* | remove unused variable | chl | 2015-12-27 | 1 | -2/+1 |
* | more e-mail -> email | mmcc | 2015-12-24 | 2 | -5/+5 |
* | More adress -> address | mmcc | 2015-12-24 | 4 | -4/+4 |
* | remove NULL-check before free() | mmcc | 2015-12-23 | 1 | -3/+2 |
* | remove NULL-checks before free() | mmcc | 2015-12-23 | 6 | -38/+22 |
* | assign pointer NULL rather than 0 | mmcc | 2015-12-23 | 2 | -4/+4 |
* | assign pointer to NULL rather than 0 | mmcc | 2015-12-23 | 2 | -4/+4 |
* | initialize a pointer to NULL rather than 0 | mmcc | 2015-12-22 | 2 | -4/+4 |
* | gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with | tim | 2015-12-19 | 1 | -6/+8 |
* | Simplify return call of rand() and rand_r() to make it easier to read. | tb | 2015-12-18 | 1 | -2/+2 |
* | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc | 2015-12-17 | 1 | -2/+2 |
* | tweak previous; | jmc | 2015-12-16 | 2 | -4/+5 |
* | Remove support for HOSTALIASES from the resolver. This "open and parse | deraadt | 2015-12-16 | 2 | -15/+6 |
* | clean up some unused variables, and add the printing of the certificate validity | beck | 2015-12-16 | 1 | -4/+7 |
* | Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification | sthen | 2015-12-15 | 1 | -49/+0 |
* | initialize ext_len to 0. | beck | 2015-12-14 | 2 | -4/+12 |
* | initialize ok to 0 | beck | 2015-12-14 | 2 | -4/+4 |
* | initialize md_len to 0 for readability to quell warnings. | beck | 2015-12-14 | 2 | -6/+6 |
* | s/begining/beginning/g | mmcc | 2015-12-14 | 1 | -2/+2 |
* | decipher comment. ok bcook@ | mmcc | 2015-12-12 | 2 | -4/+4 |
* | move initialization of buf up to quell warnings and make it obvious the err c... | beck | 2015-12-12 | 2 | -8/+10 |
* | prevent possibly use of uninitialized variable | beck | 2015-12-12 | 2 | -4/+4 |
* | make the counter a size_t as well, which quells a warning on visual studio 2015 | beck | 2015-12-12 | 2 | -4/+6 |
* | Specify SOCKS version in error messages. ok deraadt@ | mmcc | 2015-12-10 | 1 | -3/+3 |
* | tiny sanity check on file size | tedu | 2015-12-10 | 1 | -1/+3 |
* | Map SOCKS error codes to error strings. With input from deraadt@ | mmcc | 2015-12-10 | 1 | -5/+61 |
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 5 | -10/+10 |
* | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | bcook | 2015-12-09 | 4 | -10/+12 |
* | Integrate two patches originally from Daniel Micay. | tedu | 2015-12-09 | 1 | -8/+76 |