| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Act on deprecation of LONG and ZLONG, step 1 | Richard Levitte | 2017-04-10 | 3 | -0/+14 |
* | Discourage the use of LONG and ZLONG, and deprecate it in the future | Richard Levitte | 2017-04-10 | 2 | -0/+12 |
* | Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants | Richard Levitte | 2017-04-10 | 8 | -23/+27 |
* | rand/rand_lib.c: keep fixing no-engine configuration. | Andy Polyakov | 2017-04-10 | 1 | -0/+2 |
* | asn1/x_long.c: remove conditions in inner loops and dependency on BN. | Andy Polyakov | 2017-04-10 | 1 | -26/+47 |
* | appveyor.yml: split {build,test}_scripts to avoid exit code masking. | Andy Polyakov | 2017-04-08 | 1 | -6/+9 |
* | Use 'over 2' for bullet lists. | Rich Salz | 2017-04-07 | 12 | -49/+112 |
* | Standardize on =over 4 and check for it. | Rich Salz | 2017-04-07 | 15 | -29/+30 |
* | Add missing =back | Rich Salz | 2017-04-07 | 1 | -0/+2 |
* | Check for L<foo|foo> | Rich Salz | 2017-04-07 | 1 | -0/+2 |
* | Make default_method mostly compile-time (cont'd) | Rich Salz | 2017-04-07 | 1 | -5/+5 |
* | Make default_method mostly compile-time | Rich Salz | 2017-04-07 | 20 | -208/+87 |
* | Fix rand_lib.c for no-engine configuration | Richard Levitte | 2017-04-07 | 1 | -1/+4 |
* | Fix a test failure when configured without TLSv1.3 | Matt Caswell | 2017-04-07 | 1 | -0/+4 |
* | Remove an out of date TODO | Matt Caswell | 2017-04-07 | 1 | -5/+0 |
* | Create an ENDPOINT enum type for use internally | Matt Caswell | 2017-04-07 | 4 | -33/+41 |
* | Prefix custom extension API callback types with SSL_ | Matt Caswell | 2017-04-07 | 4 | -46/+52 |
* | Various style tweaks based on feedback | Matt Caswell | 2017-04-07 | 2 | -30/+30 |
* | Add documentation for the new custom extensions API | Matt Caswell | 2017-04-07 | 1 | -48/+191 |
* | Add some tests for the new custom extensions API | Matt Caswell | 2017-04-07 | 1 | -0/+308 |
* | Implement a new custom extensions API | Matt Caswell | 2017-04-07 | 9 | -202/+440 |
* | Move the extensions context codes into the public API | Matt Caswell | 2017-04-07 | 9 | -119/+135 |
* | Move ssl/t1_ext.c to ssl/statem/extensions_cust.c | Matt Caswell | 2017-04-07 | 2 | -3/+3 |
* | Don't try to clean up RAND from ENGINE | Richard Levitte | 2017-04-07 | 1 | -5/+0 |
* | Make getting and setting the RAND default method thread safe | Richard Levitte | 2017-04-07 | 1 | -2/+35 |
* | e_os2.h: Refine OSSL_SSIZE definition under UEFI environment | Qin Long | 2017-04-06 | 1 | -3/+3 |
* | Add support for MLOCK_ONFAULT to secure arena | Todd Short | 2017-04-06 | 1 | -0/+16 |
* | In rand_cleanup_int(), don't go creating a default method | Richard Levitte | 2017-04-06 | 1 | -1/+1 |
* | Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriately | Richard Levitte | 2017-04-05 | 1 | -4/+4 |
* | Configurations/README: reword bn_ops description. | Andy Polyakov | 2017-04-04 | 1 | -24/+28 |
* | Configure: recognize -framework as linker option [on Apple OSes]. | Andy Polyakov | 2017-04-04 | 1 | -0/+4 |
* | PBKDF2 computation speedup (15-40%) | Gergely Nagy | 2017-04-04 | 2 | -11/+14 |
* | Fix faulty check of padding in x_long.c | Richard Levitte | 2017-04-04 | 1 | -2/+5 |
* | Fix a possible integer overflow in long_c2i | Matt Caswell | 2017-04-04 | 1 | -0/+4 |
* | Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64 | Richard Levitte | 2017-04-04 | 3 | -1/+735 |
* | Convert SSL_SESSION_ASN1 to use size specific integers | Richard Levitte | 2017-04-04 | 1 | -19/+19 |
* | make update | Richard Levitte | 2017-04-04 | 3 | -1/+23 |
* | Implement internal ASN.1 types INT32, UINT32, INT64, UINT64 | Richard Levitte | 2017-04-04 | 6 | -3/+269 |
* | update ordinals | Dr. Stephen Henson | 2017-04-04 | 1 | -0/+7 |
* | Document new ssl(3) functions and options. | Dr. Stephen Henson | 2017-04-04 | 3 | -0/+109 |
* | Add certificate_authorities tests client to server. | Dr. Stephen Henson | 2017-04-04 | 2 | -1/+9 |
* | Add ExpectedServerCANames | Dr. Stephen Henson | 2017-04-04 | 6 | -50/+81 |
* | Constify SSL_dup_CA_list() | Dr. Stephen Henson | 2017-04-04 | 2 | -2/+2 |
* | Print CA names in s_server, add -requestCAfile to s_client | Dr. Stephen Henson | 2017-04-04 | 4 | -16/+25 |
* | Don't use client specific functions to retrieve CA list | Dr. Stephen Henson | 2017-04-04 | 2 | -2/+2 |
* | Add requestCAfile option | Dr. Stephen Henson | 2017-04-04 | 1 | -1/+17 |
* | Add extensions to debug list | Dr. Stephen Henson | 2017-04-04 | 1 | -0/+5 |
* | SSL_CONF support for certificate_authorities | Dr. Stephen Henson | 2017-04-04 | 1 | -4/+18 |
* | New certificate_authorities functions | Dr. Stephen Henson | 2017-04-04 | 8 | -44/+84 |
* | Ensure dhparams can handle X9.42 params in DER | Matt Caswell | 2017-04-03 | 1 | -5/+17 |