summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-09fix checkJ Mohan Rao Arisankala
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-07memset() doesn't take NULL.Ben Laurie
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-06RT3513: req doesn't display attributes using utf8stringisnotnick
2016-05-06poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov
2016-05-06poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov
2016-05-05Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-05typoDr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-05-05Document inversion ladder in curve25519Emilia Kasper
2016-05-05Script changed; update the generated file.Rich Salz
2016-05-04support embed in ASN.1 printDr. Stephen Henson
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson
2016-05-04Fix Blake block lengthDr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov
2016-05-03Tru64 fixes.Andy Polyakov
2016-05-03Drop duplicate ctx->verify_cb assignmentViktor Dukhovni
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Properly own the duplicated stringDmitry-Me
2016-05-03Improve commentDmitry-Me
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-05-02Secure memory fixesTodd Short
2016-05-02Android build fixes.Andy Polyakov
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-05-02chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov
2016-05-01make updateRichard Levitte
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte
2016-04-29Fix some X509_STORE macrosMatt Caswell
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson
2016-04-29Sanity check buffer length.Dr. Stephen Henson
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson
2016-04-29Remove some dead code from EC_GROUP_check()Matt Caswell
2016-04-29Avoid a NULL ptr deref if group is not setMatt Caswell
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell