| Commit message (Expand) | Author | Age | Files | Lines |
* | Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.libressl-v2.3.6 | tedu | 2016-06-06 | 1 | -2/+2 |
* | Correct a problem that prevents the DSA signing algorithm from running | beck | 2016-06-06 | 1 | -4/+6 |
* | LibreSSL 2.3.6 | bcook | 2016-06-06 | 1 | -3/+3 |
* | bump to 2.3.5libressl-v2.3.5 | bcook | 2016-05-29 | 1 | -3/+3 |
* | Fix a short-read bug in the previous version of asn1_d2i_read_bio | bcook | 2016-05-29 | 1 | -26/+28 |
* | this chunk was NOT supposed to be committed. spotted by jsg. | tedu | 2016-05-04 | 1 | -2/+1 |
* | prefer limits.h over sys/limits.hlibressl-v2.3.4 | bcook | 2016-05-03 | 1 | -2/+2 |
* | bump to 2.3.4 | bcook | 2016-05-03 | 1 | -2/+2 |
* | backport patch from openssl for multiple issues: | tedu | 2016-05-03 | 8 | -31/+58 |
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_9'. | cvs2svn | 2016-05-03 | 1 | -0/+209 |
* | bump for LibreSSL 2.3.3libressl-v2.3.3 | bcook | 2016-03-12 | 1 | -3/+3 |
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_9'. | cvs2svn | 2016-02-17 | 1186 | -380326/+0 |
* | Sync some root certificates with Mozilla's cert store. ok bcook@ | sthen | 2016-02-17 | 1 | -84/+1016 |
* | 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 |