aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* make dependRichard Levitte2015-05-142-21/+21
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-149-342/+6
* use unit64_t for CPUID and timestamp codeDr. Stephen Henson2015-05-142-23/+11
* RT3841: memset() cipher_data when allocatedRich Salz2015-05-131-0/+1
* bn/Makefile: give MacOS X hand to compiler armv8-mont module.Andy Polyakov2015-05-131-0/+1
* bn/asm/armv8-mont.pl: boost performance.Andy Polyakov2015-05-132-19/+1275
* aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.Andy Polyakov2015-05-131-2/+2
* aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov2015-05-131-3/+3
* Call of memcmp with null pointers in obj_cmp()Hanno Böck2015-05-131-0/+2
* Remove remaining Kerberos referencesMatt Caswell2015-05-132-4/+2
* Remove Kerberos support from libcryptoMatt Caswell2015-05-132-230/+0
* Remove Kerberos support from libsslMatt Caswell2015-05-131-28/+0
* Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets2015-05-131-4/+4
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-124-9/+207
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1183-435/+514
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4
* Fix typo in valid_starViktor Dukhovni2015-05-071-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-0636-152/+167
* Make sig_app, sigx_app staticRich Salz2015-05-061-1/+2
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-0610-21/+21
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-0546-152/+131
* ZLIB compression deserves a better commentRichard Levitte2015-05-061-1/+1
* make updateRichard Levitte2015-05-051-1607/+1603
* Remove the last traces of the fake RLE compressionRichard Levitte2015-05-051-2/+0
* make updateMatt Caswell2015-05-051-20/+12
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Remove the fake RLE compression method.Rich Salz2015-05-043-72/+3
* Use safer sizeof variant in mallocRich Salz2015-05-04111-204/+203
* Fix cut/paste errorRich Salz2015-05-041-1/+1
* Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson2015-05-041-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-042-3/+3
* fix various typo'sRich Salz2015-05-032-3/+3
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-0318-72/+61
* make X509_VERIFY_PARAM opaqueDr. Stephen Henson2015-05-021-0/+18
* RT3820: Don't call GetDesktopWindow()Gilles Khouzam2015-05-021-2/+0
* RT3776: Wrong size for mallocRich Salz2015-05-021-4/+4
* Remove outdated RC4 filesRich Salz2015-05-023-530/+0
* free NULL cleanup -- codaRich Salz2015-05-0137-191/+93
* Remove goto inside an if(0) blockRich Salz2015-05-017-61/+50
* free NULL cleanup 11Rich Salz2015-05-0116-54/+35
* free null cleanup finaleRich Salz2015-05-01107-534/+273
* free NULL cleanup 7Rich Salz2015-04-3053-537/+286
* Fix buffer overrun in RSA signingMatt Caswell2015-04-301-1/+7
* Add sanity check to print_bin functionMatt Caswell2015-04-301-1/+3
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-304-7/+18
* Sanity check DES_enc_write buffer lengthMatt Caswell2015-04-301-0/+3
* free cleanup 12Rich Salz2015-04-306-14/+19
* free cleanup almost the finaleRich Salz2015-04-3041-233/+90