summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2h releaseOpenSSL_1_0_2hMatt Caswell2016-05-034-6/+6
* make updateMatt Caswell2016-05-031-6/+7
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-05-032-1/+93
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* 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
* Remove confusing comment.TJ Saunders2016-05-021-1/+0
* Issue #719:TJ Saunders2016-05-022-7/+30
* 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-262-5/+19
* Fix a signed/unsigned warningMatt Caswell2016-04-251-1/+1
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* s390x assembly pack: cache capability query results.Andy Polyakov2016-04-255-38/+53
* 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
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-076-25/+25
* Fix memory leak on invalid CertificateRequest.David Benjamin2016-04-071-0/+2
* Fix ALPNTodd Short2016-04-048-42/+399
* 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
* Touch the correct variables for the system; shlib_wrap.sh on SolarisRichard Levitte2016-03-091-3/+7
* Recognise 32-bit Solaris in util/shlib_wrap.shRichard Levitte2016-03-091-0/+5
* expose SSLv2 method prototypesViktor Dukhovni2016-03-092-5/+3
* Retain SSLv2 methods as functions that return NULLViktor Dukhovni2016-03-081-3/+3
* Remove LOW from the defaultKurt Roeckx2016-03-077-64/+67
* Don't shift serial number into sign bitDr. Stephen Henson2016-03-071-1/+2
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-2/+116
* perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov2016-03-071-1/+1
* Sanity check PVK file fields.Dr. Stephen Henson2016-03-041-0/+7
* RT4358: Extra ] in doc/ocsp.podEric S. Raymond2016-03-011-1/+1
* Prepare for 1.0.2h-devMatt Caswell2016-03-015-5/+13
* Prepare for 1.0.2g releaseOpenSSL_1_0_2gMatt Caswell2016-03-014-6/+6
* make updateMatt Caswell2016-03-012-36/+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-2/+93
* bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov2016-03-012-199/+278