aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-05-20Add scrypt support.Dr. Stephen Henson2-2/+297
2015-05-20bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov1-5/+5
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson6-575/+389
2015-05-16Server side version negotiation rewriteMatt Caswell1-1/+1
2015-05-14make dependRichard Levitte42-457/+633
2015-05-14Add -Iinclude to crypto/ compilesRichard Levitte1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte380-378/+378
2015-05-14make dependRichard Levitte2-21/+21
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte9-342/+6
2015-05-14use unit64_t for CPUID and timestamp codeDr. Stephen Henson2-23/+11
2015-05-13RT3841: memset() cipher_data when allocatedRich Salz1-0/+1
2015-05-13bn/Makefile: give MacOS X hand to compiler armv8-mont module.Andy Polyakov1-0/+1
2015-05-13bn/asm/armv8-mont.pl: boost performance.Andy Polyakov2-19/+1275
2015-05-13aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.Andy Polyakov1-2/+2
2015-05-13aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov1-3/+3
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck1-0/+2
2015-05-13Remove remaining Kerberos referencesMatt Caswell2-4/+2
2015-05-13Remove Kerberos support from libcryptoMatt Caswell2-230/+0
2015-05-13Remove Kerberos support from libsslMatt Caswell1-28/+0
2015-05-13Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets1-4/+4
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz4-9/+207
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz83-435/+514
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi1-0/+4
2015-05-07Fix typo in valid_starViktor Dukhovni1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz36-152/+167
2015-05-06Make sig_app, sigx_app staticRich Salz1-1/+2
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets10-21/+21
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz46-152/+131
2015-05-06ZLIB compression deserves a better commentRichard Levitte1-1/+1
2015-05-05make updateRichard Levitte1-1607/+1603
2015-05-05Remove the last traces of the fake RLE compressionRichard Levitte1-2/+0
2015-05-05make updateMatt Caswell1-20/+12
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell1-1/+10
2015-05-04Remove the fake RLE compression method.Rich Salz3-72/+3
2015-05-04Use safer sizeof variant in mallocRich Salz111-204/+203
2015-05-04Fix cut/paste errorRich Salz1-1/+1
2015-05-04Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson1-1/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson2-3/+3
2015-05-03fix various typo'sRich Salz2-3/+3
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson18-72/+61
2015-05-02make X509_VERIFY_PARAM opaqueDr. Stephen Henson1-0/+18
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam1-2/+0
2015-05-02RT3776: Wrong size for mallocRich Salz1-4/+4
2015-05-02Remove outdated RC4 filesRich Salz3-530/+0
2015-05-01free NULL cleanup -- codaRich Salz37-191/+93
2015-05-01Remove goto inside an if(0) blockRich Salz7-61/+50
2015-05-01free NULL cleanup 11Rich Salz16-54/+35
2015-05-01free null cleanup finaleRich Salz107-534/+273
2015-04-30free NULL cleanup 7Rich Salz53-537/+286
2015-04-30Fix buffer overrun in RSA signingMatt Caswell1-1/+7