aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-02-01Comment "secure memcmp" implementationDmitry-Me1-0/+17
2016-02-01unified build scheme: add build.info filesRichard Levitte57-0/+258
2016-02-01unified build scheme: a first introductionRichard Levitte1-0/+4
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni2-29/+50
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni3-44/+99
2016-01-31Zero newly allocated pointsDr. Stephen Henson1-1/+1
2016-01-31Remove redundant code.Dr. Stephen Henson1-34/+0
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson9-84/+72
2016-01-31Engage poly1305-sparcv9 module.Andy Polyakov1-0/+3
2016-01-31Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov1-0/+1097
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-2/+3
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz1-1/+3
2016-01-30Move more BN internals to bn_lcl.hRich Salz4-10/+89
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz1-3/+3
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson1-0/+13
2016-01-29Fix invalid policy detectionViktor Dukhovni1-2/+6
2016-01-29Templatize util/domdRich Salz58-120/+58
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte3-4/+4
2016-01-29Make it possible to check for explicit auxiliary trustViktor Dukhovni1-1/+1
2016-01-29Always DPURIFYEmilia Kasper4-31/+3
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell3-6/+6
2016-01-29Add missing return value checksMatt Caswell1-4/+3
2016-01-28Keep RC5 bit shifts in [0..31]Viktor Dukhovni1-2/+2
2016-01-28Use callback for DSAPublicKeyDr. Stephen Henson1-8/+2
2016-01-28Remove outdated testsRich Salz2-156/+0
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell1-9/+25
2016-01-28Restore NUMPRIMES as a numeric literalViktor Dukhovni3-4/+6
2016-01-27Add CRYPTO_secure_zallocRich Salz1-0/+9
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni5-1/+8
2016-01-27Remove EIGHT_BIT and SIXTEEN_BITRich Salz3-60/+26
2016-01-27Remove outdated legacy crypto optionsRich Salz14-934/+44
2016-01-27Complete the removal of /* foo.c */ commentsRichard Levitte3-5/+0
2016-01-26Remove /* foo.c */ commentsRich Salz590-590/+0
2016-01-25Generate warning textRichard Levitte4-0/+4
2016-01-25Move & split opensslconf.h.inRich Salz9-301/+345
2016-01-24Move pqueue into sslRich Salz3-360/+0
2016-01-24Fix two possible leaks.FdaSilvaYY2-0/+3
2016-01-24Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY1-8/+6
2016-01-23Fix store with opaque dataTodd Short1-7/+7
2016-01-23free item after sk_push failmrpre1-0/+1
2016-01-23Refactor file writing - rewrite crypto/opensslconf.h.in as templateRichard Levitte1-21/+128
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2-0/+3
2016-01-20Reject when explicit trust EKU are set and none match.Viktor Dukhovni1-0/+15
2016-01-20Check Suite-B constraints with EE DANE recordsViktor Dukhovni2-28/+46
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte1-0/+36
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte1-204/+333
2016-01-20Remove update tagsRich Salz55-117/+3
2016-01-20Consolidate "make update"Rich Salz2-2/+2
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson30-39/+82