aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-11Add an Ed448 malleability testMatt Caswell1-0/+7
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell1-2/+28
2018-12-11typo ANS1 -> ASN1nxtstep3-3/+3
2018-12-11util/mkdef.pl: Remove a ';' that snuck inRichard Levitte1-1/+1
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte4-5/+5
2018-12-10apps/tsget.in: use the full version in the user agent stringRichard Levitte1-1/+1
2018-12-10VMS: fix library compatibility settings in util/mkdef.plRichard Levitte1-1/+3
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz1-24/+127
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz1-41/+353
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz1-5/+12
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz1-8/+26
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz1-23/+102
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz1-0/+18
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz1-4/+9
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz1-8/+4
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz1-0/+5
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz1-5/+5
2018-12-10INSTALL: add note about devcrypto engineEneas U de Queiroz1-0/+5
2018-12-10Document the num_tickets s_server optionMatt Caswell2-5/+13
2018-12-10Preserve errno on dlopenMatt Caswell1-0/+7
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell2-0/+7
2018-12-10make updateRichard Levitte3-0/+4
2018-12-10Prevent calling decryption in an encryption context and vice versaRichard Levitte1-6/+39
2018-12-09Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2-9/+10
2018-12-09Eliminate NOP castViktor Dukhovni1-2/+2
2018-12-09change into hex string constants to avoid overflow warningsChristos Zoulas1-8/+4
2018-12-09Add a format attribute to the format functions and fix the broken formatChristos Zoulas3-14/+38
2018-12-09Fix const issuesChristos Zoulas1-3/+4
2018-12-09Avoid const castaway warningChristos Zoulas1-2/+2
2018-12-09Use a const variableChristos Zoulas1-1/+2
2018-12-09Use the proper fonst castChristos Zoulas1-1/+1
2018-12-09don't pass const string where a modifyable string is expectedChristos Zoulas1-1/+2
2018-12-09add missing "void" in prototype.Christos Zoulas1-1/+1
2018-12-09add missing const in castChristos Zoulas1-1/+1
2018-12-09add missing constChristos Zoulas1-1/+1
2018-12-09use the proper types to eliminate castsChristos Zoulas1-17/+17
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov1-2/+21
2018-12-08Update kmac.cterry zhao1-4/+4
2018-12-07Configure: fix the version string in the configure outputDr. Matthias St. Pierre4-5/+8
2018-12-07Remove all NOEXIST symbols from ordinals filesRichard Levitte1-2/+0
2018-12-07make updateRichard Levitte2-5077/+5077
2018-12-07util/perl/OpenSSL/Ordinals.pm: introduce a base versionRichard Levitte1-5/+63
2018-12-07util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versionsRichard Levitte2-26/+91
2018-12-07util/perl/OpenSSL/Ordinals.pm: shift to dotted versions internallyRichard Levitte1-6/+9
2018-12-07apps: print Kernel TLS in s_client and s_serverBoris Pismenny2-0/+8
2018-12-07CHANGES: Add Linux Kernel TLS data-pathBoris Pismenny1-0/+5
2018-12-07sslapitest: add test ktlsBoris Pismenny3-0/+317
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny10-50/+235
2018-12-07evp/e_aes: Expose IVBoris Pismenny2-0/+10
2018-12-07bio: Linux TLS OffloadBoris Pismenny3-2/+92