summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-27Prepare for 1.1.1-pre2 releaseOpenSSL_1_1_1-pre2Matt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-26Clear some sslapitest global variables after useMatt Caswell
2018-02-26mem_sec.c: relax POSIX requirement.Andy Polyakov
2018-02-26test/ct_test.c: remove dependency on -lm.Andy Polyakov
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-26Make it possible to give --libdir an absolute pathRichard Levitte
2018-02-24appveyor.yml: omit makedepend step.Andy Polyakov
2018-02-24ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.Andy Polyakov
2018-02-24{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov
2018-02-24ec/curve448: portability fixups.Andy Polyakov
2018-02-24ec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.Andy Polyakov
2018-02-23Remove OSSLzu, and fix the one place that used it.Rich Salz
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-02-23Remove executable bit from test/recipes/03-test_internal_sm4.tBernd Edlinger
2018-02-23Add a note in CHANGESRichard Levitte
2018-02-23Test the storeutl searching optionsRichard Levitte
2018-02-23STORE: Add documentation on search criteriaRichard Levitte
2018-02-23Adapt storeutl to allow search for specific objectsRichard Levitte
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte
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