summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-23Test the storeutl expectation optionsRichard Levitte
2018-02-23STORE: Add documentation on expecting specific infosRichard Levitte
2018-02-23Adapt storeutl to allow looking for a specific info typeRichard Levitte
2018-02-23STORE 'file' scheme loader: Add info type expectationRichard Levitte
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte
2018-02-23STORE: In preparation for coming work, mark when loading is startedRichard Levitte
2018-02-23Remove unreachable statement.Pauli
2018-02-22Build files: when using $(CPP), use the C flags alongside the CPP flagsRichard Levitte
2018-02-22Remove unused num.pl,segregnam scriptsRich Salz
2018-02-22initialise dc variable to satisfy old compilers.Steve Linsell
2018-02-22Update EC_POINT_new.podPer Sandström
2018-02-22Build file templates: be less verbose when reconfiguringRichard Levitte
2018-02-22Replace the message about configdata.pm as a scriptRichard Levitte
2018-02-22Add a comment in configdata.pm regarding script-only variablesRichard Levitte
2018-02-22Make CROSS_COMPILE another supported "make variable" in ConfigureRichard Levitte
2018-02-22Unix Makefile: Rework the assignment of CXX and ASRichard Levitte
2018-02-22Refactor the ranlib attributeRichard Levitte
2018-02-22Have configdata.pm display information on perlRichard Levitte
2018-02-21Check return value of time() when getting additional data for the DRBGKurt Roeckx
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx
2018-02-21Use malloc to avoid alignment problems.Viktor Dukhovni
2018-02-21Add support for PBKDF2 for enc commandEasySec
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-02-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2018-02-21Sanity check the ticket length before using key name/IVMatt Caswell
2018-02-21Fix no-ec buildMatt Caswell
2018-02-21Fix some undefined behaviour in the Curve448 codeMatt Caswell
2018-02-21Remove a spurious TLSProxy byte in TLSv1.3Matt Caswell
2018-02-21VMS: Fix curve448 internal test programRichard Levitte
2018-02-21test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov
2018-02-21Configure: engage x25519 assembly support.Andy Polyakov
2018-02-21ec/curve25519.c: facilitate assembly implementations.Andy Polyakov
2018-02-21Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov
2018-02-21crypto/ec/curve25519.c: remove redundant fe[51]_cswap.Andy Polyakov
2018-02-20Add tests for newly added constant time functionsMatt Caswell
2018-02-20Some more cleanups of curve448 codeMatt Caswell
2018-02-20fixup! More style fixes for the curve448 codeMatt Caswell
2018-02-20fixup! Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Remove unrolled loopsMatt Caswell
2018-02-20Yet more style updates to the curve448 codeMatt Caswell
2018-02-20Further style changes to curve448 codeMatt Caswell
2018-02-20Simplify some codeMatt Caswell
2018-02-20Remove some unneccessary use of constant time code in curve448Matt Caswell
2018-02-20Fix a travis failure in the curve448 codeMatt Caswell
2018-02-20Remove the curve448 vector codeMatt Caswell
2018-02-20More style fixes for the curve448 codeMatt Caswell
2018-02-20Remove a strict aliasing issue with pre-computed curve448 constantsMatt Caswell
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell