summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-103-0/+14
* Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte2017-04-102-0/+12
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-108-23/+27
* rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov2017-04-101-0/+2
* asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov2017-04-101-26/+47
* appveyor.yml: split {build,test}_scripts to avoid exit code masking.Andy Polyakov2017-04-081-6/+9
* Use 'over 2' for bullet lists.Rich Salz2017-04-0712-49/+112
* Standardize on =over 4 and check for it.Rich Salz2017-04-0715-29/+30
* Add missing =backRich Salz2017-04-071-0/+2
* Check for L<foo|foo>Rich Salz2017-04-071-0/+2
* Make default_method mostly compile-time (cont'd)Rich Salz2017-04-071-5/+5
* Make default_method mostly compile-timeRich Salz2017-04-0720-208/+87
* Fix rand_lib.c for no-engine configurationRichard Levitte2017-04-071-1/+4
* Fix a test failure when configured without TLSv1.3Matt Caswell2017-04-071-0/+4
* Remove an out of date TODOMatt Caswell2017-04-071-5/+0
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-074-33/+41
* Prefix custom extension API callback types with SSL_Matt Caswell2017-04-074-46/+52
* Various style tweaks based on feedbackMatt Caswell2017-04-072-30/+30
* Add documentation for the new custom extensions APIMatt Caswell2017-04-071-48/+191
* Add some tests for the new custom extensions APIMatt Caswell2017-04-071-0/+308
* Implement a new custom extensions APIMatt Caswell2017-04-079-202/+440
* Move the extensions context codes into the public APIMatt Caswell2017-04-079-119/+135
* Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell2017-04-072-3/+3
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Make getting and setting the RAND default method thread safeRichard Levitte2017-04-071-2/+35
* e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long2017-04-061-3/+3
* Add support for MLOCK_ONFAULT to secure arenaTodd Short2017-04-061-0/+16
* In rand_cleanup_int(), don't go creating a default methodRichard Levitte2017-04-061-1/+1
* Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriatelyRichard Levitte2017-04-051-4/+4
* Configurations/README: reword bn_ops description.Andy Polyakov2017-04-041-24/+28
* Configure: recognize -framework as linker option [on Apple OSes].Andy Polyakov2017-04-041-0/+4
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-042-11/+14
* Fix faulty check of padding in x_long.cRichard Levitte2017-04-041-2/+5
* Fix a possible integer overflow in long_c2iMatt Caswell2017-04-041-0/+4
* Add a test of encoding and decoding LONG, INT32, UINT32, INT64 and UINT64Richard Levitte2017-04-043-1/+735
* Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte2017-04-041-19/+19
* make updateRichard Levitte2017-04-043-1/+23
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-046-3/+269
* update ordinalsDr. Stephen Henson2017-04-041-0/+7
* Document new ssl(3) functions and options.Dr. Stephen Henson2017-04-043-0/+109
* Add certificate_authorities tests client to server.Dr. Stephen Henson2017-04-042-1/+9
* Add ExpectedServerCANamesDr. Stephen Henson2017-04-046-50/+81
* Constify SSL_dup_CA_list()Dr. Stephen Henson2017-04-042-2/+2
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-044-16/+25
* Don't use client specific functions to retrieve CA listDr. Stephen Henson2017-04-042-2/+2
* Add requestCAfile optionDr. Stephen Henson2017-04-041-1/+17
* Add extensions to debug listDr. Stephen Henson2017-04-041-0/+5
* SSL_CONF support for certificate_authoritiesDr. Stephen Henson2017-04-041-4/+18
* New certificate_authorities functionsDr. Stephen Henson2017-04-048-44/+84
* Ensure dhparams can handle X9.42 params in DERMatt Caswell2017-04-031-5/+17