aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-1518-72/+63
* ERR: preserve system error number in a few more placesRichard Levitte2018-12-141-0/+5
* Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short2018-12-132-29/+29
* Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi2018-12-131-0/+1
* add missing check for BN_mod_inverseMansour Ahmadi2018-12-131-0/+2
* fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi2018-12-131-1/+1
* Ignore duplicated undocumented thingsRich Salz2018-12-131-3/+7
* VMS build: better treatment of .S -> .obj compilationRichard Levitte2018-12-121-16/+36
* doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre2018-12-121-3/+0
* Use the correct function nameJakub Jelen2018-12-121-1/+1
* Fix error in processing $target{enable}Richard Levitte2018-12-121-2/+2
* Fixed typo (vi leftover).Tobias Stoeckmann2018-12-121-1/+1
* Add RFC5297 AES-SIV supportTodd Short2018-12-1221-42/+725
* Add an Ed448 malleability testMatt Caswell2018-12-111-0/+7
* Disallow Ed448 signature malleabilityMatt Caswell2018-12-111-2/+28
* typo ANS1 -> ASN1nxtstep2018-12-113-3/+3
* util/mkdef.pl: Remove a ';' that snuck inRichard Levitte2018-12-111-1/+1
* Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte2018-12-114-5/+5
* apps/tsget.in: use the full version in the user agent stringRichard Levitte2018-12-101-1/+1
* VMS: fix library compatibility settings in util/mkdef.plRichard Levitte2018-12-101-1/+3
* eng_devcrypto: add command to dump driver infoEneas U de Queiroz2018-12-101-24/+127
* eng_devcrypto: add configuration optionsEneas U de Queiroz2018-12-101-41/+353
* eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz2018-12-101-5/+12
* eng_devcrypto: make sure digest can do copyEneas U de Queiroz2018-12-101-8/+26
* eng_devcrypto: fix ctr modeEneas U de Queiroz2018-12-101-23/+102
* eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz2018-12-101-0/+18
* eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz2018-12-101-4/+9
* eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz2018-12-101-8/+4
* eng_devcrypto: expand digest failure casesEneas U de Queiroz2018-12-101-0/+5
* eng_devcrypto: don't leak methods tablesEneas U de Queiroz2018-12-101-5/+5
* INSTALL: add note about devcrypto engineEneas U de Queiroz2018-12-101-0/+5
* Document the num_tickets s_server optionMatt Caswell2018-12-102-5/+13
* Preserve errno on dlopenMatt Caswell2018-12-101-0/+7
* Make sure build_SYS_str_reasons() preserves errnoMatt Caswell2018-12-102-0/+7
* make updateRichard Levitte2018-12-103-0/+4
* Prevent calling decryption in an encryption context and vice versaRichard Levitte2018-12-101-6/+39
* Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2018-12-092-9/+10
* Eliminate NOP castViktor Dukhovni2018-12-091-2/+2
* change into hex string constants to avoid overflow warningsChristos Zoulas2018-12-091-8/+4
* Add a format attribute to the format functions and fix the broken formatChristos Zoulas2018-12-093-14/+38
* Fix const issuesChristos Zoulas2018-12-091-3/+4
* Avoid const castaway warningChristos Zoulas2018-12-091-2/+2
* Use a const variableChristos Zoulas2018-12-091-1/+2
* Use the proper fonst castChristos Zoulas2018-12-091-1/+1
* don't pass const string where a modifyable string is expectedChristos Zoulas2018-12-091-1/+2
* add missing "void" in prototype.Christos Zoulas2018-12-091-1/+1
* add missing const in castChristos Zoulas2018-12-091-1/+1
* add missing constChristos Zoulas2018-12-091-1/+1
* use the proper types to eliminate castsChristos Zoulas2018-12-091-17/+17
* err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov2018-12-081-2/+21