| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump for LibreSSL 2.3.10libressl-v2.3.10OPENBSD_5_9 | bcook | 2017-01-07 | 1 | -3/+3 |
| * | MFC: Avoid a side-channel cache-timing attack that can leak the ECDSA | jsing | 2017-01-05 | 1 | -1/+3 |
| * | MFC: In ssl3_read_bytes(), do not process more than three consecutive TLSlibressl-v2.3.9 | jsing | 2016-11-03 | 1 | -4/+24 |
| * | bump to 2.3.9 | bcook | 2016-10-02 | 1 | -3/+3 |
| * | MFC: Avoid falling back to a weak digest for (EC)DH when using SNI withlibressl-v2.3.8 | jsing | 2016-09-22 | 1 | -3/+10 |
| * | MFC: Avoid unbounded memory growth in libssl, which can be triggered by a | jsing | 2016-09-22 | 1 | -9/+20 |
| * | bump version for 2.3.8 | bcook | 2016-09-22 | 1 | -3/+3 |
| * | bump for 2.3.7libressl-v2.3.7 | bcook | 2016-06-30 | 1 | -3/+3 |
| * | Fix several issues in the OCSP code that could result in the incorrect | beck | 2016-06-25 | 2 | -9/+33 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | remove unused variable | chl | 2015-12-27 | 1 | -2/+1 |
| * | More adress -> address | mmcc | 2015-12-24 | 4 | -4/+4 |
| * | 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 |
| * | 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 |
| * | 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 |