aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ECDH(E) ciphers from SSLv3Todd Short2017-04-111-20/+20
* Additional check to handle BAD SSL_write retryRich Salz2017-04-111-1/+2
* Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell2017-04-112-1/+6
* Update dtlstest to use the test infrastructurePauli2017-04-111-25/+12
* Update md2test to use the test infrastructurePauli2017-04-112-46/+21
* Update rc2test to use the test infrastructurePauli2017-04-102-53/+22
* Make test marcos for true/false checks reliable for all integral types.Pauli2017-04-101-2/+2
* Allow an ALPN callback to pretend to not existBenjamin Kaduk2017-04-103-2/+11
* Fix util/mkdef.plRichard Levitte2017-04-101-18/+10
* Add a note in CHANGESRichard Levitte2017-04-101-0/+6
* Act on deprecation of LONG and ZLONG, step 3Richard Levitte2017-04-102-5/+25
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-1011-48/+48
* 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