summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-04-29The x509_name_canon function doesn't check for an error returnMatt Caswell
2016-04-29Avoid overflow issues in X509_cmp.David Benjamin
2016-04-29Fix EBCDIC problem in conf_def.hMatt Caswell
2016-04-29Fix a build error with strict-warnings and CHARSET_EBCDICMatt Caswell
2016-04-29Add the ability to test EBCDIC buildsMatt Caswell
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-29Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin
2016-04-29crypto/ppccap.c: fix missing declaration warning.Andy Polyakov
2016-04-29crypto/ppccap.c: permit build with no-chacha and no-poly1305.Andy Polyakov
2016-04-29Remove some dead codeMatt Caswell
2016-04-29A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell
2016-04-29Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell