aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Remove dead code from cryptoMatt Caswell2-9/+5
2015-03-17Fix probable_prime over large shiftMatt Caswell1-1/+11
2015-03-17Fix unintended sign extensionMatt Caswell1-1/+4
2015-03-17Fix memset call in stack.cMatt Caswell1-1/+1
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson10-109/+51
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson1-1/+1
2015-03-15Update ordinals, fix error message.Dr. Stephen Henson2-2/+2
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov1-1/+1
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper2-144/+144
2015-03-13Allocate string types directly.Dr. Stephen Henson1-42/+26
2015-03-13Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek1-2/+7
2015-03-12Remove obsolete declarations.Dr. Stephen Henson10-267/+0
2015-03-12ASN.1 print fix.Dr. Stephen Henson1-0/+1
2015-03-12Fix RSA_X931_derive_exMatt Caswell1-5/+4
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell1-4/+12
2015-03-12Fix dsa_pub_encodeMatt Caswell1-6/+8
2015-03-12Fix dh_pub_encodeMatt Caswell1-5/+7
2015-03-12Fix asn1_item_print_ctxMatt Caswell1-0/+2
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell1-2/+5
2015-03-12Fix EVP_DigestInit_ex with NULL digestMatt Caswell1-3/+6
2015-03-12Fix error handling in bn_expMatt Caswell1-2/+2
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz13-40/+17
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell1-0/+4
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee1-3/+6
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me2-2/+2
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson4-9/+17
2015-03-08ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov3-13/+8
2015-03-06make errorsMatt Caswell2-1/+3
2015-03-05Catch up the VMS build.Richard Levitte1-2/+2
2015-03-05Make STACK_OF opaque.Dr. Stephen Henson3-20/+11
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson12-222/+310
2015-03-05Unchecked malloc fixesMatt Caswell9-9/+69
2015-03-04add RIPEMD160 whirlpool testsDr. Stephen Henson2-2/+71
2015-03-02Check public key is not NULL.Dr. Stephen Henson1-0/+2
2015-03-02Fix format script.Dr. Stephen Henson2-98/+120
2015-02-27reformat evp_test.cDr. Stephen Henson1-9/+9
2015-02-27Add OCB support and test vectors for evp_test.Dr. Stephen Henson2-19/+164
2015-02-27Skip unsupported digests in evp_testDr. Stephen Henson1-1/+8
2015-02-27add MD4 test dataDr. Stephen Henson1-0/+22
2015-02-27Skip unsupported ciphers in evp_test.Dr. Stephen Henson1-1/+7
2015-02-27Add algorithm skip support.Dr. Stephen Henson1-18/+53
2015-02-26Fix evp_extra_test.c with no-ecMatt Caswell1-0/+6
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell1-7/+1
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell1-3/+3
2015-02-25Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell2-1/+484
2015-02-25Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell2-2/+10
2015-02-25In certain situations the server provided certificate chain may no longer beMatt Caswell1-70/+105
2015-02-24Fix crash in SPARC T4 XTS.Andy Polyakov3-2/+3
2015-02-24aes/asm/bsaes-armv7: fix kernel-side XTS and harmonize with Linux.Andy Polyakov1-1/+3
2015-02-22perlasm/x86masm.pl: make it work.Andy Polyakov1-6/+6