summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesrt4526FdaSilvaYY2016-06-1615-22/+22
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-165-24/+22
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-166-13/+25
* Deal with the consequences of constifying gettersRichard Levitte2016-06-1513-19/+22
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-159-58/+58
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-152-2/+2
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-158-30/+30
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-153-9/+9
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Constify some input buffers in asn1FdaSilvaYY2016-06-154-9/+10
* Constify CMS_get0_type inputFdaSilvaYY2016-06-153-3/+3
* Constify UIFdaSilvaYY2016-06-152-2/+2
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-153-10/+11
* Constify some conf_mod.c internal methodsFdaSilvaYY2016-06-151-9/+11
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* perlasm/x86*.pl: add endbranch instruction.Andy Polyakov2016-06-142-0/+9
* modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov2016-06-142-20/+458
* aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov2016-06-141-54/+126
* test/evptests.txt: add more XTS tests.Andy Polyakov2016-06-141-0/+85
* evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov2016-06-141-0/+14
* aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov2016-06-141-0/+1784
* (Temporarily) don't download clang packageRich Salz2016-06-141-4/+2
* perlasm/x86_64-xlate.pl: add commentary.Andy Polyakov2016-06-141-1/+7
* perlasm/x86_64-xlate.pl: refactor argument parsing loop.Andy Polyakov2016-06-141-11/+12
* Make x86_64-xlate.pl 'use strict' clean.David Benjamin2016-06-141-114/+119
* VMS: use BLDDIR rather than BUILDDIR in descrip.mms.tmplRichard Levitte2016-06-141-3/+3
* Add a developer target 'build_generated' to rebuild mandatory headersRichard Levitte2016-06-143-18/+24
* Build file templates: make sure to depend on generated header filesRichard Levitte2016-06-143-21/+75
* Move the Configure generated header files to the top build.infoRichard Levitte2016-06-142-17/+12
* Configure: Make it possible to generate mandatory header filesRichard Levitte2016-06-142-5/+8
* Fix omitted selector handling.Dr. Stephen Henson2016-06-141-1/+1
* Update fuzz corporaKurt Roeckx2016-06-143352-356/+1937
* Initialize the session_idKurt Roeckx2016-06-141-0/+2
* Remove an unused variable assignmentMatt Caswell2016-06-141-1/+1
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-148-34/+35
* Free memory on an error pathMatt Caswell2016-06-141-0/+3
* Avoid a double-free in crl2pl7Matt Caswell2016-06-141-3/+1
* Add missing break statementMatt Caswell2016-06-141-0/+1
* Fix commentMatt Caswell2016-06-141-2/+1
* make updateMatt Caswell2016-06-141-0/+2
* Shorten some symbol namesRichard Levitte2016-06-141-17/+17
* GH1141: Different fix, preferred by Richard.Rich Salz2016-06-131-2/+2
* RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans2016-06-131-2/+0
* Missed some copyright mergeRich Salz2016-06-132-102/+0
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-132-0/+4
* Forgot to update the setter argument ordering in the public headers.TJ Saunders2016-06-132-2/+2
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-134-4/+4
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-136-0/+44
* Add some missing return value checksMatt Caswell2016-06-135-11/+19