summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1t releaseOpenSSL_1_0_1tMatt Caswell2016-05-034-6/+6
* make updateMatt Caswell2016-05-031-4/+4
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-05-032-1/+97
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Check that we have enough padding characters.Kurt Roeckx2016-05-031-0/+3
* Remove some documentation for functions not in 1.0.xMatt Caswell2016-05-031-22/+3
* Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2016-05-032-0/+151
* 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 NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* 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 memory leak on invalid CertificateRequest.David Benjamin2016-04-071-0/+2
* Fix FIPS SSLv2 testDr. Stephen Henson2016-03-261-2/+6
* Fix the no-comp option for WindowsMatt Caswell2016-03-183-12/+18
* Add a check for a failed mallocMatt Caswell2016-03-182-0/+4
* Ensure that memory allocated for the ticket is freedMatt Caswell2016-03-181-1/+3
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* Add no-ssl2-methodKurt Roeckx2016-03-146-6/+27
* expose SSLv2 method prototypesViktor Dukhovni2016-03-092-5/+3
* Retain SSLv2 methods as functions that return NULLViktor Dukhovni2016-03-081-3/+3
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-3/+74
* Remove LOW from the defaultKurt Roeckx2016-03-077-64/+67
* 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-015-5/+13
* Prepare for 1.0.1s releaseOpenSSL_1_0_1sMatt Caswell2016-03-014-6/+6
* make updateMatt Caswell2016-03-012-35/+35
* Ensure mk1mf.pl is aware of no-weak-ssl-ciphers optionMatt Caswell2016-03-011-0/+2
* Update CHANGES and NEWS for new releaseMatt Caswell2016-03-012-1/+98
* 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
* Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni2016-03-015-9/+86
* Bring SSL method documentation up to dateViktor Dukhovni2016-03-016-96/+193
* Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni2016-03-015-2/+33
* 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-255-20/+107