aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-05-10MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2-0/+415
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte3-4/+10
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte1-3/+6
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell1-8/+7
2016-05-09fix tab-space mixed indentationFdaSilvaYY10-24/+24
2016-05-09fix checkJ Mohan Rao Arisankala1-1/+1
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala5-8/+16
2016-05-07memset() doesn't take NULL.Ben Laurie1-2/+4
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson1-9/+11
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson1-37/+36
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson1-15/+16
2016-05-06RT3513: req doesn't display attributes using utf8stringisnotnick1-0/+1
2016-05-06poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov1-0/+4
2016-05-06poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov1-4/+4
2016-05-05Use default ASN.1 for SEED.Dr. Stephen Henson1-1/+2
2016-05-05typoDr. Stephen Henson1-1/+1
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson1-11/+14
2016-05-05Document inversion ladder in curve25519Emilia Kasper1-11/+42
2016-05-05Script changed; update the generated file.Rich Salz1-1/+0
2016-05-04support embed in ASN.1 printDr. Stephen Henson1-0/+11
2016-05-04Fix name length limit check.Dr. Stephen Henson1-4/+2
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein1-2/+0
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell1-4/+14
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson1-1/+1
2016-05-04Fix Blake block lengthDr. Stephen Henson2-2/+2
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson1-3/+5
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov4-4/+4
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov3-9/+13
2016-05-03Tru64 fixes.Andy Polyakov1-1/+1
2016-05-03Drop duplicate ctx->verify_cb assignmentViktor Dukhovni1-4/+3
2016-05-03Check that we have enough padding characters.Kurt Roeckx2-0/+6
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson3-6/+0
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell1-2/+8
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell1-1/+1
2016-05-03Properly own the duplicated stringDmitry-Me1-0/+5
2016-05-03Improve commentDmitry-Me1-2/+2
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell1-2/+3
2016-05-03Fix encrypt overflowMatt Caswell1-1/+1
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson1-2/+3
2016-05-02Secure memory fixesTodd Short1-35/+35
2016-05-02Android build fixes.Andy Polyakov1-1/+1
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov7-11/+6
2016-05-02chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov1-1/+3
2016-05-01make updateRichard Levitte2-69/+29
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte2-15/+27
2016-04-29Fix some X509_STORE macrosMatt Caswell1-0/+5
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson2-52/+24
2016-04-29Sanity check buffer length.Dr. Stephen Henson1-0/+2
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson1-0/+11
2016-04-29Remove some dead code from EC_GROUP_check()Matt Caswell1-5/+0