summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-02-01unified build scheme: a first introductionRichard Levitte
2016-01-31Add tests for non-ca trusted roots and intermediatesViktor Dukhovni
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-31Zero newly allocated pointsDr. Stephen Henson
2016-01-31Remove redundant code.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-31Engage poly1305-sparcv9 module.Andy Polyakov
2016-01-31Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov
2016-01-31Configure: restore original logic for -DWHIRLPOOL_ASM.Andy Polyakov
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-31Remove the extra checks for Intel's C compilerRichard Levitte
2016-01-31RT3755: Remove duplicate #includeRich Salz
2016-01-31Don't go into dotted directories when copying Makefile.in to MakefileRichard Levitte
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz
2016-01-30Remove extra level of indirection.Rich Salz
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz
2016-01-30When checking if there's a VMS directory spec, don't forget the possible deviceRichard Levitte
2016-01-30Fix test/recipes/25-test_verify.tRichard Levitte
2016-01-30handle "Ctrl" in separate functionDr. Stephen Henson
2016-01-30Add test data for ECDHDr. Stephen Henson
2016-01-30Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson
2016-01-30fix warningDr. Stephen Henson
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-30Fix opt_imax() callRichard Levitte
2016-01-30Configure: Clarify the handling of $thread_cflagsRichard Levitte
2016-01-29Make opt_imax visible in all appsViktor Dukhovni
2016-01-29Missed rc2_int from before.Rich Salz
2016-01-29Fix invalid policy detectionViktor Dukhovni
2016-01-29Templatize util/domdRich Salz
2016-01-29Better type for x509 -checkend argumentViktor Dukhovni
2016-01-29Complete the lflags -> lflags/ex_libs transitionRichard Levitte
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte
2016-01-29Make use of add() and add_before() in Configurations/Richard Levitte
2016-01-29Revert "Don't replace cflags with thread_cflags, only append the latter"Richard Levitte
2016-01-29Merge error, wrong domd submitted.Rich Salz
2016-01-29Don't replace cflags with thread_cflags, only append the latterRichard Levitte
2016-01-29Remove clean-dependRich Salz
2016-01-29Make it possible to check for explicit auxiliary trustViktor Dukhovni
2016-01-29Always DPURIFYEmilia Kasper
2016-01-29Remove x86_gcc_des,x86_gcc_optsRich Salz
2016-01-29Add have_precompute_mult testsMatt Caswell
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-29Add missing return value checksMatt Caswell
2016-01-29Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell
2016-01-29Implement Async SSL_shutdownMatt Caswell
2016-01-28Keep RC5 bit shifts in [0..31]Viktor Dukhovni
2016-01-28Use callback for DSAPublicKeyDr. Stephen Henson