summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-11typo ANS1 -> ASN1nxtstep
2018-12-11util/mkdef.pl: Remove a ';' that snuck inRichard Levitte
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte
2018-12-10apps/tsget.in: use the full version in the user agent stringRichard Levitte
2018-12-10VMS: fix library compatibility settings in util/mkdef.plRichard Levitte
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz
2018-12-10INSTALL: add note about devcrypto engineEneas U de Queiroz
2018-12-10Document the num_tickets s_server optionMatt Caswell
2018-12-10Preserve errno on dlopenMatt Caswell
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-10make updateRichard Levitte
2018-12-10Prevent calling decryption in an encryption context and vice versaRichard Levitte
2018-12-09Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni
2018-12-09Eliminate NOP castViktor Dukhovni
2018-12-09change into hex string constants to avoid overflow warningsChristos Zoulas
2018-12-09Add a format attribute to the format functions and fix the broken formatChristos Zoulas
2018-12-09Fix const issuesChristos Zoulas
2018-12-09Avoid const castaway warningChristos Zoulas
2018-12-09Use a const variableChristos Zoulas
2018-12-09Use the proper fonst castChristos Zoulas
2018-12-09don't pass const string where a modifyable string is expectedChristos Zoulas
2018-12-09add missing "void" in prototype.Christos Zoulas
2018-12-09add missing const in castChristos Zoulas
2018-12-09add missing constChristos Zoulas
2018-12-09use the proper types to eliminate castsChristos Zoulas
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-12-08Update kmac.cterry zhao
2018-12-07Configure: fix the version string in the configure outputDr. Matthias St. Pierre
2018-12-07Remove all NOEXIST symbols from ordinals filesRichard Levitte
2018-12-07make updateRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: introduce a base versionRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versionsRichard Levitte
2018-12-07util/perl/OpenSSL/Ordinals.pm: shift to dotted versions internallyRichard Levitte
2018-12-07apps: print Kernel TLS in s_client and s_serverBoris Pismenny
2018-12-07CHANGES: Add Linux Kernel TLS data-pathBoris Pismenny
2018-12-07sslapitest: add test ktlsBoris Pismenny
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-07evp/e_aes: Expose IVBoris Pismenny
2018-12-07bio: Linux TLS OffloadBoris Pismenny