summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell2018-03-121-0/+6
* Session Ticket app dataTodd Short2018-03-1220-67/+661
* mem_sec.c: portability fixup.Andy Polyakov2018-03-121-2/+4
* Fix propotype to include the const qualifierKurt Roeckx2018-03-111-7/+7
* Fixed a handful of typosAlex Gaynor2018-03-107-10/+10
* Configurations/10-main.conf: VC-<target> cleanups.Andy Polyakov2018-03-102-50/+38
* Configurations/unix-Makefile.tmpl: overhaul assembler make rules.Andy Polyakov2018-03-101-26/+25
* Configurations/descrip.mms.tmpl: Fix small errorsRichard Levitte2018-03-101-3/+3
* Configure: catch the build tree configdata.pmRichard Levitte2018-03-101-13/+10
* Configure: don't mangle the directory again when checking DEPEND inclusionRichard Levitte2018-03-101-10/+6
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-104-9/+56
* Attempt to fix boringssl testsBen Kaduk2018-03-091-1/+1
* Document more X509_STORE functionsBenjamin Kaduk2018-03-091-0/+100
* Fix doc-nitsBen Kaduk2018-03-091-1/+1
* Reuse extension_is_relevant() in should_add_extension()Benjamin Kaduk2018-03-091-10/+12
* Fix type error in PEM processingBenjamin Kaduk2018-03-091-4/+4
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-098-2/+155
* Configurations/50-win-onecore.conf: add Windows 10 OneCore targets.Andy Polyakov2018-03-091-0/+56
* Configurations/windows-makefile.tmpl: simplify install-path "flavour"-ing.Andy Polyakov2018-03-092-11/+13
* Configurations/10-main.conf: amend out-dated comments.Andy Polyakov2018-03-091-2/+6
* Restore the display of options with 'openssl version -a'Richard Levitte2018-03-091-1/+2
* Display the library building flagsRichard Levitte2018-03-094-23/+38
* Configure et al: Move the definition of library only flagsRichard Levitte2018-03-093-106/+121
* speed: add ecdhx448 to ecdh choicesSteven Noonan2018-03-091-4/+6
* Fixed a spelling mistake in ASN1_TIME_set.podAlex Gaynor2018-03-091-1/+1
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-097-11/+44
* Test the new PSK behaviourMatt Caswell2018-03-091-18/+154
* Update documentation for the new PSK behaviourMatt Caswell2018-03-092-58/+78
* Fallback on old style PSK callbacks if the new style ones aren't presentMatt Caswell2018-03-092-2/+107
* Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell2018-03-093-26/+12
* Make OCSP "multi" compatible with "no-sock" builds.Viktor Dukhovni2018-03-081-4/+2
* Remove useless -D_ENDIAN from MPE/iX-gcc configRichard Levitte2018-03-081-1/+1
* Reduce travis-ci log outputMichael Richardson2018-03-083-10/+14
* Configure: correct the check of env vars vs command line flagsRichard Levitte2018-03-081-4/+19
* Make a few more asm modules conform: last argument is output fileRichard Levitte2018-03-086-0/+14
* Configure: disallow the mixture of compiling flags and env / make variablesRichard Levitte2018-03-082-25/+19
* Configurations/README: update documentation on flagsRichard Levitte2018-03-081-23/+38
* Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGSRichard Levitte2018-03-083-11/+7
* config: Pass diverse flags to Configure via the environmentRichard Levitte2018-03-082-25/+87
* Configurations/10-main.conf: Duplicate cflags to cxxflagsRichard Levitte2018-03-081-2/+19
* Add space to asoutflag value where appropriateRichard Levitte2018-03-081-3/+3
* Make "make variables" config attributes for overridable flagsRichard Levitte2018-03-0815-459/+787
* Configure et al: rename all dso_* to module_* in shared-info.plRichard Levitte2018-03-082-12/+12
* Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY2018-03-083-15/+21
* Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan2018-03-086-49/+166
* Fixed several readability issues in DH_generate_parameters.podAlex Gaynor2018-03-081-4/+4
* Corrected two typos in a man pageAlex Gaynor2018-03-071-2/+2
* Add GOST OIDs for Edwards parameter setsSergey Zhuravlev2018-03-075-5/+43
* Remove OPENSSL_USE_NODELETE guards in shlibloadtestMatt Caswell2018-03-071-6/+0
* Implement multi-process OCSP responder.Viktor Dukhovni2018-03-074-47/+344