aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-051-1/+2
* typoDr. Stephen Henson2016-05-051-1/+1
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Document inversion ladder in curve25519Emilia Kasper2016-05-051-11/+42
* Script changed; update the generated file.Rich Salz2016-05-051-1/+0
* support embed in ASN.1 printDr. Stephen Henson2016-05-041-0/+11
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-2/+0
* Handle malloc failures in BIO_acceptMatt Caswell2016-05-041-4/+14
* reject zero block length in PKCS12 keygenDr. Stephen Henson2016-05-041-1/+1
* Fix Blake block lengthDr. Stephen Henson2016-05-042-2/+2
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* Alpha assembly pack: make it work on Linux.Andy Polyakov2016-05-044-4/+4
* MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov2016-05-043-9/+13
* Tru64 fixes.Andy Polyakov2016-05-031-1/+1
* Drop duplicate ctx->verify_cb assignmentViktor Dukhovni2016-05-031-4/+3
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* Properly own the duplicated stringDmitry-Me2016-05-031-0/+5
* Improve commentDmitry-Me2016-05-031-2/+2
* Prevent EBCDIC overread for very long stringsMatt Caswell2016-05-031-2/+3
* Fix encrypt overflowMatt Caswell2016-05-031-1/+1
* Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson2016-05-021-2/+3
* Secure memory fixesTodd Short2016-05-021-35/+35
* Android build fixes.Andy Polyakov2016-05-021-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-027-11/+6
* chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov2016-05-021-1/+3
* make updateRichard Levitte2016-05-012-69/+29
* Adjust a last few generators to new license boilerplate and C code styleRichard Levitte2016-05-012-15/+27
* Fix some X509_STORE macrosMatt Caswell2016-04-291-0/+5
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-292-52/+24
* Sanity check buffer length.Dr. Stephen Henson2016-04-291-0/+2
* Add size limit to X509_NAME structure.Dr. Stephen Henson2016-04-291-0/+11
* Remove some dead code from EC_GROUP_check()Matt Caswell2016-04-291-5/+0
* Avoid a NULL ptr deref if group is not setMatt Caswell2016-04-291-20/+21
* Check for failed malloc in BIO_ADDR_newMatt Caswell2016-04-291-0/+3
* The x509_name_canon function doesn't check for an error returnMatt Caswell2016-04-291-2/+5
* Avoid overflow issues in X509_cmp.David Benjamin2016-04-291-3/+4
* Fix EBCDIC problem in conf_def.hMatt Caswell2016-04-291-11/+11
* Fix a build error with strict-warnings and CHARSET_EBCDICMatt Caswell2016-04-291-3/+3
* Add the ability to test EBCDIC buildsMatt Caswell2016-04-291-1/+79
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-295-12/+15
* Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin2016-04-291-0/+4
* crypto/ppccap.c: fix missing declaration warning.Andy Polyakov2016-04-291-0/+1
* crypto/ppccap.c: permit build with no-chacha and no-poly1305.Andy Polyakov2016-04-291-0/+4
* Remove some dead codeMatt Caswell2016-04-291-7/+1
* A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell2016-04-291-1/+1
* Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell2016-04-291-3/+8