aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix1-2/+6
2016-03-19Correct incorrect pathRichard Levitte1-1/+1
2016-03-18Implement support for no-tsRichard Levitte1-0/+2
2016-03-18Fix no-desMatt Caswell1-1/+4
2016-03-18Fix no-cmacMatt Caswell2-0/+4
2016-03-18Ensure that no-comp functions are flagged as suchMatt Caswell1-0/+2
2016-03-18Mark OCB as an AEAD cipherMatt Caswell1-3/+6
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell1-1/+3
2016-03-18Fix build; CPP syntax error.Rich Salz1-1/+1
2016-03-17Remove Netware and OS/2Rich Salz13-405/+16
2016-03-17Remove ultrix/mips support.Rich Salz2-7/+1
2016-03-17Use correct C format for keysets.plDr. Stephen Henson1-63/+64
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie1-16/+12
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell1-1/+7
2016-03-15poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov1-2/+8
2016-03-15On Windows, page walking is known as __chkstk.Emilia Kasper3-0/+6
2016-03-15Explain *cough*-dowsEmilia Kasper3-3/+3
2016-03-15Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper1-4/+4
2016-03-15Small typoRichard Levitte1-1/+1
2016-03-14s390x assembly pack: 32-bit fixups.Andy Polyakov1-1/+4
2016-03-14build.info/Makefile.in: Itanium fixups.Andy Polyakov3-12/+12
2016-03-14Fix the init cleanup orderMatt Caswell1-14/+21
2016-03-14Add some missing cleanup calls to de-initMatt Caswell1-0/+2
2016-03-13Change an function macro for ERR match the function it's used in.Richard Levitte1-1/+1
2016-03-13Complete incomplete makefile variable referensesRichard Levitte1-2/+2
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte17-34/+34
2016-03-12Fix memory leak in library deinitEmilia Kasper2-16/+20
2016-03-12Fix no-comp buildEmilia Kasper1-0/+7
2016-03-11Remove some dead code from 1999Matt Caswell2-12/+0
2016-03-11Don't clobber the last errorMatt Caswell1-4/+8
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson7-25/+50
2016-03-11Use unsigned int instead of just unsigned.Kurt Roeckx1-2/+2
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx4-36/+33
2016-03-11Review commentsKurt Roeckx14-212/+192
2016-03-11Add blake2 support.Bill Cox14-8/+891
2016-03-11move DSA_SIG definition into C source fileDr. Stephen Henson2-6/+5
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov7-20/+37
2016-03-11crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2-1/+6
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival1-3/+3
2016-03-11Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell1-3/+3
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte27-39/+39
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte2-0/+4
2016-03-10check reviewer --reviewer=emiliaRob Percival1-8/+10
2016-03-10check reviewer --reviewer=emiliaRob Percival4-35/+20
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte10-1/+31
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte1-2/+2
2016-03-10Remove a missed item from the old thread APIMatt Caswell1-2/+0
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell1-0/+2
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz1-1/+1