aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add a comment on dane_verify() logicViktor Dukhovni2016-03-201-1/+13
* Remove #error from include files.Rich Salz2016-03-2056-249/+77
* ct_int.h only needed by crypto/ctRich Salz2016-03-203-82/+6
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* Move blake2_loclh to blake2 directoryRich Salz2016-03-205-4/+4
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-2/+6
* Correct incorrect pathRichard Levitte2016-03-191-1/+1
* Implement support for no-tsRichard Levitte2016-03-181-0/+2
* Fix no-desMatt Caswell2016-03-181-1/+4
* Fix no-cmacMatt Caswell2016-03-182-0/+4
* Ensure that no-comp functions are flagged as suchMatt Caswell2016-03-181-0/+2
* Mark OCB as an AEAD cipherMatt Caswell2016-03-181-3/+6
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* Fix build; CPP syntax error.Rich Salz2016-03-181-1/+1
* Remove Netware and OS/2Rich Salz2016-03-1713-405/+16
* Remove ultrix/mips support.Rich Salz2016-03-172-7/+1
* Use correct C format for keysets.plDr. Stephen Henson2016-03-171-63/+64
* Deal with DSA_SIG opaqueness.Ben Laurie2016-03-161-16/+12
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-1/+7
* poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2016-03-151-2/+8
* On Windows, page walking is known as __chkstk.Emilia Kasper2016-03-153-0/+6
* Explain *cough*-dowsEmilia Kasper2016-03-153-3/+3
* Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper2016-03-151-4/+4
* Small typoRichard Levitte2016-03-151-1/+1
* s390x assembly pack: 32-bit fixups.Andy Polyakov2016-03-141-1/+4
* build.info/Makefile.in: Itanium fixups.Andy Polyakov2016-03-143-12/+12
* Fix the init cleanup orderMatt Caswell2016-03-141-14/+21
* Add some missing cleanup calls to de-initMatt Caswell2016-03-141-0/+2
* Change an function macro for ERR match the function it's used in.Richard Levitte2016-03-131-1/+1
* Complete incomplete makefile variable referensesRichard Levitte2016-03-131-2/+2
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-1317-34/+34
* Fix memory leak in library deinitEmilia Kasper2016-03-122-16/+20
* Fix no-comp buildEmilia Kasper2016-03-121-0/+7
* Remove some dead code from 1999Matt Caswell2016-03-112-12/+0
* Don't clobber the last errorMatt Caswell2016-03-111-4/+8
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-117-25/+50
* Use unsigned int instead of just unsigned.Kurt Roeckx2016-03-111-2/+2
* Save leaf_node and node_offset as character arrayKurt Roeckx2016-03-114-36/+33
* Review commentsKurt Roeckx2016-03-1114-212/+192
* Add blake2 support.Bill Cox2016-03-1114-8/+891
* move DSA_SIG definition into C source fileDr. Stephen Henson2016-03-112-6/+5
* crypto/*/build.info: make it work on ARM platforms.Andy Polyakov2016-03-117-20/+37
* crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2016-03-112-1/+6
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell2016-03-111-3/+3
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-1127-39/+39
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-102-0/+4
* check reviewer --reviewer=emiliaRob Percival2016-03-101-8/+10
* check reviewer --reviewer=emiliaRob Percival2016-03-104-35/+20