aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-061-1/+2
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* Prepare for 1.0.1u-devMatt Caswell2016-05-031-3/+3
* Prepare for 1.0.1t releaseOpenSSL_1_0_1tMatt Caswell2016-05-031-3/+3
* make updateMatt Caswell2016-05-031-4/+4
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Check that we have enough padding characters.Kurt Roeckx2016-05-031-0/+3
* 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
* 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
* Don't free ret->data if malloc fails.Dr. Stephen Henson2016-04-291-2/+2
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-293-2/+19
* 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
* Reject inappropriate private key encryption ciphers.Dr. Stephen Henson2016-04-281-1/+1
* Ensure we check i2d_X509 return valMatt Caswell2016-04-261-3/+12
* Fix a signed/unsigned warningMatt Caswell2016-04-251-1/+1
* Fix buffer overrun in ASN1_parse().Viktor Dukhovni2016-04-232-15/+20
* Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson2016-04-231-10/+26
* Fix the no-comp option for WindowsMatt Caswell2016-03-181-0/+4
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-3/+74
* Don't shift serial number into sign bitDr. Stephen Henson2016-03-071-1/+2
* Sanity check PVK file fields.Dr. Stephen Henson2016-03-041-0/+7
* Prepare for 1.0.1t-devMatt Caswell2016-03-011-3/+3
* Prepare for 1.0.1s releaseOpenSSL_1_0_1sMatt Caswell2016-03-011-3/+3
* make updateMatt Caswell2016-03-011-1/+2
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2016-03-011-1/+1
* crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov2016-03-011-199/+314
* bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-03-011-18/+57
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-292-6/+25
* Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx2016-02-271-2/+2
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-252-5/+62
* GH714: missing field initialisationFdaSilvaYY2016-02-231-0/+1
* Fix double free in DSA private key parsing.Dr. Stephen Henson2016-02-191-10/+10
* modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov2016-02-121-24/+17
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* Prepare for 1.0.1s-devMatt Caswell2016-01-281-3/+3
* Prepare for 1.0.1r releaseOpenSSL_1_0_1rMatt Caswell2016-01-281-3/+3
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-043-17/+27
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson2015-12-201-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-12-191-2/+0
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-12-191-1/+5